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

Commit fe1e6c8

Browse files
committed
Merge pull request #5719 from micka39/master
Adding HTML syntax highlighting for .cshtml and .vbhtml files (ASP.NET MVC Razor)
2 parents 53e824d + 9a09758 commit fe1e6c8

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
@@ -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", "asp", "master"],
39+
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp", "aspx", "asp", "master","cshtml","vbhtml"],
4040
"blockComment": ["<!--", "-->"]
4141
},
4242

0 commit comments

Comments
 (0)