pub fn to_typst_range( lsp_range: LspRange, lsp_position_encoding: PositionEncoding, source: &Source, ) -> Option<Range<usize>>
Convert an LSP range to a Typst range.