mirror of
https://github.com/encounter/zed.git
synced 2026-07-11 06:19:04 -07:00
This PR updates the `ExtensionBuilder` to require that grammar names are written in snake_case. The grammar names are used to construct identifiers, so we need them to be valid C identifiers. Release Notes: - N/A