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
Thanks for the effort you've put in to make this theme.
I use a few languages with this feature and all look great. Though I think there are some missing tokens from the rust language. I don't know if this is something that can be addressed from the theme or if maybe it's like the Rust language server (or whatever is responsible for parsing the rust tokens).
Anyway, the tokens I'd expect to be highlight and are not are the keywords mod, use, fn, let. I'll attach a screenshot.
Is this something I can override? I've tried something like this in the settings:
"editor.tokenColorCustomizations": {
"[Mariana Pro (Cool)]": {
"keywords": "#e292e2"
},
I know there are also the text mate syntax available as well, but not too familiar with that at the moment.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the effort you've put in to make this theme.
I use a few languages with this feature and all look great. Though I think there are some missing tokens from the rust language. I don't know if this is something that can be addressed from the theme or if maybe it's like the Rust language server (or whatever is responsible for parsing the rust tokens).
Anyway, the tokens I'd expect to be highlight and are not are the keywords
mod
,use
,fn
,let
. I'll attach a screenshot.Is this something I can override? I've tried something like this in the settings:
I know there are also the text mate syntax available as well, but not too familiar with that at the moment.
Thanks.
The text was updated successfully, but these errors were encountered: