vueDirectiveValue

This commit is contained in:
ManjaroOne666 2018-04-23 17:28:07 +01:00
parent 9c43d7fc28
commit 6078a80f11
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ syn match vueFor "\<v-for" containedin=htmlTag,h
syn match vueRef "\(^\|\s\)\zs:\?ref" containedin=htmlTag,htmlTagN nextgroup=vueRefValue
syn region vueDirectiveClass contained start=+class="+hs=s+7 end=+"+he=e-1 contains=vueObjectKey
" syn region vueDirectiveValue contained start=+="+hs=s+2 end=+"+he=e-1
syn region vueDirectiveValue contained start=+="+hs=s+2 end=+"+he=e-1
" syn region vueDirectiveValue contained start=+='+hs=s+2 end=+'+he=e-1
syntax match vueObjectKey contained /\<\k*\ze\s*:/ contains=jsFunctionKey skipwhite skipempty nextgroup=vueObjectValue