mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-13 08:30:07 +01:00
refactor: regexes.rs -> textbuf/regexes.rs
This commit is contained in:
parent
2c3c7a5456
commit
5904bb1df5
4 changed files with 7 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ pub(crate) mod alphabet;
|
|||
mod matches;
|
||||
mod model;
|
||||
mod raw_match;
|
||||
pub(crate) mod regexes;
|
||||
|
||||
pub use matches::Match;
|
||||
pub use model::Model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue