Karthik Prakash af6436c20c Add filetype highlighting to block string literals (#3642) %!s(int64=2) %!d(string=hai) anos
..
highlightjs 4daaa4866f Rename `Type` -> `type`, per #2360. (#2507) %!s(int64=3) %!d(string=hai) anos
nvim 7f4cf794cf neovim: add treesitter and lsp config (#3129) %!s(int64=2) %!d(string=hai) anos
textmate af6436c20c Add filetype highlighting to block string literals (#3642) %!s(int64=2) %!d(string=hai) anos
treesitter 379d776084 Add support for '--config=clang-tidy' (#3559) %!s(int64=2) %!d(string=hai) anos
vim 7f4cf794cf neovim: add treesitter and lsp config (#3129) %!s(int64=2) %!d(string=hai) anos
vscode 7c891fdacd Language Server (#3112) %!s(int64=2) %!d(string=hai) anos
README.md ff5fab8eb8 Editor support Documentation (#3132) %!s(int64=2) %!d(string=hai) anos

README.md

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 language_server produces the language server binary. utils/treesitter contains the treesitter grammar.