oak-gsgl 0.0.11

GSGL language parser with support for modern GSGL syntax and features.
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("readme.md")]
/// Highlighter module.
#[cfg(feature = "oak-highlight")]
pub mod highlighter;
/// MCP module.
/// LSP service implementation.
#[cfg(feature = "lsp")]
pub struct GsglLanguageService;