mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Go-to-definition basic support
This commit is contained in:
parent
e954e074fb
commit
886a367026
10 changed files with 465 additions and 313 deletions
|
@ -4,6 +4,7 @@ use tower_lsp::jsonrpc::Result;
|
|||
use tower_lsp::lsp_types::*;
|
||||
use tower_lsp::{Client, LanguageServer, LspService, Server};
|
||||
|
||||
mod analysis;
|
||||
mod convert;
|
||||
mod registry;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue