Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfhsjfh committed Dec 31, 2023
1 parent e0d9ed3 commit 099e58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language-configuration.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"comments": {
// symbol used for single line comment. Remove this entry if your language does not support line comments
"lineComment": "//",
"lineComment": "#",
// symbols used for start and end a block comment. Remove this entry if your language does not support block comments
"blockComment": [ "/*", "*/" ]
// "blockComment": []
},
// symbols used as brackets
"brackets": [
Expand Down

0 comments on commit 099e58e

Please sign in to comment.