mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Fix robot parser metadata in parsers.lua
This commit is contained in:
parent
b056e4227b
commit
482a2f15d3
1 changed files with 1 additions and 2 deletions
|
|
@ -1573,8 +1573,7 @@ list.robot = {
|
||||||
url = "https://github.com/Hubro/tree-sitter-robot",
|
url = "https://github.com/Hubro/tree-sitter-robot",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@ema2159" },
|
maintainers = { "@Hubro" },
|
||||||
experimental = true,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
list.ron = {
|
list.ron = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue