Automatic wrapping with `` (backticks) for SQL

Related to #49188

Should close the issue along with d5a8ffc0.
This commit is contained in:
ranolfi 2018-05-04 05:41:15 -03:00
parent d5a8ffc032
commit 5a06498759

View file

@ -20,7 +20,8 @@
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["'", "'"],
["`", "`"]
]
// enhancedBrackets:[