Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 6b2273d

Browse files
authored
Merge pull request #720 from Luro02/issue_719
Add angular brackets to `autoClosingPairs`
2 parents d280982 + da364bd commit 6b2273d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language-configuration.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{ "open": "{", "close": "}" },
1414
{ "open": "[", "close": "]" },
1515
{ "open": "(", "close": ")" },
16+
{ "open": "<", "close": ">" },
1617
{ "open": "\"", "close": "\"", "notIn": ["string"] },
1718
{ "open": "/**", "close": " */", "notIn": ["string"] },
1819
{ "open": "/*!", "close": " */", "notIn": ["string"] }

0 commit comments

Comments
 (0)