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

Incorrect reference highlighting of parameters #62

Open
ahelwer opened this issue Jul 13, 2022 · 0 comments
Open

Incorrect reference highlighting of parameters #62

ahelwer opened this issue Jul 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ahelwer
Copy link
Contributor

ahelwer commented Jul 13, 2022

This will be highlighted incorrectly with tree-sitter's highlighting implementation, although not nvim-treesitter's.

standalone_symbol_ref(<> _, _  _, _ ^#) 
   op(, , ^*)  \* constant
   op(<>, , ^#) \* parameter
   op(¬, , )   \* defined operator

symbol_scope_test 
   <>(1)
   a  b
   x^#

The -fix operators in symbol_scope_test will exhibit reference highlighting from the parameters in standalone_symbol_ref, even though they're out of scope. Strangely, adding an operator definition between the two operators fixes the problem; at least the issue is limited in scope. Uncertain whether this is a bug with the grammar or with how tree-sitter does highlighting.

@ahelwer ahelwer added the bug Something isn't working label Jul 13, 2022
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

1 participant