From 276f642c79d03ce34c15a9e9e68dcc6446f27f29 Mon Sep 17 00:00:00 2001 From: Miraculous Ladybugreport <3642643+PeyTy@users.noreply.github.com> Date: Mon, 20 May 2024 07:02:26 +0300 Subject: [PATCH] Update language-configuration.json --- language-configuration.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/language-configuration.json b/language-configuration.json index 2f223f9..8bcc3c3 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -18,6 +18,10 @@ "[", "]" ], + [ + "\\(", + ")" + ], [ "(", ")" @@ -41,8 +45,7 @@ "open": "'", "close": "'", "notIn": [ - "string", - "comment" + "string" ] }, { @@ -56,13 +59,12 @@ "open": "`", "close": "`", "notIn": [ - "string", - "comment" + "string" ] }, { - "open": "/**", - "close": " */", + "open": "/*", + "close": "*/", "notIn": [ "string" ] @@ -97,6 +99,10 @@ [ "`", "`" + ], + [ + "*", + "*" ] ], "autoCloseBefore": ".,:}])>='\"` \n\t",