mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
feat: add Robot Framework parser and highlights
This commit is contained in:
parent
1e3b986650
commit
dd6964575e
3 changed files with 33 additions and 0 deletions
|
|
@ -1309,6 +1309,15 @@ list.rnoweb = {
|
|||
maintainers = { "@bamonroe" },
|
||||
}
|
||||
|
||||
list.robot = {
|
||||
install_info = {
|
||||
url = "https://github.com/Hubro/tree-sitter-robot",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ema2159" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.ron = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-ron",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue