diff --git a/extensions/ini/ini.configuration.json b/extensions/ini/ini.configuration.json index b61fbe63d34..21bc654597d 100644 --- a/extensions/ini/ini.configuration.json +++ b/extensions/ini/ini.configuration.json @@ -7,5 +7,19 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] ] } \ No newline at end of file