chore(docs): add doc to feat: copyrat.tmux

This commit is contained in:
graelo 2020-06-04 08:03:59 +02:00
parent 75054d1200
commit 0622ab7bf6
2 changed files with 47 additions and 21 deletions

View file

@ -28,7 +28,7 @@ pub const PATTERNS: [(&'static str, &'static str); 15] = [
("ipv4", r"\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}"),
("ipv6", r"[A-f0-9:]+:+[A-f0-9:]+[%\w\d]+"),
("mem-address", r"0x[0-9a-fA-F]+"),
("number", r"[0-9]{4,}"),
("digits", r"[0-9]{4,}"),
];
/// Type-safe string Pattern Name (newtype).