mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-09 22:25:12 +08:00
Avoid highlighting VueExpression in htmlComment
This commit is contained in:
@@ -28,7 +28,7 @@ syntax region VueQuote contained
|
|||||||
syntax match VueInject contained '\v\$\w*'
|
syntax match VueInject contained '\v\$\w*'
|
||||||
|
|
||||||
syntax region VueExpression
|
syntax region VueExpression
|
||||||
\ containedin=html.*
|
\ containedin=ALLBUT,htmlComment
|
||||||
\ matchgroup=VueBrace
|
\ matchgroup=VueBrace
|
||||||
\ transparent
|
\ transparent
|
||||||
\ start="{{"
|
\ start="{{"
|
||||||
|
|||||||
Reference in New Issue
Block a user