jeff-hykin / better-cpp-syntax

💾 The source of VS Code's C++ syntax highlighting
GNU General Public License v3.0
154 stars 29 forks source link

Improve README about default VS Code theme #658

Open thernstig opened 2 months ago

thernstig commented 2 months ago

This will get you the bleeding-edge syntax highlighting for C++. Which means your theme will be able to color your code better. This used to be a fix, but then VS Code starting using it as the official source for C and C++ highlighting.

Does This used to be a fix refer to that this extension used to be a fix? And it is not needed anymore if using the default C/C++ extension?

NOTE: The default VS Code theme does not color much. Switch to the Dark+ theme (installed by default) or use a theme like one of the following to benefit from the changes:

Does default here mean the default one called Dark Modern? Does this text imply that even if I install this extension (Better C++ Syntax) I still need to use Dark+ i.e. that the default Dark Modern does not work even with this extension?