[−][src]Trait taplo::util::coords::SplitLines
This trait is used for splitting a range into multiple single-line ranges.
This is needed because in VSCode semantic tokens could not span across multiple lines.
This trait is used for splitting a range into multiple single-line ranges.
This is needed because in VSCode semantic tokens could not span across multiple lines.
fn is_single_line(&self) -> bool
fn split_lines(self, mapper: &Mapper) -> Vec<Range>
impl SplitLines for Range
[src]fn split_lines(self, _mapper: &Mapper) -> Vec<Range>
[src]fn is_single_line(&self) -> bool
[src]