feat: add RON

This commit is contained in:
Amaan Qureshi 2023-02-04 15:42:12 -05:00 committed by Stephan Seitz
parent 70af55b428
commit 720f75f988
8 changed files with 100 additions and 2 deletions

View file

@ -424,7 +424,6 @@ list.func = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-func",
files = { "src/parser.c" },
branch = "master",
},
maintainers = { "@amaanq" },
}
@ -755,7 +754,6 @@ list.julia = {
list.kdl = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-kdl",
branch = "master",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },
@ -1128,6 +1126,14 @@ list.rnoweb = {
maintainers = { "@bamonroe" },
}
list.ron = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-ron",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },
}
list.rst = {
install_info = {
url = "https://github.com/stsewd/tree-sitter-rst",