mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
Move back printer.rs and others into lib
others: bin/bat/{controller,decorations,output,printer}.rs
This commit is contained in:
committed by
David Peter
parent
26439b41d2
commit
e542621125
@@ -19,11 +19,15 @@ extern crate syntect;
|
||||
extern crate wild;
|
||||
|
||||
pub mod assets;
|
||||
pub mod controller;
|
||||
pub mod decorations;
|
||||
pub mod diff;
|
||||
pub mod dirs;
|
||||
pub mod inputfile;
|
||||
pub mod line_range;
|
||||
pub mod output;
|
||||
pub mod preprocessor;
|
||||
pub mod printer;
|
||||
pub mod style;
|
||||
pub mod syntax_mapping;
|
||||
pub mod terminal;
|
||||
@@ -119,4 +123,4 @@ pub struct Config<'a> {
|
||||
|
||||
/// Lines to highlight
|
||||
pub highlight_lines: Vec<usize>,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user