mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 18:30:30 +01:00
The text SVG would sometimes be processed by vscode before it finished initializing its font engine and then get aggressively cached, resulting in the logo sometimes missing one of the characters. The new SVG logo is a bit more dense than the old text one was, so shows up as a C++ "banner" a bit better, and should be displayed more consistently. 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.