panache 3.6.0

Language server, formatter, and linter for Markdown, Quarto, and R Markdown
1
2
3
4
5
//! CST range utilities shared with `panache-parser`.

pub use panache_parser::range_utils::{
    expand_byte_range_to_blocks, expand_line_range_to_blocks, line_range_to_byte_offsets,
};