Detect pug as well as jade file types

Close #330
This commit is contained in:
Yasuhiro Matsumoto
2016-05-12 08:56:28 +09:00
parent e2be3aa391
commit e42c07978e

View File

@@ -1892,6 +1892,9 @@ let s:emmet_settings = {
\ ."\tbody\n\t\t${child}|", \ ."\tbody\n\t\t${child}|",
\ }, \ },
\ }, \ },
\ 'pug': {
\ 'extends': 'jade',
\ },
\ 'xsl': { \ 'xsl': {
\ 'extends': 'html', \ 'extends': 'html',
\ 'default_attributes': { \ 'default_attributes': {