summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2021-03-12 11:21:46 -0500
committerGitHub <noreply@github.com>2021-03-12 11:21:46 -0500
commite4083fc8e11e6585f53d62eb71778cc2af464fad (patch)
tree347c6f8cd36ce9d786c817697e8ac59c0a6bd4a5 /README.md
parent3b8c2ea492917fcb3c0e88ad6682dbd355cc0644 (diff)
Add comment parser to highlight comment tags (#893)
Closes #236
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e29d867c..7413ceea 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,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 @svermeulen)
- [x] [clojure](https://github.com/sogaiu/tree-sitter-clojure) (maintained by @sogaiu)
+- [x] [comment](https://github.com/stsewd/tree-sitter-comment) (maintained by @stsewd)
- [x] [cpp](https://github.com/tree-sitter/tree-sitter-cpp) (maintained by @theHamsta)
- [x] [css](https://github.com/tree-sitter/tree-sitter-css) (maintained by @TravonteD)
- [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909)