diff --git a/vim/after/syntax/vue.vim b/vim/after/syntax/vue.vim new file mode 100644 index 0000000..ae761f3 --- /dev/null +++ b/vim/after/syntax/vue.vim @@ -0,0 +1,14 @@ +syn keyword vueComponentTag contained template containedin=htmlSpecialTagName + +syn match vueDirective "\s[v:][-:.0-9_a-z]*" containedin=htmlTag,htmlTagN nextgroup=vueDirectiveValue +syn match vueEvent "\s[@][-:.0-9_a-z]*" containedin=htmlTag,htmlTagN nextgroup=vueEventValue +syn match vueConditional "\