load after/syntax/html.vim

This commit is contained in:
ManjaroOne666 2018-03-27 21:50:54 +01:00
commit 3e80a963c8

View file

@ -1,3 +1,5 @@
runtime! after/syntax/html.vim
syn keyword vueComponentTag contained template containedin=htmlSpecialTagName
syn match vueDirective "\(^\|\s\)\zs[v:][-:.0-9_a-z]*" containedin=htmlTag,htmlTagN nextgroup=vueDirectiveValue