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
|
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"
|
||||||
|
|
Loading…
Reference in New Issue