Skip to content

Commit 28402eb

Browse files
Anthony Dresseralexr00
authored andcommitted
Update sql language syntax (microsoft#77601)
* update sql language syntax * Remove changes to sql grammar
1 parent 5fe0604 commit 28402eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

extensions/sql/language-configuration.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
["{", "}"],
1313
["[", "]"],
1414
["(", ")"],
15-
["\"", "\""],
16-
["'", "'"]
15+
{ "open": "\"", "close": "\"", "notIn": ["string"] },
16+
{ "open": "N'", "close": "'", "notIn": ["string", "comment"] },
17+
{ "open": "'", "close": "'", "notIn": ["string", "comment"] }
1718
],
1819
"surroundingPairs": [
1920
["{", "}"],

0 commit comments

Comments
 (0)