diff options
| author | Stefano Volpe <foxy@teapot.ovh> | 2024-07-02 14:57:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 16:57:30 +0200 |
| commit | 6cd4ce6cab184e8787f164a182954534221f2af2 (patch) | |
| tree | 38d514949cf80ac96d6a29a7fd0779d3cae7a56e /README.md | |
| parent | feat(diff): Highlight comments (diff) | |
| download | nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.gz nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.bz2 nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.lz nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.xz nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.tar.zst nvim-treesitter-6cd4ce6cab184e8787f164a182954534221f2af2.zip | |
feat: add prolog and problog parser and queries (#6810)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -350,6 +350,8 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [pony](https://github.com/amaanq/tree-sitter-pony) (maintained by @amaanq, @mfelsche) - [x] [printf](https://github.com/ObserverOfTime/tree-sitter-printf) (maintained by @ObserverOfTime) - [x] [prisma](https://github.com/victorhqc/tree-sitter-prisma) (maintained by @elianiva) +- [x] [problog](https://codeberg.org/foxy/tree-sitter-prolog) (maintained by @foxyseta) +- [x] [prolog](https://codeberg.org/foxy/tree-sitter-prolog) (maintained by @foxyseta) - [x] [promql](https://github.com/MichaHoffmann/tree-sitter-promql) (maintained by @MichaHoffmann) - [x] [properties](https://github.com/tree-sitter-grammars/tree-sitter-properties) (maintained by @ObserverOfTime) - [x] [proto](https://github.com/treywood/tree-sitter-proto) (maintained by @treywood) |
