From 22f591127e4086db588db5a3e1b99ffdf5d13683 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 25 Oct 2014 17:23:12 -0700 Subject: [PATCH] Add .moe to list of linkified TLDs. #157 --- src/Linkification/Linkify.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 582177911..ae77af9fc 100755 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -85,7 +85,7 @@ Linkify = ) | # This should account for virtually all links posted without http: [-a-z\d]+[.]( - aero|asia|biz|cat|com|coop|info|int|jobs|mobi|museum|name|net|org|post|pro|tel|travel|xxx|edu|gov|mil|[a-z]{2} + aero|asia|biz|cat|com|coop|info|int|jobs|mobi|moe|museum|name|net|org|post|pro|tel|travel|xxx|edu|gov|mil|[a-z]{2} )([:/]|(?!.)) | # IPv4 Addresses [\d]{1,3}\.[\d]{1,3}\.[\d]{1,3}\.[\d]{1,3}