diff --git a/extensions/perl/perl.configuration.json b/extensions/perl/perl.configuration.json index 80289039213..01b6a8a2823 100644 --- a/extensions/perl/perl.configuration.json +++ b/extensions/perl/perl.configuration.json @@ -6,5 +6,21 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"], + ["`", "`"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"], + ["`", "`"] ] } \ No newline at end of file diff --git a/extensions/perl/perl6.configuration.json b/extensions/perl/perl6.configuration.json index 80289039213..01b6a8a2823 100644 --- a/extensions/perl/perl6.configuration.json +++ b/extensions/perl/perl6.configuration.json @@ -6,5 +6,21 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "autoClosingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"], + ["`", "`"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"], + ["`", "`"] ] } \ No newline at end of file