From c6e141a9a7861028c2f9f524f560eabadd4c31dc Mon Sep 17 00:00:00 2001 From: Spotandjake <40705786+spotandjake@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:17:45 -0500 Subject: [PATCH] feat: Add better autocompletion on block comments (#168) * feat: Add better autocompletion on block comments * choreL "Format" * chore: Remove `*` adder --- editor-extensions/vscode/language-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor-extensions/vscode/language-configuration.json b/editor-extensions/vscode/language-configuration.json index 4c2f3fd..7be180b 100644 --- a/editor-extensions/vscode/language-configuration.json +++ b/editor-extensions/vscode/language-configuration.json @@ -15,7 +15,8 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["/*", "*/"] ], // symbols that that can be used to surround a selection "surroundingPairs": [