fresh-editor 0.1.90

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
7
//! Hook System: Event subscription and notification for plugins
//!
//! Re-exports hook system types from fresh-core for backward compatibility.

pub use fresh_core::hooks::{
    hook_args_to_json, HookArgs, HookCallback, HookRegistry, LineInfo, LspLocation,
};