From e42c07978eec3631853996a312229569df83b277 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 12 May 2016 08:56:28 +0900 Subject: [PATCH] Detect pug as well as jade file types Close #330 --- autoload/emmet.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autoload/emmet.vim b/autoload/emmet.vim index afca7c7..d09d60f 100644 --- a/autoload/emmet.vim +++ b/autoload/emmet.vim @@ -1892,6 +1892,9 @@ let s:emmet_settings = { \ ."\tbody\n\t\t${child}|", \ }, \ }, +\ 'pug': { +\ 'extends': 'jade', +\ }, \ 'xsl': { \ 'extends': 'html', \ 'default_attributes': {