We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know if I should report this in this repository or in https://github.com/nvim-treesitter/nvim-treesitter.
I have some macros that accept quoted expressions and when using those quoted expressions the first symbol of the list is not highlighted at all.
See this example:
As you can see if I remove the quoted the symbol is highlighted properly:
It also works properly if I use hash functions:
The issue is also present if ` is used to create the quoted expression.
`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't know if I should report this in this repository or in https://github.com/nvim-treesitter/nvim-treesitter.
I have some macros that accept quoted expressions and when using those quoted expressions the first symbol of the list is not highlighted at all.
See this example:
As you can see if I remove the quoted the symbol is highlighted properly:
It also works properly if I use hash functions:
The issue is also present if
`
is used to create the quoted expression.The text was updated successfully, but these errors were encountered: