aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTerseTears <tersetears@protonmail.com>2022-04-19 23:50:32 +0430
committerStephan Seitz <stephan.seitz@fau.de>2022-04-23 13:55:05 +0200
commit24f99166edfc19aa81c6dcb3516edf3ca2671e00 (patch)
treefd154d27659aba57fa7b229adb1aca042d693d40 /README.md
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar
nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.gz
nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.bz2
nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.lz
nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.xz
nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.tar.zst
nvim-treesitter-24f99166edfc19aa81c6dcb3516edf3ca2671e00.zip
Add org parser
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 8882a3ad8..a908a0655 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [ocaml](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu)
- [x] [ocaml_interface](https://github.com/tree-sitter/tree-sitter-ocaml) (maintained by @undu)
- [x] [ocamllex](https://github.com/atom-ocaml/tree-sitter-ocamllex) (maintained by @undu)
+- [ ] [org](https://github.com/milisims/tree-sitter-org)
- [x] [pascal](https://github.com/Isopod/tree-sitter-pascal.git) (maintained by @isopod)
- [x] [perl](https://github.com/ganezdragon/tree-sitter-perl) (maintained by @ganezdragon)
- [x] [php](https://github.com/tree-sitter/tree-sitter-php) (maintained by @tk-shirasaka)