diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-03-06 10:58:02 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-03-06 11:04:36 +0100 |
| commit | 1970f0d3bbb99c7659e58914948749437c7b7398 (patch) | |
| tree | 9f4f6bfecaad67a0bfa94f10d63ae86133badb61 /lua | |
| parent | feat(supercollider)!: update parser and queries (diff) | |
| download | nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.tar nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.tar.gz nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.tar.bz2 nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.tar.lz nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.tar.xz nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.tar.zst nvim-treesitter-1970f0d3bbb99c7659e58914948749437c7b7398.zip | |
feat(robot)!: update parser and queries
Breaking change: replaced `(variable_definition)` by
`(scalar_variable)`, `(list_variable)` and `(dictionary_variable)`.
Also mark queries as unmaintained.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 4206c656a..fe5e1b7ba 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
