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 to more up-to-date zig tree-sitter repo #11980

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iceghost
Copy link
Contributor

The previous tree-sitter repo seems to be unmaintained.

Switch to a more maintained tree-sitter repo.

I also fixed the queries: precedences, some helix captures, ...

The previous tree-sitter repo seems to be unmaintained.

Switch to a more maintained tree-sitter repo.

I also fixed the queries: precedences, some helix captures, ...
@iceghost
Copy link
Contributor Author

I might need help on the indents query: not sure why

fn part1(
    input: []const u8,
    max_red: usize,
    max_green: usize,
    max_blue: usize,
) usize { // enter here

does not indent correctly

@the-mikedavis the-mikedavis added the A-language-support Area: Support for programming/text languages label Nov 4, 2024
runtime/queries/zig/highlights.scm Outdated Show resolved Hide resolved
runtime/queries/zig/highlights.scm Outdated Show resolved Hide resolved
runtime/queries/zig/highlights.scm Outdated Show resolved Hide resolved
@iceghost
Copy link
Contributor Author

iceghost commented Nov 7, 2024

Thanks for the review, i totally missed them

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.

2 participants