Skip to content

Commit

Permalink
feat: path angle brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhl authored and jnoortheen committed Dec 10, 2021
1 parent 55e9258 commit f79b542
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
[
"(",
")"
],
[
"<",
">"
]
],
// symbols that are auto closed when typing
Expand Down Expand Up @@ -79,6 +83,10 @@
"(",
")"
],
[
"<",
">"
],
[
"\"",
"\""
Expand Down

0 comments on commit f79b542

Please sign in to comment.