feat: support goto_definition api

This commit is contained in:
Myriad-Dreamin 2024-03-08 00:51:18 +08:00
parent edd3ad260f
commit c19197178c
5 changed files with 126 additions and 10 deletions

View file

@ -22,6 +22,8 @@ pub(crate) mod folding_range;
pub use folding_range::*;
pub(crate) mod selection_range;
pub use selection_range::*;
pub(crate) mod goto_definition;
pub use goto_definition::*;
pub mod lsp_typst_boundary;
pub use lsp_typst_boundary::*;