Skip to content

Commit

Permalink
[vscode-cdm-extension] Fix comments at VS Code language definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kapkekes committed Mar 3, 2024
1 parent df4cdc3 commit 4982e25
Showing 1 changed file with 1 addition and 3 deletions.
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 4982e25

Please sign in to comment.