From 348733202c2e8806a2997972a2368717560c13f9 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 21 Feb 2016 11:16:18 +0100 Subject: [PATCH] Renamed jade to pug Fixes #8 Alse see https://github.com/pugjs/jade/issues/2184 You should now replace your jade loaders by the pug loaders and also the digitaltoad/vim-jade by digitaltoad/vim-pug which is the new vim syntax plugin for pug (mantained by the same person) --- syntax/vue.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syntax/vue.vim b/syntax/vue.vim index 8820374..b200574 100644 --- a/syntax/vue.vim +++ b/syntax/vue.vim @@ -25,7 +25,7 @@ if !exists("s:syntaxes") return syntaxes endfunction - let s:syntaxes = s:search_syntaxes('jade', 'coffee', 'stylus', 'sass', 'less') + let s:syntaxes = s:search_syntaxes('pug', 'coffee', 'stylus', 'sass', 'less') endif @@ -33,10 +33,10 @@ syntax include @HTML syntax/html.vim unlet b:current_syntax syntax region template keepend start=/^