adding XHTML file extension as an XML grammar

This commit is contained in:
Austin Cheney 2016-01-18 17:18:47 -06:00
parent b4451f7e07
commit 758f239241
1 changed files with 2 additions and 2 deletions

View File

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