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 #4449 from RickyAbell/master
Browse files Browse the repository at this point in the history
Added missing file extensions for C# web dev
  • Loading branch information
jasonsanjose committed Jul 16, 2013
2 parents 73447e4 + 9c3bd9e commit d53e4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"html": {
"name": "HTML",
"mode": ["htmlmixed", "text/x-brackets-html"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp", "aspx"],
"blockComment": ["<!--", "-->"]
},

Expand Down Expand Up @@ -59,7 +59,7 @@
"xml": {
"name": "XML",
"mode": "xml",
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml"],
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml", "config"],
"blockComment": ["<!--", "-->"]
},

Expand Down Expand Up @@ -88,7 +88,7 @@
"csharp": {
"name": "C#",
"mode": ["clike", "text/x-csharp"],
"fileExtensions": ["cs"],
"fileExtensions": ["cs", "cshtml", "asax", "ashx"],
"blockComment": ["/*", "*/"],
"lineComment": ["//"]
},
Expand Down

0 comments on commit d53e4ed

Please sign in to comment.