This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
From @DanielKristofKiss on December 4, 2016 10:56
- VSCode Version: Code 1.7.2 (7ba55c5860b152d999dda59393ca3ebeb1b5c85f, 2016-11-21T22:06:37.428Z)
- OS Version: Windows_NT ia32 6.1.7601
Steps to Reproduce:
C source file content
/* comment - green
*/
#define macro( arg ) \
somerthingelse(arg)
/* comment - blue */
typedef int blueint;
typedef int whiteint;

Copied from original issue: microsoft/vscode#16456