hjkl-syntax-tui 0.28.1

Ratatui adapter for hjkl-syntax: converts renderer-agnostic RenderOutput spans to ratatui Span/Line and routes DiagSigns to hjkl_buffer::Sign.
Documentation
# hjkl-syntax-tui

Ratatui adapter for hjkl-syntax: converts renderer-agnostic RenderOutput spans
to ratatui Span/Line and routes DiagSigns to hjkl_buffer::Sign.

[![CI](https://github.com/kryptic-sh/hjkl/actions/workflows/ci.yml/badge.svg)](https://github.com/kryptic-sh/hjkl/actions/workflows/ci.yml)
[![crates.io](https://img.shields.io/crates/v/hjkl-syntax-tui.svg)](https://crates.io/crates/hjkl-syntax-tui)
[![docs.rs](https://img.shields.io/docsrs/hjkl-syntax-tui)](https://docs.rs/hjkl-syntax-tui)
[![MSRV](https://img.shields.io/badge/MSRV-1.95-blue.svg)](Cargo.toml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kryptic-sh/hjkl/blob/main/LICENSE)

Part of the [hjkl monorepo](https://github.com/kryptic-sh/hjkl) — a vim-modal
editor in Rust.

## Documentation

[docs.rs/hjkl-syntax-tui](https://docs.rs/hjkl-syntax-tui)

## Contributing

See the
[monorepo CONTRIBUTING guide](https://github.com/kryptic-sh/hjkl/blob/main/CONTRIBUTING.md).

## License

MIT — see [LICENSE](https://github.com/kryptic-sh/hjkl/blob/main/LICENSE).