fixup! Create own file for the StickyContext implementation

pull/6118/merge^2
SoraTenshi 11 months ago
parent 23ebfb542d
commit 1b3c5fee17

@ -15,12 +15,12 @@ use super::{
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
pub struct StickyNode { pub struct StickyNode {
line: usize, pub line: usize,
visual_line: u16, pub visual_line: u16,
byte_range: std::ops::Range<usize>, pub byte_range: std::ops::Range<usize>,
indicator: Option<String>, pub indicator: Option<String>,
anchor: usize, pub anchor: usize,
has_context_end: bool, pub has_context_end: bool,
} }
fn get_context_paired_range( fn get_context_paired_range(

Loading…
Cancel
Save