Skip to content

Commit

Permalink
Add paren, bracket, and brace to autoclosing pairs for make
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed Dec 3, 2020
1 parent 3c4bbf6 commit a63786d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extensions/make/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
]
],
"autoClosingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
{
"open": "'",
"close": "'",
Expand Down

0 comments on commit a63786d

Please sign in to comment.