Skip to content

Commit

Permalink
added correct comment syntax to language-configuration.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrdlbl committed Dec 30, 2019
1 parent e183af5 commit a9caa90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions language-configuration.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "//",
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
"blockComment": [ "/*", "*/" ]
"lineComment": "::"
},
// symbols used as brackets
"brackets": [
Expand Down

0 comments on commit a9caa90

Please sign in to comment.