mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-23 20:55:02 +00:00
feat: adapt to rust analyzer's server crate
This commit is contained in:
parent
619a4f9f14
commit
9c9fcd91ba
19 changed files with 1078 additions and 600 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::{borrow::Cow, ops::Range};
|
||||
|
||||
use log::debug;
|
||||
use tower_lsp::lsp_types::{InlayHintKind, InlayHintLabel};
|
||||
use lsp_types::{InlayHintKind, InlayHintLabel};
|
||||
use typst::{
|
||||
foundations::{Args, Closure},
|
||||
syntax::SyntaxNode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue