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

Description
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