add core decl in main

This commit is contained in:
light-ly 2024-09-21 23:15:17 +08:00
parent 25c28f1c44
commit ebc6e79cf0

View File

@ -6,6 +6,7 @@ use std::sync::Arc;
use structopt::StructOpt;
use tower_lsp::{LspService, Server};
mod core;
mod completion;
mod definition;
mod diagnostics;