Merge pull request #916 from ewgenius/patch-1
allow beatify *.pug files
This commit is contained in:
commit
f85ff44773
|
@ -16,14 +16,14 @@ module.exports = {
|
|||
Supported Grammars
|
||||
###
|
||||
grammars: [
|
||||
"Jade"
|
||||
"Jade", "Pug"
|
||||
]
|
||||
|
||||
###
|
||||
Supported extensions
|
||||
###
|
||||
extensions: [
|
||||
"jade"
|
||||
"jade", "pug"
|
||||
]
|
||||
|
||||
options: [
|
||||
|
|
Loading…
Reference in New Issue