JSP support via beautifying as XML in Pretty Diff
This commit is contained in:
parent
5321f8c085
commit
b4451f7e07
|
@ -9,14 +9,14 @@ module.exports = {
|
|||
Supported Grammars
|
||||
###
|
||||
grammars: [
|
||||
"XML", "XSD", "XSL"
|
||||
"XML", "XSD", "XSL", "JSP"
|
||||
]
|
||||
|
||||
###
|
||||
Supported extensions
|
||||
###
|
||||
extensions: [
|
||||
'xml', 'xsd', 'xsl'
|
||||
'xml', 'xsd', 'xsl', 'jsp'
|
||||
]
|
||||
|
||||
defaultBeautifier: "Pretty Diff"
|
||||
|
|
Loading…
Reference in New Issue