mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-07 01:54:27 +08:00
v- @ : directives support (#66)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user