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

highlight(julia): Update tree-sitter-julia #7575

Closed
wants to merge 1 commit into from

Conversation

dryya
Copy link

@dryya dryya commented Jul 8, 2023

Version 8fb38ab could fail to parse string literals that contained escape sequences, causing a crash.

This change updates to 8e5ce1e. Fixes #7309.

Syntax highlighting is broken after this update, working on updating queries for the changes in tree-sitter/tree-sitter-julia#72.

Version 8fb38ab could fail to parse string literals that contained
escape sequences, causing a crash.

This change updates to 8e5ce1e. Fixes helix-editor#7309.
@dryya dryya marked this pull request as draft July 8, 2023 18:01
@the-mikedavis the-mikedavis added S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. A-language-support Area: Support for programming/text languages labels Feb 10, 2024
@Iorvethe
Copy link
Contributor

Iorvethe commented Apr 3, 2024

I think that we can close this PR in favour of #10031 which also updates the queries. The linked issue seems to be fixed with the new PR.

@dryya dryya closed this Apr 3, 2024
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 S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helix fails to open on jsonlines file
3 participants