mx42 fe49b1b2a6 treesitter: add more highlight rules (#3036) 2 лет назад
..
queries fe49b1b2a6 treesitter: add more highlight rules (#3036) 2 лет назад
src 56a011f356 treesitter: implement strings completely (#3007) 2 лет назад
testdata 56a011f356 treesitter: implement strings completely (#3007) 2 лет назад
.gitignore 1cab6920f2 Treesitter parser (#2902) 2 лет назад
BUILD 56a011f356 treesitter: implement strings completely (#3007) 2 лет назад
README.md 1cab6920f2 Treesitter parser (#2902) 2 лет назад
grammar.js fe49b1b2a6 treesitter: add more highlight rules (#3036) 2 лет назад
helix.sh 1cab6920f2 Treesitter parser (#2902) 2 лет назад
test_runner.cpp 56a011f356 treesitter: implement strings completely (#3007) 2 лет назад

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

Neovim

TODO

Emacs

TODO