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

Description
Repros with the VS Code 0.11.0-Insiders build, which got a new atom/language-c recently (0.10.2 doesn't repro this).
#ifndef _UCRT
#define _UCRT
#endif
This is a before and after screenshot. The 2nd image is buggy on the 3rd line. The blue on the 1st line of the 1st image might be a bug that got fixed recently (not sure). The cause is the #define line without a definition, which is valid.
