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

fix(grammar): adapt to upstream regex change #7

Merged
merged 1 commit into from
Apr 29, 2024
Merged

fix(grammar): adapt to upstream regex change #7

merged 1 commit into from
Apr 29, 2024

Conversation

clason
Copy link
Contributor

@clason clason commented Apr 28, 2024

Upstream switched to Rust regex in recent tree-sitter, so the common escape_sequence pattern /u{[\da-fA-F]+}/ now needs to escape the braces. This fixes :TSInstallFromGrammar.

@ColinKennedy ColinKennedy mentioned this pull request Apr 29, 2024
Bumped the minor version to 0.6.0
@ColinKennedy
Copy link
Owner

I made some adjustments because the GitHub action was out of date, I figured you wouldn't mind since you've already got a bunch of PRs to deal with. Thank you for this PR!

@ColinKennedy ColinKennedy merged commit 4e0875f into ColinKennedy:master Apr 29, 2024
3 checks passed
@clason clason deleted the fix/regex branch April 29, 2024 07:39
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