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