From 27dc461cb43a481979a977a20ca14e154c3577c4 Mon Sep 17 00:00:00 2001 From: akh Date: Mon, 17 Apr 2017 17:01:57 -0400 Subject: [PATCH] v- @ : directives support (#66) --- syntax/vue.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/vue.vim b/syntax/vue.vim index e92baaf..7139467 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -53,5 +53,6 @@ call s:register_language('less', 'style') syn region vueSurroundingTag contained start=+<\(script\|style\|template\)+ end=+>+ fold contains=htmlTagN,htmlString,htmlArg,htmlValue,htmlTagError,htmlEvent syn keyword htmlSpecialTagName contained template syn keyword htmlArg contained scoped ts +syn match htmlArg "[@v:][-:.0-9_a-z]*\>" contained let b:current_syntax = "vue"