Add whitespaces rendering
This commit is contained in:
parent
2d8c88ad73
commit
714734d279
2 changed files with 42 additions and 33 deletions
|
@ -214,7 +214,7 @@ pub struct Glyph {
|
|||
#[derive(Debug, Clone)]
|
||||
pub enum Invisible {
|
||||
Tab { line_start_offset: usize },
|
||||
Whitespace { line_range: std::ops::Range<usize> },
|
||||
Whitespace { line_offset: usize },
|
||||
}
|
||||
|
||||
impl Line {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue