Skip to content

Commit

Permalink
feat: Add better autocompletion on block comments (#168)
Browse files Browse the repository at this point in the history
* feat: Add better autocompletion on block comments

* choreL "Format"

* chore: Remove `*` adder
  • Loading branch information
spotandjake committed Mar 4, 2024
1 parent 5fb6a32 commit c6e141a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor-extensions/vscode/language-configuration.json
Expand Up @@ -15,7 +15,8 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
["/*", "*/"]
],
// symbols that that can be used to surround a selection
"surroundingPairs": [
Expand Down

0 comments on commit c6e141a

Please sign in to comment.