diff --git a/extensions/clojure/clojure.configuration.json b/extensions/clojure/clojure.configuration.json index f0d6b7f37b8..004e1dbd95b 100644 --- a/extensions/clojure/clojure.configuration.json +++ b/extensions/clojure/clojure.configuration.json @@ -6,5 +6,17 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""] ] } \ No newline at end of file