From 165bf9f5831cf47bd321196eba5df30ffb68f19c Mon Sep 17 00:00:00 2001 From: CismonX Date: Wed, 21 Apr 2021 17:29:53 +0800 Subject: [PATCH] Update language-configuration.json --- language-configuration.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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": [ ["{", "}"], ["[", "]"], ["(", ")"], - ["`", "'"] - ] + ["`", "'"], + ], }