Add paren, bracket, and brace to autoclosing pairs for make

Fixes #89191
This commit is contained in:
Alex Ross 2020-12-03 15:53:01 +01:00
parent 3c4bbf6da2
commit a63786db23

View file

@ -17,6 +17,18 @@
] ]
], ],
"autoClosingPairs": [ "autoClosingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
{ {
"open": "'", "open": "'",
"close": "'", "close": "'",