diff --git a/django-html.configuration.json b/django-html.configuration.json index 63031af..9678dd1 100644 --- a/django-html.configuration.json +++ b/django-html.configuration.json @@ -9,5 +9,12 @@ ["{", "}"], ["[", "]"], ["(", ")"] + ], + "surroundingPairs": [ + ["{", "}"], + ["[", "]"], + ["(", ")"], + ["\"", "\""], + ["'", "'"] ] }