aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-02-09 12:26:31 +0100
committerChristian Clason <ch.clason+github@icloud.com>2025-02-16 13:53:28 +0100
commitb08ae25c473b0c63f5ef99f04b03fe66dfbd8f8d (patch)
treef842901818136fcb65f2fe7022512947b4cb7860 /lua
parentbot(lockfile): update v (diff)
downloadnvim-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.lua7
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",