From 5a064987594ccf9b827c04fa20fe0d21d0b7af24 Mon Sep 17 00:00:00 2001 From: ranolfi Date: Fri, 4 May 2018 05:41:15 -0300 Subject: [PATCH] Automatic wrapping with `` (backticks) for SQL Related to #49188 Should close the issue along with d5a8ffc0. --- extensions/sql/language-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/sql/language-configuration.json b/extensions/sql/language-configuration.json index ee314b01842..a9c154bcec8 100644 --- a/extensions/sql/language-configuration.json +++ b/extensions/sql/language-configuration.json @@ -20,7 +20,8 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["`", "`"] ] // enhancedBrackets:[