mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
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:
parent
544320a9cf
commit
1970f0d3bb
3 changed files with 10 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue