Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7210 from gidsg/add-file-extensions
Browse files Browse the repository at this point in the history
added ssi and xsl file extensions
  • Loading branch information
redmunds committed Mar 20, 2014
2 parents e75f444 + ad6c83d commit ee8d3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"xml": {
"name": "XML",
"mode": "xml",
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml", "config", "plist"],
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist"],
"blockComment": ["<!--", "-->"]
},

Expand Down

0 comments on commit ee8d3bf

Please sign in to comment.