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

C++ alternative operator tokens should be treated as keywords #2420

Closed
cjdb opened this issue Apr 25, 2023 · 1 comment
Closed

C++ alternative operator tokens should be treated as keywords #2420

cjdb opened this issue Apr 25, 2023 · 1 comment

Comments

@cjdb
Copy link
Contributor

cjdb commented Apr 25, 2023

C++ has a set of alternative operator tokens to refer to certain operations, which are keywords in C++. These are typically highlighted like other keywords in editors, but they're currently classified as Name according to this pygments demo.

It would be great if these could be turned into Keyword or Keyword.Operator (if the latter is possible).

@cjdb
Copy link
Contributor Author

cjdb commented Apr 26, 2023

Fixed by #2421 (forgot to put this in the commit message).

@cjdb cjdb closed this as completed Apr 26, 2023
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

1 participant