Skip to content

Commit

Permalink
fix: Correctly highlight block comments (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Jul 26, 2022
1 parent 405e05c commit 3d31997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor-extensions/vscode/syntaxes/grain.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"name": "comment.line.grain"
},
{
"begin": "\\/\\**",
"begin": "\\/\\*\\*",
"end": "\\*\\/",
"name": "comment.block.grain",
"patterns": [
Expand Down

0 comments on commit 3d31997

Please sign in to comment.