apeltsi / loitsu

Cross-platform Game Engine written in Rust
MIT License
1 stars 0 forks source link

Custom language server #5

Open apeltsi opened 11 months ago

apeltsi commented 11 months ago

The rune language server is somewhat customizable. We could include the core_module() Module in the LSP context. See: https://github.com/rune-rs/rune/blob/main/crates/rune-languageserver/src/main.rs This could then be used as a drop-in replacement for the default rune LSP.