Skip to content

Commit 27dc461

Browse files
woatadriaanzon
authored andcommitted
v- @ : directives support (#66)
1 parent fddbefe commit 27dc461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/vue.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ call s:register_language('less', 'style')
5353
syn region vueSurroundingTag contained start=+<\(script\|style\|template\)+ end=+>+ fold contains=htmlTagN,htmlString,htmlArg,htmlValue,htmlTagError,htmlEvent
5454
syn keyword htmlSpecialTagName contained template
5555
syn keyword htmlArg contained scoped ts
56+
syn match htmlArg "[@v:][-:.0-9_a-z]*\>" contained
5657

5758
let b:current_syntax = "vue"

0 commit comments

Comments
 (0)