tree-sitter-fennel icon indicating copy to clipboard operation
tree-sitter-fennel copied to clipboard

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

Open datwaft opened this issue 1 year ago • 0 comments

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.

datwaft avatar Jan 05 '23 21:01 datwaft