From d51cc3b25c9647822e0fc0ec3df3261faef75626 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 13 Nov 2023 12:45:44 -0700 Subject: [PATCH] add more auto-closing pairs --- Kiss.configuration.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Kiss.configuration.json b/Kiss.configuration.json index 2653b5a8..e5bdb4eb 100644 --- a/Kiss.configuration.json +++ b/Kiss.configuration.json @@ -11,7 +11,14 @@ ["(", ")"], ["[", "]"], ["\"", "\""], - ["{", "}"] + ["{", "}"], + ["#{", "}#"], + ["#|", "|#"], + ["#\"", "\"#"], + ["##\"", "\"##"], + ["###\"", "\"###"], + ["####\"", "\"####"], + ["#####\"", "\"#####"] ], "surroundingPairs": [ ["(", ")"],