how do I change the highlighting of pragma regions #7072
Answered
by
Colengms
Holo-Viktor
asked this question in
Q&A
-
#pragma region xyz
void foo();
#pragma endregion xyz Specifically I want to change the color of the |
Beta Was this translation helpful? Give feedback.
Answered by
Colengms
Mar 1, 2021
Replies: 1 comment 3 replies
-
Hi @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++. |
Beta Was this translation helpful? Give feedback.
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 @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++.