[−][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>