You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: