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
I realize you can quote the URLs to escape them, but maybe the START_KEY regex should be changed to forbid "//" after a colon so file patterns are not captured as keys, since it's such a common usage. Just a thought.
The text was updated successfully, but these errors were encountered:
Currently,
is parsed as
Desired result is:
I realize you can quote the URLs to escape them, but maybe the
START_KEY
regex should be changed to forbid "//" after a colon so file patterns are not captured as keys, since it's such a common usage. Just a thought.The text was updated successfully, but these errors were encountered: