Skip to content

Commit 2e9981e

Browse files
authored
Merge pull request #210 from xuhuanzy/dev
fix blockComment
2 parents bbce4f8 + 954ea09 commit 2e9981e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"comments": {
3-
"lineComment": "--"
3+
"lineComment": "--",
4+
"blockComment": ["--[[", "]]"]
45
},
56
"brackets": [
67
["[", "]"],

0 commit comments

Comments
 (0)