mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 05:05:00 +00:00
refactor: simplify and document lsp_typst_boundary crate (#1049)
This commit is contained in:
parent
5db1cf984a
commit
497a1e0aea
18 changed files with 205 additions and 233 deletions
|
@ -82,7 +82,7 @@ fn filter_document_symbols(
|
|||
return None;
|
||||
}
|
||||
|
||||
let rng = typst_to_lsp::range(hierarchy.info.range.clone(), source, position_encoding);
|
||||
let rng = to_lsp_range(hierarchy.info.range.clone(), source, position_encoding);
|
||||
|
||||
Some(SymbolInformation {
|
||||
name: hierarchy.info.name.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue