feat(robot): update parser, mark as stable

This commit is contained in:
Tomas Sandven 2026-02-26 20:17:27 +01:00 committed by GitHub
parent 957f86ae3f
commit b9171ede5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -245,7 +245,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | @steelsojka
[rescript](https://github.com/rescript-lang/tree-sitter-rescript) | unstable | `HFIJL` | @ribru17 [rescript](https://github.com/rescript-lang/tree-sitter-rescript) | unstable | `HFIJL` | @ribru17
[rifleconf](https://github.com/purarue/tree-sitter-rifleconf) | unstable | `H  J ` | @purarue [rifleconf](https://github.com/purarue/tree-sitter-rifleconf) | unstable | `H  J ` | @purarue
[rnoweb](https://github.com/bamonroe/tree-sitter-rnoweb) | unstable | `HF J ` | @bamonroe [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 [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` | [roc](https://github.com/faldor20/tree-sitter-roc) | unmaintained | `H IJL` |
[ron](https://github.com/tree-sitter-grammars/tree-sitter-ron) | unstable | `HFIJL` | @amaanq [ron](https://github.com/tree-sitter-grammars/tree-sitter-ron) | unstable | `HFIJL` | @amaanq

View file

@ -1922,11 +1922,11 @@ return {
}, },
robot = { robot = {
install_info = { install_info = {
revision = 'e34def7cb0d8a66a59ec5057fe17bb4e6b17b56a', revision = 'v1.2.0',
url = 'https://github.com/Hubro/tree-sitter-robot', url = 'https://github.com/Hubro/tree-sitter-robot',
}, },
maintainers = { '@Hubro' }, maintainers = { '@Hubro' },
tier = 2, tier = 1,
}, },
robots_txt = { robots_txt = {
install_info = { install_info = {