diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | lockfile.json | 3 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
3 files changed, 0 insertions, 11 deletions
@@ -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) diff --git a/lockfile.json b/lockfile.json index 49ce87f63..339d933ba 100644 --- a/lockfile.json +++ b/lockfile.json @@ -539,9 +539,6 @@ "odin": { "revision": "d2ca8efb4487e156a60d5bd6db2598b872629403" }, - "org": { - "revision": "64cfbc213f5a83da17632c95382a5a0a2f3357c1" - }, "pascal": { "revision": "d0ebabefaea9ac3f6fc3004cf08cd121b66da9e4" }, diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index be4d99b62..60ba67f5b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
