From 61ea7ea2d14b45443d011a9930c617dc116b2d82 Mon Sep 17 00:00:00 2001 From: James-Yu Date: Thu, 16 Feb 2017 13:19:43 +0800 Subject: [PATCH] Remove quote autoclosing --- data/lang_config.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/data/lang_config.json b/data/lang_config.json index f09542b06..6b895fb6e 100644 --- a/data/lang_config.json +++ b/data/lang_config.json @@ -10,9 +10,7 @@ "autoClosingPairs": [ ["{", "}"], ["[", "]"], - ["(", ")"], - ["\"", "\""], - ["'", "'"] + ["(", ")"] ], "surroundingPairs": [ ["{", "}"],