mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-01-27 21:32:22 +08:00
Support vue3 API keywords
This commit is contained in:
5
syntax/patch/typescript.vim
Normal file
5
syntax/patch/typescript.vim
Normal 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
|
||||
Reference in New Issue
Block a user