tinymist_query

Function to_lsp_range

Source
pub fn to_lsp_range(
    typst_range: Range<usize>,
    typst_source: &Source,
    lsp_position_encoding: PositionEncoding,
) -> Range
Expand description

Convert a Typst range to an LSP range.