v- @ : directives support (#66)

This commit is contained in:
akh
2017-04-17 17:01:57 -04:00
committed by Adriaan Zonnenberg
parent fddbefe37a
commit 27dc461cb4

View File

@@ -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"