JSP support via beautifying as XML in Pretty Diff

This commit is contained in:
Austin Cheney 2015-10-03 17:09:58 -05:00
parent 5321f8c085
commit b4451f7e07
3 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@ module.exports = {
Supported Grammars Supported Grammars
### ###
grammars: [ grammars: [
"XML", "XSD", "XSL" "XML", "XSD", "XSL", "JSP"
] ]
### ###
Supported extensions Supported extensions
### ###
extensions: [ extensions: [
'xml', 'xsd', 'xsl' 'xml', 'xsd', 'xsl', 'jsp'
] ]
defaultBeautifier: "Pretty Diff" defaultBeautifier: "Pretty Diff"