mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
Add org parser
This commit is contained in:
parent
ead56fd316
commit
24f99166ed
2 changed files with 9 additions and 0 deletions
|
|
@ -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](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] [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)
|
- [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] [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] [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)
|
- [x] [php](https://github.com/tree-sitter/tree-sitter-php) (maintained by @tk-shirasaka)
|
||||||
|
|
|
||||||
|
|
@ -413,6 +413,14 @@ list.ocamllex = {
|
||||||
maintainers = { "@undu" },
|
maintainers = { "@undu" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list.org = {
|
||||||
|
install_info = {
|
||||||
|
url = "https://github.com/milisims/tree-sitter-org",
|
||||||
|
branch = "main",
|
||||||
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
list.swift = {
|
list.swift = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/alex-pinkus/tree-sitter-swift",
|
url = "https://github.com/alex-pinkus/tree-sitter-swift",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue