summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAmaan Qureshi <amaanq12@gmail.com>2023-08-17 04:07:43 -0400
committerAmaan Qureshi <amaanq12@gmail.com>2023-08-17 11:15:54 -0400
commit17d3398b5bd0d0042e1a71ee1842a831399cae97 (patch)
tree102f19112583ffdcc031681b9d1a9a26e303088a /README.md
parentfeat: add BitBake (diff)
downloadnvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.tar
nvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.tar.gz
nvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.tar.bz2
nvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.tar.lz
nvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.tar.xz
nvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.tar.zst
nvim-treesitter-17d3398b5bd0d0042e1a71ee1842a831399cae97.zip
feat: add CSV, PSV, & TSV
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8aa827f7a..263ed52d8 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [cpon](https://github.com/amaanq/tree-sitter-cpon) (maintained by @amaanq)
- [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] [csv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq)
- [x] [cuda](https://github.com/theHamsta/tree-sitter-cuda) (maintained by @theHamsta)
- [x] [cue](https://github.com/eonpatapon/tree-sitter-cue) (maintained by @amaanq)
- [x] [d](https://github.com/CyberShadow/tree-sitter-d) (experimental, maintained by @nawordar)
@@ -311,6 +312,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [promql](https://github.com/MichaHoffmann/tree-sitter-promql) (maintained by @MichaHoffmann)
- [x] [proto](https://github.com/treywood/tree-sitter-proto) (maintained by @treywood)
- [x] [prql](https://github.com/PRQL/tree-sitter-prql) (maintained by @matthias-Q)
+- [x] [psv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq)
- [x] [pug](https://github.com/zealot128/tree-sitter-pug) (experimental, maintained by @zealot128)
- [x] [puppet](https://github.com/amaanq/tree-sitter-puppet) (maintained by @amaanq)
- [x] [PyPA manifest](https://github.com/ObserverOfTime/tree-sitter-pymanifest) (maintained by @ObserverOfTime)
@@ -358,6 +360,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [tlaplus](https://github.com/tlaplus-community/tree-sitter-tlaplus) (maintained by @ahelwer, @susliko)
- [x] [todotxt](https://github.com/arnarg/tree-sitter-todotxt.git) (experimental, maintained by @arnarg)
- [x] [toml](https://github.com/ikatyang/tree-sitter-toml) (maintained by @tk-shirasaka)
+- [x] [tsv](https://github.com/amaanq/tree-sitter-csv) (maintained by @amaanq)
- [x] [tsx](https://github.com/tree-sitter/tree-sitter-typescript) (maintained by @steelsojka)
- [x] [turtle](https://github.com/BonaBeavis/tree-sitter-turtle) (maintained by @BonaBeavis)
- [x] [twig](https://github.com/gbprod/tree-sitter-twig) (maintained by @gbprod)