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