From dc3177454041556e61ae17ac9339197355f1fc59 Mon Sep 17 00:00:00 2001 From: yemai Date: Thu, 13 Jun 2019 13:11:27 +0800 Subject: [PATCH] chore: remove unused code --- syntax/vue.vim | 7 ------- 1 file changed, 7 deletions(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index 329f3c7..7e4fe84 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -146,13 +146,6 @@ syntax region vueTag syntax region vueTag \ start=++ \ 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 "}}}