changing per request

This commit is contained in:
Austin Cheney 2015-09-22 14:11:11 -05:00
parent 6f99dd6a51
commit 5321f8c085
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ module.exports = class PrettyDiff extends Beautifier
lang = "handlebars"
when "SGML"
lang = "markup"
when "XML", "Visualforce", "SVG", "XSD", "XSL"
when "XML", "Visualforce", "SVG"
lang = "xml"
when "HTML"
lang = "html"

View File

@ -9,7 +9,7 @@ module.exports = {
Supported Grammars
###
grammars: [
"XML"
"XML", "XSD", "XSL"
]
###