changing per request
This commit is contained in:
parent
6f99dd6a51
commit
5321f8c085
|
@ -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"
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
Supported Grammars
|
||||
###
|
||||
grammars: [
|
||||
"XML"
|
||||
"XML", "XSD", "XSL"
|
||||
]
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in New Issue