mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-07 13:14:34 +08:00
Highlight <script...> as htmlTagName instead of htmlSpecialTagName from built-in syntax
This commit is contained in:
@@ -89,6 +89,7 @@ syntax match javaScriptNumber '\v<-?\d+L?>|0[xX][0-9a-fA-F]+>' contained
|
||||
syntax match htmlJavaScriptOperator '[-!|&+<>=%*~^]' contained
|
||||
syntax match htmlJavaScriptOperator '\v(*)@<!/(/|*)@!' contained
|
||||
syntax keyword htmlJavaScriptOperator delete instanceof typeof void new in of contained
|
||||
syntax keyword htmlTagName contained template script style
|
||||
|
||||
highlight default link VueAttr htmlTag
|
||||
if s:attribute
|
||||
|
||||
Reference in New Issue
Block a user