diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-08-23 13:02:06 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-08-23 13:08:21 +0200 |
| commit | 8b98b4470eb326f1c7b50dae79f8c963568e5720 (patch) | |
| tree | 0ae741135fec18892ad292c18efa2a497adf6574 | |
| parent | bot(parsers): update apex, json, liquidsoap, mlir, pkl, racket, rego, scala, ... (diff) | |
| download | nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.tar nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.tar.gz nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.tar.bz2 nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.tar.lz nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.tar.xz nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.tar.zst nvim-treesitter-8b98b4470eb326f1c7b50dae79f8c963568e5720.zip | |
docs(djot): mark as unmaintained
Project moved to codeberg with no Github mirror (repo was archived
instead), so document reality.
(The language may be dropped in the future.)
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index ee5cca6bf..ddca61ed5 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -58,7 +58,7 @@ Language | Tier | Queries | Maintainer [dhall](https://github.com/jbellerb/tree-sitter-dhall) | unstable | `HF J ` | @amaanq [diff](https://github.com/tree-sitter-grammars/tree-sitter-diff) | unstable | `HF J ` | @gbprod [disassembly](https://github.com/ColinKennedy/tree-sitter-disassembly) | unstable | `H J ` | @ColinKennedy -[djot](https://github.com/treeman/tree-sitter-djot) | unstable | `HFIJL` | @NoahTheDuke +[djot](https://github.com/treeman/tree-sitter-djot) | unmaintained | `HFIJL` | [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) | unstable | `H J ` | @camdencheek [dot](https://github.com/rydesun/tree-sitter-dot) | unstable | `HFIJ ` | @rydesun [doxygen](https://github.com/tree-sitter-grammars/tree-sitter-doxygen) | unstable | `H IJ ` | @amaanq diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4f8a2a7cf..a0bf5c402 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -388,8 +388,7 @@ return { revision = '759a61896ccb2200a4becec4443e768638a21d58', url = 'https://github.com/treeman/tree-sitter-djot', }, - maintainers = { '@NoahTheDuke' }, - tier = 2, + tier = 3, }, dockerfile = { install_info = { |
