This commit is contained in:
Aleksey Kladov 2021-01-09 15:54:38 +03:00
parent d4fb7476ef
commit 62b17bac92
2 changed files with 30 additions and 54 deletions

View file

@ -33,7 +33,7 @@ use crate::{
pub(crate) use html::highlight_as_html;
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub struct HlRange {
pub range: TextRange,
pub highlight: Highlight,