-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-highlighting(semantic) token highlighting(semantic) token highlightingC-featureCategory: feature requestCategory: feature requestE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get started
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.)
Metadata
Metadata
Assignees
Labels
A-highlighting(semantic) token highlighting(semantic) token highlightingC-featureCategory: feature requestCategory: feature requestE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get started