Support view block

This commit is contained in:
leafOfTree
2021-07-30 14:41:13 +08:00
parent cda82484d2
commit 3d2680a859
4 changed files with 12 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ syntax region VueExpression
\ start="{{"
\ end="}}"
syntax region VueExpression
\ containedin=htmlTemplateBlock,pugTemplateBlock,VueValue,htmlString,htmlValue
\ containedin=VueValue,htmlString,htmlValue,.*TemplateBlock,html.*Block
\ contains=@simpleJavascriptExpression
\ matchgroup=VueBrace
\ start="{{"