reovim-driver-syntax 0.14.4

Syntax highlighting driver for reovim (trait definitions only)
Documentation
1
2
3
4
5
6
//! Error types for syntax operations.
//!
//! Re-exports [`ModuleError`] from the kernel for consistency with the
//! module system.

pub use reovim_kernel::api::v1::ModuleError;