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 /lua | |
| 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.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
1 files changed, 0 insertions, 7 deletions
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", |
