feat(robot)!: update parser and queries

Breaking change: replaced `(variable_definition)` by
`(scalar_variable)`, `(list_variable)` and `(dictionary_variable)`.

Also mark queries as unmaintained.
This commit is contained in:
Christian Clason 2026-03-06 10:58:02 +01:00 committed by Christian Clason
parent 544320a9cf
commit 1970f0d3bb
3 changed files with 10 additions and 5 deletions

View file

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