Open
Description
Checklist
- This problem exists even with the setting
"C_Cpp.enhancedColorization": "Disabled"
- This bug exists for C
- This bug exists for C++
- This bug exists for Objective-C
- This bug exists for Objective-C++
The code with a problem is:
#define TCP_NOTSENT_LOWAT 25 /* Limit number of unsent bytes in
write queue. */
#define TCP_CC_INFO 26 /* Get Congestion Control
(optional) info. */
#define TCP_SAVE_SYN 27 /* Record SYN headers for new
connections. */
#define TCP_SAVED_SYN 28 /* Get SYN headers recorded for
connection. */
It looks like:
** screenshot + theme name preferable **
It should look like:
Comments should span multiple lines.
Originally from @duzeev in microsoft/vscode#107565