diff --git a/language-configuration.json b/language-configuration.json index e2d41c4..306910e 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -7,22 +7,20 @@ */ { "comments": { - "lineComment": "@c" + "lineComment": "@c", }, "brackets": [ ["{", "}"], - ["[", "]"], - ["(", ")"] ], "autoClosingPairs": [ ["{", "}"], ["[", "]"], - ["(", ")"] + ["(", ")"], ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], - ["`", "'"] - ] + ["`", "'"], + ], }