mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 18:34:45 +08:00
Fix #96 - support custom html tag names
This commit is contained in:
@@ -7,6 +7,8 @@ if exists("b:current_syntax")
|
||||
endif
|
||||
|
||||
runtime! syntax/html.vim
|
||||
syntax clear htmlTagName
|
||||
syntax match htmlTagName contained "\<[a-zA-Z0-9:-]*\>"
|
||||
unlet! b:current_syntax
|
||||
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user