Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextMate grammar regexes able to only match a single line #17964

Closed
tambry opened this issue Dec 31, 2016 · 1 comment
Closed

TextMate grammar regexes able to only match a single line #17964

tambry opened this issue Dec 31, 2016 · 1 comment
Assignees

Comments

@tambry
Copy link

tambry commented Dec 31, 2016

Image of improper multiline syntax highlighting

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:

  1. Clone this minimal repro sample.
  2. Open the folder of the sample in VS Code.
  3. Press F5 to run the extension in a new VS Code instance.
  4. In the new instance open the test.matchbug file that's in the repro sample's root directory.
  5. Code is improperly highlighted.

How the regex should match

@mjbvz
Copy link
Collaborator

mjbvz commented Jan 3, 2017

This issue was moved to microsoft/vscode-textmate#32

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants