Pretty easy to reproduce; just use this grammar: ``` coffee name: "Test" scopeName: "text.test" fileTypes: [""] patterns: [{ match: """(?x) (A| # Comment\ B) """ }] ``` Removing the backslash from the end of the comment solves this issue: <img src="https://cloud.githubusercontent.com/assets/2346707/14579345/07755bc6-03e9-11e6-86f9-ad947167c156.png" alt="Figure 1" width="630" />
Pretty easy to reproduce; just use this grammar:
Removing the backslash from the end of the comment solves this issue:
