Files
edit/crates
Leonard Hecker d3f86975dc Fix text search on *nix (#824)
This regressed in #821.
2026-04-28 17:26:08 +02:00
..
2026-04-28 17:26:08 +02:00

crates

This directory contains the crates that make up Edit and its supporting tooling.

  • edit: Main editor binary and library
    It is split apart into a library to allow for benchmarks.
  • lsh: Syntax-highlighting compiler and runtime
  • lsh-bin: A small CLI for experimenting with and debugging LSH output
  • stdext: Shared utility code used across the workspace
  • unicode-gen: Code generation utilities for Unicode LUTs