Skip to content

Commit 039a1d4

Browse files
committed
Implement automatic wrapping with < > for C++. Fixes microsoft#47864
1 parent 9d2814a commit 039a1d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/cpp/language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
["[", "]"],
2121
["(", ")"],
2222
["\"", "\""],
23-
["'", "'"]
23+
["'", "'"],
24+
["<", ">"]
2425
],
2526
"folding": {
2627
"markers": {

0 commit comments

Comments
 (0)