Merge pull request #763 from prettydiff/sld

adding support for grammar SLD
This commit is contained in:
Austin Cheney 2016-01-20 04:40:36 -06:00
commit dce087c982
1 changed files with 2 additions and 2 deletions

View File

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