Skip to content

Commit 32cd5db

Browse files
committed
remove seq
1 parent 0225645 commit 32cd5db

3 files changed

Lines changed: 156760 additions & 156579 deletions

File tree

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ module.exports = grammar({
313313
),
314314
optional($._collection_annotation),
315315
),
316-
_collection_body: ($) => seq(repeat1(choice( ',', $._collection_entry, '\n'))),
316+
_collection_body: ($) => repeat1(choice( ',', $._collection_entry, '\n')),
317317

318318
collection_type: ($) =>
319319
seq(

src/grammar.json

Lines changed: 17 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)