Add support for double dollar sign quotes #5

Merged
nchen63 merged 4 commits from nchen63-patch-1 into main 2022-08-05 15:27:29 +02:00
nchen63 commented 2022-08-01 18:30:48 +02:00 (Migrated from github.com)

Adds a flag "doubleDollarQuotedStrings" to support quoting with "$$".

Adds a flag "doubleDollarQuotedStrings" to support quoting with "$$".
marijnh (Migrated from github.com) reviewed 2022-08-04 12:03:42 +02:00
@ -158,6 +169,9 @@ export function tokensFor(d: Dialect) {
if (inString(next, Space)) {
marijnh (Migrated from github.com) commented 2022-08-04 12:03:41 +02:00

Shouldn't this check for the option to be enabled?

Shouldn't this check for the option to be enabled?
nchen63 (Migrated from github.com) reviewed 2022-08-04 18:04:30 +02:00
@ -158,6 +169,9 @@ export function tokensFor(d: Dialect) {
if (inString(next, Space)) {
nchen63 (Migrated from github.com) commented 2022-08-04 18:04:30 +02:00

ah, yes, you're right. Thanks

ah, yes, you're right. Thanks
marijnh commented 2022-08-05 15:28:38 +02:00 (Migrated from github.com)

Merged and released as 6.1.0

Merged and released as 6.1.0
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-sql!5
No description provided.