fresh-editor 0.3.12

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
//! Re-export of `fresh_core::plugin_schemas` so editor-side modules can
//! address it via `crate::plugin_schemas::...` without a deeper
//! refactor. The actual logic lives in fresh-core because the plugin
//! runtime needs to call the validators synchronously from JS bindings.

pub use fresh_core::plugin_schemas::*;