diff options
| -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 = { |
