mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
chore: remove unneeded syntax arg
This commit is contained in:
@@ -3,7 +3,7 @@ syntax match VueAttr '\v(\S)@<![v:\@][^\=]*(\=\"[^"]*\")?'
|
||||
\ containedin=htmlTag
|
||||
\ contains=VueKey,VueValue
|
||||
|
||||
syntax match VueKey contained '\v[v:\@][^\=]+' keepend
|
||||
syntax match VueKey contained '\v[v:\@][^\=]+'
|
||||
syntax match VueValue contained '\v\"\zs[^"]*\ze\"'
|
||||
\ contains=VueInject,javaScriptStringS,javaScriptRepeat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user