mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
[clojure] autoclosing & surrounding pairs
This commit is contained in:
parent
9150500aee
commit
bef54eedb4
@ -6,5 +6,17 @@
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user