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.
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.