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 #5638 from micole/issue-5072
Browse files Browse the repository at this point in the history
Fixes issue #5072 by adding vb as a language
  • Loading branch information
redmunds committed Oct 31, 2013
2 parents bd88f04 + cd2eec2 commit d45f318
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@
"lineComment": ["'", "REM"]
},

"vb": {
"name": "VB",
"mode": ["vb", "text/x-vb"],
"fileExtensions": ["vb"],
"lineComment": ["'"]
},

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

0 comments on commit d45f318

Please sign in to comment.