add some brackets
This commit is contained in:
@@ -5,7 +5,10 @@
|
|||||||
},
|
},
|
||||||
"brackets": [
|
"brackets": [
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["[", "]"]
|
["[", "]"],
|
||||||
|
["{", "}"],
|
||||||
|
["#{", "}#"],
|
||||||
|
["#|", "|#"]
|
||||||
],
|
],
|
||||||
"autoClosingPairs": [
|
"autoClosingPairs": [
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
|
Reference in New Issue
Block a user