Merge pull request #916 from ewgenius/patch-1

allow beatify *.pug files
This commit is contained in:
Glavin Wiechert 2016-04-13 10:54:30 -03:00
commit f85ff44773
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@ module.exports = {
Supported Grammars
###
grammars: [
"Jade"
"Jade", "Pug"
]
###
Supported extensions
###
extensions: [
"jade"
"jade", "pug"
]
options: [