DanielGavin / ols

Language server for Odin
MIT License
479 stars 71 forks source link

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

Open massim0g opened 1 month ago

massim0g commented 1 month ago

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.