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

[Feature Request] Different textmate scope for local variables #525

Open
massim0g opened this issue Oct 12, 2024 · 0 comments
Open

[Feature Request] Different textmate scope for local variables #525

massim0g opened this issue Oct 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@massim0g
Copy link

Using vscode on windows. I'd like to be able to have different color highlighting for local variables (i.e. variables that aren't declared at file scope or as struct fields) to improve legibility, but currently all variables seem to be assigned the same textmate scopes (variable.name.odin, or variable.other.object.odin when using a dot accessor on the name) regardless of what scope they were declared in.

@DanielGavin DanielGavin added the enhancement New feature or request label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants