Files
carbon-lang/utils/treesitter/README.md
T
2023-08-22 22:05:46 +00:00

556 B

Tree-sitter grammar for Carbon

Tree-sitter is currently used for syntax highlighting in supported editors.

Editor Installation

Helix

  1. Install tree-sitter and Nodejs.
  2. Install Helix.
  3. Run ./helix.sh

Emacs

TODO