From e53d684e658eb762e003564d2a64d359ce08f52c Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 14 Mar 2018 22:14:53 +0000 Subject: [PATCH] vueTagSpecial --- vim/after/syntax/vue.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/after/syntax/vue.vim b/vim/after/syntax/vue.vim index 4d9f320..e194e87 100644 --- a/vim/after/syntax/vue.vim +++ b/vim/after/syntax/vue.vim @@ -24,3 +24,6 @@ syn match vueDynamicComponent contained "\\|\" containe syn match vueTransitionComponent contained "\" containedin=htmlTag,htmlTagN nextgroup=vueTransitionName,vueTransitionMode syn region vueTransitionName contained start=+\sname="+hs=s+7 end=+"+he=e-1 containedin=htmlTag,htmlTagN syn region vueTransitionMode contained start=+\smode="+hs=s+7 end=+"+he=e-1 containedin=htmlTag,htmlTagN + +syn keyword vueTagSpecial contained template script style containedin=htmlTag, htmlTagN +syn keyword htmlArg contained scoped ts