Skip to content

Commit

Permalink
adobe#4883 vbscript extension and line comment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dananichev committed Sep 4, 2013
1 parent 01b1b22 commit b57c89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"vbscript": {
"name": "VBScript",
"mode": "vbscript",
"fileExtensions": ["vbscript"],
"fileExtensions": ["vbs"],
"blockComment": ["/*", "*/"],
"lineComment": ["//"]
"lineComment": ["'"]
},

"json": {
Expand Down

0 comments on commit b57c89e

Please sign in to comment.