add more auto-closing pairs

This commit is contained in:
2023-11-13 12:45:44 -07:00
parent 8941aa575e
commit d51cc3b25c

View File

@@ -11,7 +11,14 @@
["(", ")"],
["[", "]"],
["\"", "\""],
["{", "}"]
["{", "}"],
["#{", "}#"],
["#|", "|#"],
["#\"", "\"#"],
["##\"", "\"##"],
["###\"", "\"###"],
["####\"", "\"####"],
["#####\"", "\"#####"]
],
"surroundingPairs": [
["(", ")"],