From 44b0071e2d69e4e22ff9a262cac6fcffbf288478 Mon Sep 17 00:00:00 2001 From: leafOfTree Date: Mon, 2 Aug 2021 15:02:30 +0800 Subject: [PATCH] Add custom tags --- syntax/patch/html.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syntax/patch/html.vim b/syntax/patch/html.vim index 0fe73c9..31ad37c 100644 --- a/syntax/patch/html.vim +++ b/syntax/patch/html.vim @@ -60,8 +60,9 @@ syntax match VueAttr '\v(\S)@' +syntax match VueCustomTag containedin=htmlTagN '\v<(view|text|block|image|checkbox|radio)>' syntax cluster simpleJavascriptExpression \ contains=javaScriptStringS,javaScriptStringD