Only reset lines where highlight changes
This commit is contained in:
parent
6f7e59e092
commit
f85223b376
2 changed files with 8 additions and 3 deletions
|
|
@ -90,6 +90,7 @@ impl<'a> Attrs<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq)]
|
||||
pub struct AttrsList<'a> {
|
||||
defaults: Attrs<'a>,
|
||||
spans: Vec<(usize, usize, Attrs<'a>)>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue