aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-07-04 18:19:14 +0000
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-04 21:17:48 +0200
commit03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb (patch)
tree7d8c1b175c6c6a5b8dfa3c0b3ea010119f8d1700
parenthighlights(zig): use `@string.escape` for escape sequences (diff)
downloadnvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.tar
nvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.tar.gz
nvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.tar.bz2
nvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.tar.lz
nvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.tar.xz
nvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.tar.zst
nvim-treesitter-03f7bf7b490f3c8e1f6b9180e2e4bd32187429cb.zip
[docgen] Update README.md
skip-checks: true
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 411658222..b0eadb747 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [c](https://github.com/tree-sitter/tree-sitter-c) (maintained by @vigoux)
- [x] [c_sharp](https://github.com/tree-sitter/tree-sitter-c-sharp) (maintained by @Luxed)
- [x] [clojure](https://github.com/sogaiu/tree-sitter-clojure) (maintained by @sogaiu)
+- [x] [cmake](https://github.com/uyha/tree-sitter-cmake) (maintained by @uyha)
- [x] [comment](https://github.com/stsewd/tree-sitter-comment) (maintained by @stsewd)
- [x] [commonlisp](https://github.com/theHamsta/tree-sitter-commonlisp) (maintained by @theHamsta)
- [x] [cpp](https://github.com/tree-sitter/tree-sitter-cpp) (maintained by @theHamsta)