Files
Qai Juang 428ef55715 Fix zh-Hant locale fallback (#846)
Region-specific Chinese locales like `zh-TW` were falling through to the
broad `zh` alias, which defaults to `zh-Hans`.

This PR adds explicit Chinese region aliases so `zh-TW`, `zh-HK`, and
`zh-MO` select `zh-Hant`, while `zh-CN` and `zh-SG` continue to select
`zh-Hans`.

Fixes #832

---------

Co-authored-by: Leonard Hecker <leonard@hecker.io>
2026-06-09 09:19:36 -05:00
..
2026-06-09 09:19:36 -05: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