Fix bracket/brace names in sql.grammar #12

Merged
sfc-gh-nchen merged 1 commit from patch-1 into main 2022-12-07 23:09:22 +01:00
sfc-gh-nchen commented 2022-12-07 21:28:36 +01:00 (Migrated from github.com)

The bracket and brace is switched.

ASCII 91 = "[", which matches "BracketL" at https://github.com/codemirror/lang-sql/blob/main/src/tokens.ts#L25, but was "{" on L45 in sql.grammar

The bracket and brace is switched. ASCII 91 = "[", which matches "BracketL" at https://github.com/codemirror/lang-sql/blob/main/src/tokens.ts#L25, but was "{" on L45 in sql.grammar
marijnh commented 2022-12-07 23:09:28 +01:00 (Migrated from github.com)

Thanks for spotting that!

Thanks for spotting that!
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!12
No description provided.