awatson1978/meteor-api

Syntax Highlighting breaks on regex expressions with unmatched single quotes

Opened this issue · 0 comments

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:
xsnap27072016_224406

With meteor-api enabled:
xsnap27072016_224541

Version Information:
xsnap27072016_224701

xsnap27072016_224740