Closed
Description
From @tambry on December 31, 2016 16:20
Everything between the parentheses should be coloured green, but the matching stops after the first line ends.
- VSCode Version: 1.8.1
- OS Version: Ubuntu 16.10 64-bit (4.8.0-30-generic)
Steps to Reproduce:
- Clone this minimal repro sample.
- Open the folder of the sample in VS Code.
- Press F5 to run the extension in a new VS Code instance.
- In the new instance open the test.matchbug file that's in the repro sample's root directory.
- Code is improperly highlighted.
Copied from original issue: microsoft/vscode#17964