Merge pull request #1048 from pixelbacon/patch-1

Added .gsp file extension
This commit is contained in:
Glavin Wiechert 2016-07-09 00:08:40 -03:00 committed by GitHub
commit 5d604a47e2
1 changed files with 2 additions and 2 deletions

View File

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