From d25ef0f5548ec62adeceb6e03c1d29ab62f4b5c8 Mon Sep 17 00:00:00 2001 From: Caleb Figgers Date: Sat, 2 Nov 2024 21:24:36 -0500 Subject: [PATCH] Update autoclose config --- hy.configuration.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hy.configuration.json b/hy.configuration.json index 702d75f..f6e8a35 100644 --- a/hy.configuration.json +++ b/hy.configuration.json @@ -19,6 +19,9 @@ {"open": "\"", "close": "\"", "notIn": ["string"]}, {"open": "'", "close": "'" , "notIn": ["string", "comment"]} ], + + "autoCloseBefore": ";:.,=<([{}])>` \n\t\\w", + // symbols that that can be used to surround a selection "surroundingPairs": [ ["{", "}"],