add more auto-closing pairs
This commit is contained in:
@@ -11,7 +11,14 @@
|
||||
["(", ")"],
|
||||
["[", "]"],
|
||||
["\"", "\""],
|
||||
["{", "}"]
|
||||
["{", "}"],
|
||||
["#{", "}#"],
|
||||
["#|", "|#"],
|
||||
["#\"", "\"#"],
|
||||
["##\"", "\"##"],
|
||||
["###\"", "\"###"],
|
||||
["####\"", "\"####"],
|
||||
["#####\"", "\"#####"]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["(", ")"],
|
||||
|
Reference in New Issue
Block a user