Update robot parser to v1.2.0, set tier to 1

Parser follows semver and includes WASM release artifacts, so I changed tier to 1
This commit is contained in:
Tomas Sandven 2026-02-26 20:03:31 +01:00 committed by GitHub
parent 957f86ae3f
commit f595ddd43e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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