mirror of
https://github.com/microsoft/edit.git
synced 2026-06-13 03:05:13 -05:00
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>
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 runtimelsh-bin: A small CLI for experimenting with and debugging LSH outputstdext: Shared utility code used across the workspaceunicode-gen: Code generation utilities for Unicode LUTs