diff options
| author | Tomas Sandven <597206+Hubro@users.noreply.github.com> | 2026-02-26 20:17:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-26 20:17:27 +0100 |
| commit | b9171ede5de41b3f2dfa33fe33ebd585d795f928 (patch) | |
| tree | 08acca2159de7c89bf59fb3b61c9ee85a9454028 | |
| parent | bot(parsers): update zsh (diff) | |
| download | nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.tar nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.tar.gz nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.tar.bz2 nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.tar.lz nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.tar.xz nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.tar.zst nvim-treesitter-b9171ede5de41b3f2dfa33fe33ebd585d795f928.zip | |
feat(robot): update parser, mark as stable
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index c62071e1a..033722987 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -245,7 +245,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka [rescript](https://github.com/rescript-lang/tree-sitter-rescript) | unstable | `HFIJL` | @ribru17 [rifleconf](https://github.com/purarue/tree-sitter-rifleconf) | unstable | `H J ` | @purarue [rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) | unstable | `HF J ` | @bamonroe -[robot](https://github.com/Hubro/tree-sitter-robot) | unstable | `HFIJ ` | @Hubro +[robot](https://github.com/Hubro/tree-sitter-robot) | stable | `HFIJ ` | @Hubro [robots_txt](https://github.com/opa-oz/tree-sitter-robots-txt) | unstable | `H J ` | @opa-oz [roc](https://github.com/faldor20/tree-sitter-roc) | unmaintained | `H IJL` | [ron](https://github.com/tree-sitter-grammars/tree-sitter-ron) | unstable | `HFIJL` | @amaanq diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9d8b73930..49b6de5a8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1922,11 +1922,11 @@ return { }, robot = { install_info = { - revision = 'e34def7cb0d8a66a59ec5057fe17bb4e6b17b56a', + revision = 'v1.2.0', url = 'https://github.com/Hubro/tree-sitter-robot', }, maintainers = { '@Hubro' }, - tier = 2, + tier = 1, }, robots_txt = { install_info = { |
