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

Description
From @danielkasza on September 30, 2016 15:36
- VSCode Version: 1.5.3
- OS Version: Ubuntu Gnome 16.04
Steps to Reproduce:
- Create a new C file.
- Copy&paste this code:
/* Syntax highlighting works here. */
#define TEST1 f(5)
/* Syntax highlighting is all messed up here. */
/* Workaround. */
#define TEST2 (f(5))
/* Now it's good again. */
- Observe that the second and third comments have the wrong color applied to them.

Copied from original issue: microsoft/vscode#13085