-
Notifications
You must be signed in to change notification settings - Fork 299
C++ and/or #867
Copy link
Copy link
Open
Labels
Description
Describe the bug
In C++, some operators were added such as and, or which really help making code readable. However on One Dark Pro, this is not colored. In other themes it is colored but on One Dark Pro it is treated as normal text.
To Reproduce
Steps to reproduce the behavior:
- Open C++ project.
- Use and/or.
- No syntax highlighting for these specific words
Expected behavior
I expected there to be syntax highlighting for this specific word but there isn't any, most themes I have seen do it purple.
Screenshots & Example Code
This is how it looks on One Dark Pro.

This is how Sublime Text does it. Other themes also do something like this.

Desktop (please complete the following information):
- OS: Debian 12 Bookworm
- VSCODE Version: VSCodium 1.98.2
- Theme version: 3.19.0
Additional context
I'm using VSCodium however it shouldn't affect much since it's just a theme.
Reactions are currently unavailable