Skip to content

Commit 8793f89

Browse files
authored
Merge pull request #258 from taminomara/master
Allow enclosing selection in triangular braces
2 parents 9bbda04 + 888d611 commit 8793f89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
["{", "}"],
2424
["\"", "\""],
2525
["'", "'"],
26-
["`", "`"]
26+
["`", "`"],
27+
["<", ">"]
2728
],
2829
"folding": {
2930
"markers": {

0 commit comments

Comments
 (0)