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

Commit b57c89e

Browse files
committed
#4883 vbscript extension and line comment fixed
1 parent 01b1b22 commit b57c89e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/language/languages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"vbscript": {
5959
"name": "VBScript",
6060
"mode": "vbscript",
61-
"fileExtensions": ["vbscript"],
61+
"fileExtensions": ["vbs"],
6262
"blockComment": ["/*", "*/"],
63-
"lineComment": ["//"]
63+
"lineComment": ["'"]
6464
},
6565

6666
"json": {

0 commit comments

Comments
 (0)