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

Commit ee8d3bf

Browse files
committed
Merge pull request #7210 from gidsg/add-file-extensions
added ssi and xsl file extensions
2 parents e75f444 + ad6c83d commit ee8d3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"xml": {
8787
"name": "XML",
8888
"mode": "xml",
89-
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml", "config", "plist"],
89+
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist"],
9090
"blockComment": ["<!--", "-->"]
9191
},
9292

0 commit comments

Comments
 (0)