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
fix: make sure environments without negative lookbehind work
This changes the regular expression that detects characters that
require escaping not to use a negative lookbehind.
Fixes: #26