mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-09 22:25:12 +08:00
Add group name 'vueObjectKeyword'
This commit is contained in:
@@ -28,8 +28,9 @@ execute 'syntax match vueObjectFuncKey /\v<('.s:vue_keywords_regexp.')\ze\s*:\s*
|
|||||||
\.' containedin=jsObject,javascriptVueScript'
|
\.' containedin=jsObject,javascriptVueScript'
|
||||||
\.' skipwhite skipempty nextgroup=jsFuncArgs'
|
\.' skipwhite skipempty nextgroup=jsFuncArgs'
|
||||||
|
|
||||||
highlight default link vueObjectKey Constant
|
highlight default link vueObjectKey vueObjectKeyword
|
||||||
highlight default link vueObjectFuncName Constant
|
highlight default link vueObjectFuncName vueObjectKeyword
|
||||||
highlight default link vueObjectFuncKey Constant
|
highlight default link vueObjectFuncKey vueObjectKeyword
|
||||||
|
highlight default link vueObjectKeyword Type
|
||||||
"}}}
|
"}}}
|
||||||
" vim: fdm=marker
|
" vim: fdm=marker
|
||||||
|
|||||||
Reference in New Issue
Block a user