Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grammar: Ensure all captures have a 'name' key #73

Merged
merged 1 commit into from Nov 17, 2017
Merged

Conversation

vmg
Copy link
Contributor

@vmg vmg commented Nov 17, 2017

Hey there! As you may know, we use this package to provide syntax highlighting for Perl 6 files in GitHub.

I'm currently working on improving the way we load and perform syntax highlighting on the website, and I've noticed that there's an issue in the existing grammar which is choking our new parser.

Specifically: there is a single beginCaptures group that is missing a name key. This is causing some small rendering issues because our parser expects all beginCaptures to have a name.

The proposed change fixes the issue in a backwards-compatible way. I'd appreciate if you could merge it. Thank you!

@Tyil Tyil merged commit 3827202 into Raku:master Nov 17, 2017
@Tyil
Copy link
Member

Tyil commented Nov 17, 2017

Thanks!

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.

None yet

2 participants