Raw string coloring #8715
Answered
by
sean-mcmanus
Baruch (BMBurstein)
asked this question in
Q&A
|
I just discovered a cool feature by accident: If I wrap my raw string containing sql in
|
Answered by
sean-mcmanus
Jan 25, 2022
Replies: 1 comment
|
It's implemented at https://github.com/jeff-hykin/better-cpp-syntax/blob/db3f4e4a5d8335b2f6d689bec490c23f8313630f/main/patterns/raw_strings.rb which is used by VS Code and not our C/C++ extension. |
0 replies
Answer selected by
BMBurstein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It's implemented at https://github.com/jeff-hykin/better-cpp-syntax/blob/db3f4e4a5d8335b2f6d689bec490c23f8313630f/main/patterns/raw_strings.rb which is used by VS Code and not our C/C++ extension.