mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
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:
parent
957f86ae3f
commit
f595ddd43e
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue