Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust keywords highlighting #3

Open
jamesstidard opened this issue May 10, 2019 · 2 comments
Open

Rust keywords highlighting #3

jamesstidard opened this issue May 10, 2019 · 2 comments

Comments

@jamesstidard
Copy link

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.

image

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.

@cedeber
Copy link

cedeber commented Mar 25, 2020

Hello, I was near to open a request for Rust too. Here is the official repo for Rust into Sublime: https://github.com/rust-lang/rust-enhanced

@entropylost
Copy link

This seems to be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants