]> git.sev.monster Git - dotfiles.git/commitdiff
fixed urxvt matcher url regex
authords6 <git@ds6.pw>
Sat, 3 Feb 2018 06:04:50 +0000 (00:04 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 20:44:51 +0000 (15:44 -0500)
base/.Xresources

index 872bd7435941f8ef474ae04b3f04b0a97cdabd33..b6219793f376d4cce8c4c5e5fb7c9dd7bbb934a8 100644 (file)
@@ -85,7 +85,7 @@ URxvt.visualBell:         true
 
 URxvt.url-launcher:       /usr/local/bin/xdg-open
 URxvt.matcher.button:     1
-URxvt.matcher.pattern.0:  [a-zA-Z\d]+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\,!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)?
+URxvt.matcher.pattern.0:  [a-zA-Z\d]+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)?
 URxvt.matcher.rend.0:     Uline Bold fg6
 !URxvt.matcher.pattern.1:  \\s(/\\S+?):(\\d+)(?=:|$)
 !URxvt.matcher.rend.1:     Uline fg3
This page took 0.035407 seconds and 4 git commands to generate.