Skip to content

Commit ec27848

Browse files
authored
feat(language-configuration): add <>autoClosingPairs (#227)
1 parent 544de24 commit ec27848

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

language-configuration.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
["(", ")"]
1818
],
1919
// symbols that are auto closed when typing
20+
// https://code.visualstudio.com/api/language-extensions/language-configuration-guide#autoclosing
2021
"autoClosingPairs": [
22+
{ "open": "<", "close": ">" },
2123
{ "open": "{", "close": "}" },
2224
{ "open": "[", "close": "]" },
2325
{ "open": "(", "close": ")" },

0 commit comments

Comments
 (0)