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

Commit 348272a

Browse files
committed
Merge pull request #5010 from Fr3nzzy/issue-4883
#4883 added .ASP files highlighting
2 parents 3ce6ae2 + 03d85e7 commit 348272a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/language/languages.json

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

@@ -55,6 +55,13 @@
5555
"lineComment": ["//"]
5656
},
5757

58+
"vbscript": {
59+
"name": "VBScript",
60+
"mode": "vbscript",
61+
"fileExtensions": ["vbs"],
62+
"lineComment": ["'", "REM"]
63+
},
64+
5865
"json": {
5966
"name": "JSON",
6067
"mode": ["javascript", "application/json"],

0 commit comments

Comments
 (0)