//! `editor-core-sublime` - Sublime Text `.sublime-syntax` support for `editor-core`.
//!
//! This crate contains a lightweight YAML-based syntax engine, plus optional helper APIs for
//! applying highlighting + folding results to an `editor_core::EditorStateManager`.
pub use SublimeProcessor;
pub use *;