Open
Description
The mut
keyword does not have any semantic modifiers to distinguish it from other keywords under semantic highlighting.
A semantic modifier (e.g., mutable
) could be added to the mut
keyword. This way, a different style for the mut
keyword could be specified in user settings.json.
(This is possible with semantic highlighting disabled and using the textmate scope storage.modifier.mut.rust
. However, semantic highlighting enabled overrides the textmate scope.)