vueDirectiveValue
This commit is contained in:
parent
9c43d7fc28
commit
6078a80f11
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue