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