maan2003 7f4cf794cf neovim: add treesitter and lsp config (#3129) 2 ani în urmă
..
queries fe49b1b2a6 treesitter: add more highlight rules (#3036) 2 ani în urmă
src 56a011f356 treesitter: implement strings completely (#3007) 2 ani în urmă
testdata 56a011f356 treesitter: implement strings completely (#3007) 2 ani în urmă
.gitignore 1cab6920f2 Treesitter parser (#2902) 2 ani în urmă
BUILD 605763d62d Add lint fixes to the buildifier setup. (#3109) 2 ani în urmă
README.md 7f4cf794cf neovim: add treesitter and lsp config (#3129) 2 ani în urmă
grammar.js fe49b1b2a6 treesitter: add more highlight rules (#3036) 2 ani în urmă
helix.sh 1cab6920f2 Treesitter parser (#2902) 2 ani în urmă
test_runner.cpp 56a011f356 treesitter: implement strings completely (#3007) 2 ani în urmă

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