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

Different Highlighting Colors for Imports #89

Open
SundermannC opened this issue Oct 1, 2023 · 1 comment
Open

Different Highlighting Colors for Imports #89

SundermannC opened this issue Oct 1, 2023 · 1 comment
Labels

Comments

@SundermannC
Copy link
Member

Currently, imports and aliases have the regular reference color. A distinguishable color may help recognizing the imports.

image

@SundermannC SundermannC added this to the 0.4.0 (November 2023) milestone Oct 1, 2023
@TobiUUlm TobiUUlm self-assigned this Oct 6, 2023
@TobiUUlm
Copy link
Collaborator

This needs some modification of the query.rs file where you can set the type of found "keywords".
The Treesitter Query Language is used here.
Or you can do this manually by evaluating all found nodes/keywords and checking if they are part of the imports or not (does not seem like the proper way)

@TobiUUlm TobiUUlm removed their assignment Oct 13, 2023
@SundermannC SundermannC removed this from the 0.4.0 (January 2023) milestone Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants