mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54: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[^\=]+'
|
syntax match VueKey contained '\vwx[^\=]+'
|
||||||
|
|
||||||
highlight link VueAttr Comment
|
highlight default link VueAttr Comment
|
||||||
highlight link VueKey Type
|
highlight default link VueKey Type
|
||||||
highlight link VueInject Constant
|
highlight default link VueValue Comment
|
||||||
highlight link VueBrace Type
|
highlight default link VueInject Constant
|
||||||
highlight link VueComponentName Statement
|
highlight default link VueBrace Type
|
||||||
|
highlight default link VueComponentName Statement
|
||||||
|
|||||||
Reference in New Issue
Block a user