mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Adds range syntax for line highlights
This commit is contained in:
@@ -128,5 +128,5 @@ pub struct Config<'a> {
|
||||
pub use_italic_text: bool,
|
||||
|
||||
/// Lines to highlight
|
||||
pub highlight_lines: Vec<usize>,
|
||||
pub highlight_lines: LineRanges,
|
||||
}
|
||||
|
Reference in New Issue
Block a user