Skip to main content

oak_dot/lsp/
mod.rs

1#![doc = include_str!("readme.md")]
2/// Highlighter module.
3#[cfg(feature = "oak-highlight")]
4pub mod highlighter;
5/// MCP module.
6/// LSP service implementation.
7#[cfg(feature = "lsp")]
8pub struct DotLanguageService;