vueComponentName

This commit is contained in:
ManjaroOne666 2018-03-14 20:09:02 +00:00
parent ddf11cdb95
commit d49d7d2d9d
1 changed files with 2 additions and 0 deletions

View File

@ -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