load after/syntax/html.vim
This commit is contained in:
parent
999a6a0ca6
commit
3e80a963c8
|
@ -1,3 +1,5 @@
|
||||||
|
runtime! after/syntax/html.vim
|
||||||
|
|
||||||
syn keyword vueComponentTag contained template containedin=htmlSpecialTagName
|
syn keyword vueComponentTag contained template containedin=htmlSpecialTagName
|
||||||
|
|
||||||
syn match vueDirective "\(^\|\s\)\zs[v:][-:.0-9_a-z]*" containedin=htmlTag,htmlTagN nextgroup=vueDirectiveValue
|
syn match vueDirective "\(^\|\s\)\zs[v:][-:.0-9_a-z]*" containedin=htmlTag,htmlTagN nextgroup=vueDirectiveValue
|
||||||
|
|
Loading…
Reference in New Issue