how do I change the highlighting of pragma regions #7072
Answered
by
Colengms
Viktor Was (Holo-Viktor)
asked this question in
Q&A
#pragma region xyz
void foo();
#pragma endregion xyzSpecifically I want to change the color of the |
Answered by
Colengms
Mar 1, 2021
Replies: 1 comment 3 replies
|
Hi Viktor Was (@Holo-Viktor) . Colorization for content that can be identified syntactically is handled by VS Code's TextMate grammar for C/C++. You might want to following up in the repo for the TextMate grammar used by VS Code for C/C++. |
3 replies
Answer selected by
bobbrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Viktor Was (@Holo-Viktor) . Colorization for content that can be identified syntactically is handled by VS Code's TextMate grammar for C/C++. You might want to following up in the repo for the TextMate grammar used by VS Code for C/C++.