From 0a3aeeea09e890ea827ac9543232cec2b3dbebde Mon Sep 17 00:00:00 2001 From: yemai Date: Mon, 17 Jun 2019 15:31:36 +0800 Subject: [PATCH] feat: support custom tag syntax like view, text... --- syntax/vue-html.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syntax/vue-html.vim b/syntax/vue-html.vim index d480616..68246f9 100644 --- a/syntax/vue-html.vim +++ b/syntax/vue-html.vim @@ -29,6 +29,7 @@ syntax match VueAttr '\v(\S)@' highlight default link VueAttr Comment highlight default link VueKey Type @@ -36,3 +37,4 @@ highlight default link VueValue Comment highlight default link VueInject Constant highlight default link VueBrace Type highlight default link VueComponentName Statement +highlight default link CustomTag Statement