mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[doc] allow monero (XMR) crypto addresses
This commit is contained in:
parent
febc2ec980
commit
76d2c69b46
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ reoption = re.compile(r'^[a-z]+:\w+$')
|
|||
recamel = re.compile(r'^[A-Za-z]+[A-Z]\w+$')
|
||||
repackage = re.compile(r'^[\w-]+-(?:dev|bin)$|^fonts-[\w-]+-ttf$|^virt-manager$')
|
||||
repath = re.compile(r'^/dev/|.*\.\w+$')
|
||||
recrypto = re.compile(r'^[13][A-Za-z0-9]{25,34}$|^0x[0-9a-fA-F]{40}$')
|
||||
recrypto = re.compile(r'^[13][A-Za-z0-9]{25,34}$|^0x[0-9a-fA-F]{40}|^4([0-9]|[A-B])(.){93}$')
|
||||
|
||||
|
||||
class AcronymFilter(Filter):
|
||||
|
|
|
@ -65,4 +65,3 @@ vsync
|
|||
wayland
|
||||
xdg
|
||||
xyene
|
||||
XMR
|
||||
|
|
Loading…
Reference in a new issue