1
0
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:
Liam Kalir
2020-01-22 22:26:21 -05:00
committed by David Peter
parent 87776ae07e
commit 93881d9a64
5 changed files with 40 additions and 23 deletions

View File

@@ -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,
}