leekscript-lsp 0.1.0

Language server for LeekScript (LSP)
Documentation
1
2
3
4
5
6
7
8
//! Semantic token types and computation for LSP-based syntax highlighting.
//!
//! Delegates to [`leekscript_rs`] for computation and legend.

pub use leekscript_rs::{
    compute_semantic_tokens, compute_semantic_tokens_fallback, compute_semantic_tokens_range,
    semantic_tokens_provider,
};