mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-12 07:31:50 +08:00
chore: update legacy comment
This commit is contained in:
@@ -43,7 +43,7 @@ syn region vueStyle start=+<style\(\s.\{-}\)\?>+ end=+</style>+ keepend contains
|
|||||||
hi def link vueTag htmlTagName
|
hi def link vueTag htmlTagName
|
||||||
syn match vueTag contained /\v(template|script|style)/
|
syn match vueTag contained /\v(template|script|style)/
|
||||||
|
|
||||||
" Officially, vim-jsx depends on the pangloss/vim-javascript syntax package
|
" Officially, vim-vue-plugin syntax uses the pangloss/vim-javascript syntax package
|
||||||
" (and is tested against it exclusively). However, in practice, we make some
|
" (and is tested against it exclusively). However, in practice, we make some
|
||||||
" effort towards compatibility with other packages.
|
" effort towards compatibility with other packages.
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user