mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
lib/linkify: add geo URI scheme
This commit is contained in:
parent
0640ff8712
commit
b38777e92a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ linkifyjs.options.defaults.defaultProtocol = "https";
|
|||
|
||||
linkifyjs.registerCustomProtocol("irc");
|
||||
linkifyjs.registerCustomProtocol("ircs");
|
||||
linkifyjs.registerCustomProtocol("geo", true);
|
||||
|
||||
const IRCChannelToken = linkifyjs.createTokenClass("ircChannel", {
|
||||
isLink: true,
|
||||
|
|
Loading…
Reference in a new issue