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

Creates a dummy node for import_selectors #126

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

eed3si9n
Copy link
Collaborator

Problem

When Neovim encounters an unknown node type in the highlight query it not only not highlight, but it displays confusing error message to the buffer.

Solution

For now, we should create a dummy node.

Problem
-------
When Neovim encounters an unknown node type in the highlight query it
not only not highlight, but it displays confusing error message to the
buffer.

Solution
--------
For now, we should create a dummy node.
@keynmol keynmol merged commit 8677ff4 into tree-sitter:master Jan 11, 2023
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