vue syntax highlighting colours
This commit is contained in:
parent
4d6b2c9680
commit
dbe39f4796
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue