From 4adfb9ba994fd593ff02f1c8279f8ec87e7bdb3f Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 21 Feb 2016 11:29:23 +0100 Subject: [PATCH] Fix jade syntax in vue files The pug package isn't ready yet so you still need to use the jade package for vue files. We can still apply the pug syntax to the regions --- syntax/vue.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/vue.vim b/syntax/vue.vim index b200574..988f2ed 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -37,6 +37,7 @@ if s:syntaxes.pug syntax include @PUG syntax/pug.vim unlet b:current_syntax syntax region pug keepend start=/" contains=@PUG fold + syntax region pug keepend start=/" contains=@PUG fold endif syntax include @JS syntax/javascript.vim