Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Allow Rust core types to be highlighted just like user types #142

@alexr00

Description

@alexr00

From @nox on February 2, 2019 15:15

I'm tired of seeing char, bool, etc being highlighted differently than Arc<T> etc, especially when char and friends can appear in module paths, where they don't refer to the core type. Is there any chance the theme could be updated to stop doing that?

Edit to include info from the comments:
The grammar categorizes char in core::char::DecodeUtf16Error as storage.type.core.rust and it should probably just categorize it as source.rust.

Copied from original issue: microsoft/vscode#67788

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions