mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44:46 +08:00
chore: use highlight default link
This commit is contained in:
@@ -30,8 +30,9 @@ syntax match VueAttr '\v(\S)@<!wx[^\=]+(\=\"[^"]*\")?'
|
||||
|
||||
syntax match VueKey contained '\vwx[^\=]+'
|
||||
|
||||
highlight link VueAttr Comment
|
||||
highlight link VueKey Type
|
||||
highlight link VueInject Constant
|
||||
highlight link VueBrace Type
|
||||
highlight link VueComponentName Statement
|
||||
highlight default link VueAttr Comment
|
||||
highlight default link VueKey Type
|
||||
highlight default link VueValue Comment
|
||||
highlight default link VueInject Constant
|
||||
highlight default link VueBrace Type
|
||||
highlight default link VueComponentName Statement
|
||||
|
||||
Reference in New Issue
Block a user