mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
chore(docs): add doc to feat: copyrat.tmux
This commit is contained in:
parent
75054d1200
commit
0622ab7bf6
2 changed files with 47 additions and 21 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue