Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
..
queries fe49b1b2a6 treesitter: add more highlight rules (#3036) il y a 2 ans
src 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) il y a 1 an
testdata 56a011f356 treesitter: implement strings completely (#3007) il y a 2 ans
.gitignore 1cab6920f2 Treesitter parser (#2902) il y a 2 ans
BUILD 8c28a0494e Add size="small" to test targets where advised (#3326) il y a 2 ans
README.md 7f4cf794cf neovim: add treesitter and lsp config (#3129) il y a 2 ans
grammar.js fe49b1b2a6 treesitter: add more highlight rules (#3036) il y a 2 ans
helix.sh 1cab6920f2 Treesitter parser (#2902) il y a 2 ans
test_runner.cpp 379d776084 Add support for '--config=clang-tidy' (#3559) il y a 2 ans

README.md

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