Add support for double dollar sign quotes #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "nchen63-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a flag "doubleDollarQuotedStrings" to support quoting with "$$".
@ -158,6 +169,9 @@ export function tokensFor(d: Dialect) {if (inString(next, Space)) {Shouldn't this check for the option to be enabled?
@ -158,6 +169,9 @@ export function tokensFor(d: Dialect) {if (inString(next, Space)) {ah, yes, you're right. Thanks
Merged and released as 6.1.0