Crate eure_ls

Crate eure_ls 

Source
Expand description

Eure Language Server - LSP implementation for the Eure data format.

This crate provides both a native binary (eurels) and a WASM module for use in VS Code web extensions.

Re-exports§

pub use queries::LspDiagnostics;
pub use queries::LspSemanticTokens;

Modules§

queries
LSP-specific queries that convert to LSP types.

Functions§

server_capabilities
Build the server capabilities to advertise to the client.