mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-21 02:11:11 +00:00
[clojure] autoclosing & surrounding pairs
This commit is contained in:
@@ -6,5 +6,17 @@
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user