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

Rename sequence node following new fennel parser #5

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

tylerw
Copy link
Contributor

@tylerw tylerw commented Mar 11, 2024

The nvim-treesitter repo recently switched fennel parsers. The new parser defines sequence in its grammer for sequence literals, whereas the old one used sequential_table. Thus this query needs to be updated.

The nvim-treesitter repo recently switched fennel parsers[1]. The new
parser[2] defines "sequence" in its grammer for sequence literals,
whereas the old one used "sequential_table". Thus this query needs to be
updated.

--

[1] - nvim-treesitter/nvim-treesitter@7d1bab6
[2] - https://github.com/alexmozaidze/tree-sitter-fennel
@PaterJason
Copy link
Owner

Thanks, checked out and it looks good to me. I'll take a closer look at the new grammar later

@PaterJason PaterJason merged commit f93ac24 into PaterJason:master Mar 17, 2024
1 check passed
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