vueComponentName
This commit is contained in:
parent
ddf11cdb95
commit
d49d7d2d9d
|
@ -17,3 +17,5 @@ syn region vueForValue contained start=+="+hs=s+2 end=+"+he=e-1
|
|||
syn region vueForValue contained start=+='+hs=s+2 end=+'+he=e-1
|
||||
syn match vueRefValue contained +="[-:.0-9_a-z]*"+hs=s+2,he=e-1
|
||||
syn match vueRefValue contained +='[-:.0-9_a-z]*'+hs=s+2,he=e-1
|
||||
|
||||
syn match vueComponentName contained "\(<\|</\)\zs\u\+[0-9A-Za-z]\+\ze\(\s\|>\)" containedin=htmlTag, htmlTagN
|
||||
|
|
Loading…
Reference in New Issue