The syntax complains about RegEx entries with multiple $'s, despite them being valid. #71
Labels
bug
Something isn't working
Priority: P3
Resolution: Duplicate
Status: Closed
T: syntax highlighter
The issue is related to the syntax highlighting
According to GitHub's implementation of the syntax at the time of writing, it struggles with (some/all?) RegEx entries that contain both a
$
in the RegEx and a$
modifier. For instance/^(https?://)?[a-z]{10,12}\.easy\.co($|/.*$)/$document
from Nordic Filters.I'm unsure how to correct the syntax to make it consider such an entry to be valid, but I figured I'd bring it up regardless.
The text was updated successfully, but these errors were encountered: