Update sql language syntax (#77601)

* update sql language syntax

* Remove changes to sql grammar
This commit is contained in:
Anthony Dresser 2019-10-07 04:58:48 -07:00 committed by Alex Ross
parent 5fe0604806
commit 28402eb956

View file

@ -12,8 +12,9 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "N'", "close": "'", "notIn": ["string", "comment"] },
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }
],
"surroundingPairs": [
["{", "}"],