Skip to content

Commit bef54ee

Browse files
committed
[clojure] autoclosing & surrounding pairs
1 parent 9150500 commit bef54ee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

extensions/clojure/clojure.configuration.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,17 @@
66
["{", "}"],
77
["[", "]"],
88
["(", ")"]
9+
],
10+
"autoClosingPairs": [
11+
["{", "}"],
12+
["[", "]"],
13+
["(", ")"],
14+
["\"", "\""]
15+
],
16+
"surroundingPairs": [
17+
["{", "}"],
18+
["[", "]"],
19+
["(", ")"],
20+
["\"", "\""]
921
]
1022
}

0 commit comments

Comments
 (0)