mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(parsers)!: drop org
The parser has neither queries nor a listed maintainer here and hasn't seen updates in two years.
This commit is contained in:
committed by
Christian Clason
parent
38e46a6d7a
commit
b08ae25c47
@@ -353,7 +353,6 @@ We are looking for maintainers to add more parsers and to write query files for
|
||||
- [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] [odin](https://github.com/amaanq/tree-sitter-odin) (maintained by @amaanq)
|
||||
- [ ] [org](https://github.com/milisims/tree-sitter-org)
|
||||
- [x] [pascal](https://github.com/Isopod/tree-sitter-pascal) (maintained by @Isopod)
|
||||
- [x] [passwd](https://github.com/ath3/tree-sitter-passwd) (maintained by @amaanq)
|
||||
- [x] [pem](https://github.com/ObserverOfTime/tree-sitter-pem) (maintained by @ObserverOfTime)
|
||||
|
||||
@@ -539,9 +539,6 @@
|
||||
"odin": {
|
||||
"revision": "d2ca8efb4487e156a60d5bd6db2598b872629403"
|
||||
},
|
||||
"org": {
|
||||
"revision": "64cfbc213f5a83da17632c95382a5a0a2f3357c1"
|
||||
},
|
||||
"pascal": {
|
||||
"revision": "d0ebabefaea9ac3f6fc3004cf08cd121b66da9e4"
|
||||
},
|
||||
|
||||
@@ -1581,13 +1581,6 @@ list.odin = {
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.org = {
|
||||
install_info = {
|
||||
url = "https://github.com/milisims/tree-sitter-org",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
}
|
||||
|
||||
list.pascal = {
|
||||
install_info = {
|
||||
url = "https://github.com/Isopod/tree-sitter-pascal",
|
||||
|
||||
Reference in New Issue
Block a user