blues-lsp 0.1.0

LSP language server for the Bluespec SystemVerilog language
Documentation
1
2
3
4
5
6
7
8
pub mod completions;
pub mod definitions;
pub mod diagnostics;
pub mod document_sync;
pub mod ranges;
pub mod rename;
pub mod semantic_tokens;
pub mod symbols;