From e9c6fbf27ffbe3eab27d3d43c7f532e982c2ae96 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 21 Mar 2018 18:34:14 +0000 Subject: [PATCH] vuetagspecial fix --- vim/after/syntax/vue.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/after/syntax/vue.vim b/vim/after/syntax/vue.vim index 76b8d5f..3caaaf3 100644 --- a/vim/after/syntax/vue.vim +++ b/vim/after/syntax/vue.vim @@ -25,7 +25,7 @@ syn match vueTransitionComponent contained "\" containedin=htmlTag 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 vueTagSpecial contained template script style containedin=htmlTagN syn keyword htmlArg contained scoped ts " syn region cssClassRegion contained start=+classes="+hs=s+9 end=+"+he=e-1 contains=htmlSpecialChar,cssClassAttr,cssAttrNoise,cssClassName containedin=htmlTag,htmlTagN keepend