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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
It would be helpful to add a scope to the textmate grammar denoting variable read/write access. For example in typescript, the scope variable.other.readwrite is applied.
Motivation
Currently the only scope given to variable read/write access is source.java, which means users and themes cannot configure the appearance of these accesses in themes.
Currently the only scope given to variable read/write access is source.java, which means users and themes cannot configure the appearance of variable uses in themes.
Many themes attempt to control variable colors, and they should be able to work in Java in addition to other languages.
Summary
It would be helpful to add a scope to the textmate grammar denoting variable read/write access. For example in typescript, the scope
variable.other.readwrite
is applied.Motivation
Currently the only scope given to variable read/write access is
source.java
, which means users and themes cannot configure the appearance of these accesses in themes.Additional context
https://www.reddit.com/r/vscode/comments/equyio/im_using_the_horizon_theme_in_vscode_why_do_local/
The text was updated successfully, but these errors were encountered: