mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-01-24 03:52:03 +08:00
feat: support vim-emmet filetype detection in .vue
This commit is contained in:
@@ -36,7 +36,7 @@ syntax region VueExpression
|
||||
\ start="{{"
|
||||
\ end="}}"
|
||||
syntax region VueExpression
|
||||
\ containedin=vueTemplate,VueValue,htmlString,htmlValue
|
||||
\ containedin=htmlVueTemplate,pugVueTemplate,VueValue,htmlString,htmlValue
|
||||
\ contains=@simpleJavascriptExpression
|
||||
\ matchgroup=VueBrace
|
||||
\ start="{{"
|
||||
|
||||
Reference in New Issue
Block a user