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