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

Commit 03d85e7

Browse files
committed
#4883 block comment for VBScript removed and REM comment added to line comments
1 parent b57c89e commit 03d85e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/language/languages.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
"name": "VBScript",
6060
"mode": "vbscript",
6161
"fileExtensions": ["vbs"],
62-
"blockComment": ["/*", "*/"],
63-
"lineComment": ["'"]
62+
"lineComment": ["'", "REM"]
6463
},
6564

6665
"json": {

0 commit comments

Comments
 (0)