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

Commit

Permalink
Fixes issue #5072 by adding vb as a language
Browse files Browse the repository at this point in the history
  • Loading branch information
micole committed Oct 23, 2013
1 parent 3f1f4b4 commit cd2eec2
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 @@ -69,6 +69,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 cd2eec2

Please sign in to comment.