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

Commit f9b46f3

Browse files
committed
added ssi and xsl file extensions
1 parent 8971aed commit f9b46f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/language/languages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"html": {
3737
"name": "HTML",
3838
"mode": ["htmlmixed", "text/x-brackets-html"],
39-
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp", "aspx", "ascx", "asp", "master", "cshtml", "vbhtml"],
39+
"fileExtensions": ["html", "htm", "shtm", "shtml", "ssi", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp", "aspx", "ascx", "asp", "master", "cshtml", "vbhtml"],
4040
"blockComment": ["<!--", "-->"]
4141
},
4242

@@ -85,7 +85,7 @@
8585
"xml": {
8686
"name": "XML",
8787
"mode": "xml",
88-
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml", "config", "plist"],
88+
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist"],
8989
"blockComment": ["<!--", "-->"]
9090
},
9191

0 commit comments

Comments
 (0)