mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:00:12 +01:00
TextMate doesn't support JSON grammars, so convert our JSON grammar to a plist automatically as a pre-commit check. Fix malformed info.plist file. Add missing uuid to grammar file. Assisted-by: Gemini via Antigravity
Developer Utilities
This directory collects tools and utilities that may be useful to both Carbon developers and developers writing Carbon code.
Editor Support
Other Editors
Any editor that supports Language server protocol and/or tree-sitter is
supported. The editor just needs to be configured manually.
bazel build //toolchain produces the language server binary.
utils/tree_sitter contains the tree-sitter grammar.