mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2026-08-13 03:11:03 +08:00
chore: remove unused code
This commit is contained in:
@@ -146,13 +146,6 @@ syntax region vueTag
|
|||||||
syntax region vueTag
|
syntax region vueTag
|
||||||
\ start=+</+ end=+>+
|
\ start=+</+ end=+>+
|
||||||
\ contained contains=htmlTagN,htmlString,htmlArg
|
\ contained contains=htmlTagN,htmlString,htmlArg
|
||||||
" syn keyword vueTagName containedin=htmlTagN template script style
|
|
||||||
|
|
||||||
" Vue attributes should color as JS. Note the trivial end pattern; we let
|
|
||||||
" jsBlock take care of ending the region.
|
|
||||||
syntax region xmlString
|
|
||||||
\ start=+{+ end=++
|
|
||||||
\ contained contains=jsBlock,javascriptBlock
|
|
||||||
|
|
||||||
highlight def link vueTag htmlTag
|
highlight def link vueTag htmlTag
|
||||||
"}}}
|
"}}}
|
||||||
|
|||||||
Reference in New Issue
Block a user