Skip to content

Commit

Permalink
Implement automatic wrapping with < > for C++. Fixes microsoft#47864
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Apr 18, 2018
1 parent 9d2814a commit 039a1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/cpp/language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
["<", ">"]
],
"folding": {
"markers": {
Expand Down

0 comments on commit 039a1d4

Please sign in to comment.