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

Update tree-sitter-rust #10973

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

blt-r
Copy link
Contributor

@blt-r blt-r commented Jun 16, 2024

This closes #10904 as newer tree-sitter-rust versions support the shebang syntax. Except in the last release there is a bug that doesn't allow spaces in the shebang line (which is important), so I used the latest commit from master, which has this fixed. Considering this commit differs from a release only by this very small bugfix, I think it is okay to use.

Update to latest commit on master to include fix for a bug that doesn't
allow spaces in the shebang line.
@the-mikedavis the-mikedavis added the A-language-support Area: Support for programming/text languages label Jun 17, 2024
@pascalkuthe pascalkuthe merged commit 0edf609 into helix-editor:master Jun 18, 2024
6 checks passed
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
Update to latest commit on master to include fix for a bug that doesn't
allow spaces in the shebang line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust syntax highlighting compatibility with rust-script-style scripting.
3 participants