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

symbols in quoted expressions are not highlighted like function symbols in non-quoted expressions #40

Open
datwaft opened this issue Jan 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@datwaft
Copy link

datwaft commented Jan 5, 2023

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:

image

As you can see if I remove the quoted the symbol is highlighted properly:

image

It also works properly if I use hash functions:

image

The issue is also present if ` is used to create the quoted expression.

@TravonteD TravonteD added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants