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
`PathHighlighter` uses a regex to parse paths for highlighting.
It used `/` as the final path component delimiter. This diff
changes that to "either `/` or `\`".
I toyed with using `os.path.sep`, but there's no reason to *not*
highlight paths from other OSes than the one we're running on
at the moment.
0 commit comments