feat: add Robot Framework parser and highlights

This commit is contained in:
Emmanuel Bustos Torres 2023-07-17 10:21:10 +02:00 committed by GitHub
parent 1e3b986650
commit dd6964575e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 0 deletions

View file

@ -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",