tinymist_analysis::location

Function to_lsp_range

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

Convert a Typst range to an LSP range.