Support vue3 API keywords

This commit is contained in:
leafOfTree
2021-08-13 16:29:57 +08:00
parent ab96ba2585
commit 8d464e9506
4 changed files with 118 additions and 96 deletions

View File

@@ -0,0 +1,5 @@
let s:config = vue#GetConfig('config', {})
let s:keyword = s:config.keyword
if s:keyword
source <sfile>:h/vue-keyword.vim
endif