From 60c763aeae53cc6792f9ce9df0f09a34e42ba009 Mon Sep 17 00:00:00 2001 From: yemai Date: Sat, 24 Aug 2019 09:25:45 +0800 Subject: [PATCH] fix: needing to send indentation instructions multiple times issue --- syntax/vue.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index 5c285f4..17be9a5 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -140,8 +140,10 @@ syntax match htmlArg '\v' containedin=@HTMLSyntax """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" syntax region htmlVueTemplate \ start=++ - \ end=+^+ - \ keepend contains=@HTMLSyntax + \ end=+\ze\n\(^$\n\)*