diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-02-09 12:26:31 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-02-16 13:53:28 +0100 |
| commit | b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d (patch) | |
| tree | f842901818136fcb65f2fe7022512947b4cb7860 | |
| parent | bot(lockfile): update v (diff) | |
| download | nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.tar nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.tar.gz nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.tar.bz2 nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.tar.lz nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.tar.xz nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.tar.zst nvim-treesitter-b08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d.zip | |
feat(parsers)!: drop org
The parser has neither queries nor a listed maintainer here and hasn't
seen updates in two years.
| -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", |
