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 #71

Merged
merged 1 commit into from
Apr 28, 2024
Merged

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

merged 1 commit into from
Apr 28, 2024

Conversation

clason
Copy link
Contributor

@clason clason commented Apr 27, 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.

Also remove unnecessary conflicts reported by the CLI.

@TimWhiting TimWhiting merged commit ac0bb84 into UserNobody14:master Apr 28, 2024
3 checks passed
@clason clason deleted the fix/regex branch April 28, 2024 17:52
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