diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-03-12 11:21:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-12 11:21:46 -0500 |
| commit | e4083fc8e11e6585f53d62eb71778cc2af464fad (patch) | |
| tree | 347c6f8cd36ce9d786c817697e8ac59c0a6bd4a5 /README.md | |
| parent | 3b8c2ea492917fcb3c0e88ad6682dbd355cc0644 (diff) | |
Add comment parser to highlight comment tags (#893)
Closes #236
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
