vue syntax highlighting colours

This commit is contained in:
ManjaroOne666 2018-02-01 21:37:38 +00:00
commit dbe39f4796
2 changed files with 6 additions and 4 deletions

View file

@ -57,6 +57,8 @@ syn region vueSurroundingTag contained start=+<\(script\|style\|template\)+ e
syn keyword htmlSpecialTagName contained template
syn keyword htmlArg contained scoped ts
syn keyword vueComponentTag contained template containedin=htmlSpecialTagName
syn match vueDirective "[v:][-:.0-9_a-z]*" containedin=htmlTag nextgroup=vueDirectiveValue
syn match vueEvent "[@][-:.0-9_a-z]*" containedin=htmlTag nextgroup=vueEventValue
syn match vueConditional "v-else" containedin=htmlTag