load after/syntax/html.vim

This commit is contained in:
ManjaroOne666 2018-03-27 21:50:54 +01:00
parent 999a6a0ca6
commit 3e80a963c8
1 changed files with 2 additions and 0 deletions

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