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 #5010 from Fr3nzzy/issue-4883
Browse files Browse the repository at this point in the history
#4883 added .ASP files highlighting
  • Loading branch information
redmunds committed Sep 4, 2013
2 parents 3ce6ae2 + 03d85e7 commit 348272a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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", "aspx"],
"fileExtensions": ["html", "htm", "shtm", "shtml", "xhtml", "cfm", "cfml", "cfc", "dhtml", "xht", "tpl", "twig", "hbs", "handlebars", "kit", "jsp", "aspx", "asp"],
"blockComment": ["<!--", "-->"]
},

Expand All @@ -55,6 +55,13 @@
"lineComment": ["//"]
},

"vbscript": {
"name": "VBScript",
"mode": "vbscript",
"fileExtensions": ["vbs"],
"lineComment": ["'", "REM"]
},

"json": {
"name": "JSON",
"mode": ["javascript", "application/json"],
Expand Down

0 comments on commit 348272a

Please sign in to comment.