mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 06:06:11 -06:00
[GH-ISSUE #82] Syntax Highlighting breaks on regex expressions with unmatched single quotes #69
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DovRine on GitHub (Jul 28, 2016).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/82
The following valid regular expression breaks syntax highlighting when this package is enabled (See screenshots).
/^([a-zA-Z\u0080-\u024F]+(?:. |-| |'))[a-zA-Z\u0080-\u024F]$/
With meteor-api disabled:

With meteor-api enabled:

Version Information:
