feat(roc): add new parser tree-sitter-roc

This commit is contained in:
nat-418 2024-03-31 19:43:49 +02:00 committed by Christian Clason
parent 1d1d92e94a
commit 905fedfa28
6 changed files with 246 additions and 0 deletions

View file

@ -1730,6 +1730,14 @@ list.robot = {
maintainers = { "@Hubro" },
}
list.roc = {
install_info = {
url = "https://github.com/nat-418/tree-sitter-roc",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@nat-418" },
}
list.ron = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-ron",