Allow optional trailing comma in 'select'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
fd92a31674
commit
aeb1fc2bb5
4 changed files with 1347 additions and 1215 deletions
|
|
@ -145,7 +145,7 @@ module.exports = grammar({
|
|||
|
||||
select_cases: ($) => seq(
|
||||
"{",
|
||||
optional(commaSeparatedTrailing($.select_case)),
|
||||
optional(commaSeparatedOptTrailing($.select_case)),
|
||||
"}",
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue