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

Commit 88c77e1

Browse files
committed
Apply HTML sytax highlighting to ASP.NET MVC View Master Page (.master) files.
1 parent 6736eb1 commit 88c77e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)