mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ema2159" },
|
||||
experimental = true,
|
||||
maintainers = { "@Hubro" },
|
||||
}
|
||||
|
||||
list.ron = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue