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",