Skip to content

Conversation

@mkatychev
Copy link
Contributor

No description provided.

$._entry_separator,
$._newline,
),
_collection_body: ($) => repeat1(choice( ',', $._collection_entry, '\n')),
Copy link
Contributor

@blindFS blindFS Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to take care of \r as well, but this is truly a lot better. I don't recall what I was thinking (could be some irrelevant nuances) back then, LoL.

@blindFS
Copy link
Contributor

blindFS commented Nov 27, 2025

BTW you might want to disable test-node in CI, so that the parsing test of nu_scripts could be carried out.

choice(
alias($._unquoted_in_record, $.identifier),
alias($.val_string, $.identifier),
$.val_string,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants