You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
So, I've been looking over the source code, and I don't think that
\\z
anchor, defined at https://github.com/atom/first-mate/blob/master/src/pattern.coffee#L71 will ever match.First of, shouldn't backslashes be escaped, i.e.
'$(?!\\n)(?<!\\n)'
?Second, since at https://github.com/atom/first-mate/blob/master/src/rule.coffee#L56 newline is appended to all lines, this will never match, will it?
The text was updated successfully, but these errors were encountered: