diff options
Diffstat (limited to 'osurl')
-rwxr-xr-x | osurl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,8 +34,11 @@ local patterns = { ["rhbz%SEP%NUM"] = "https://bugzilla.redhat.com/show_bug.cgi?id=%1", ["tdf%SEP%NUM"] = "https://bugs.documentfoundation.org/show_bug.cgi?id=%1", ["pep%SEP%NUM"] = "https://www.python.org/dev/peps/pep-%1", + ["ffn%SEP%NUM"] = "https://www.fanfiction.net/s/%1", + ["ao3%SEP%NUM"] = "https://archiveofourown.org/works/%1", } + -- turn "foo#%BLAH" into a pattern that matches everything literally except -- %BLAH local makepat = Cf( |