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.
pub fn to_lsp_range(
typst_range: Range<usize>,
typst_source: &Source,
lsp_position_encoding: PositionEncoding,
) -> LspRange
Convert a Typst range to an LSP range.