From 039a1d4e221781ca9d29127f76e6b0c4cf27c491 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 18 Apr 2018 22:20:32 +0200 Subject: [PATCH] Implement automatic wrapping with < > for C++. Fixes #47864 --- extensions/cpp/language-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/cpp/language-configuration.json b/extensions/cpp/language-configuration.json index 23d99a485e1..e50df32dd11 100644 --- a/extensions/cpp/language-configuration.json +++ b/extensions/cpp/language-configuration.json @@ -20,7 +20,8 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["<", ">"] ], "folding": { "markers": {