feat: add Forth

This commit is contained in:
Amaan Qureshi 2023-08-21 04:29:38 -04:00
parent 620b60b5ba
commit 7c935d6bd5
8 changed files with 42 additions and 0 deletions

View file

@ -487,6 +487,14 @@ list.foam = {
experimental = true,
}
list.forth = {
install_info = {
url = "https://github.com/AlexanderBrevig/tree-sitter-forth",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
}
list.fortran = {
install_info = {
url = "https://github.com/stadelmanma/tree-sitter-fortran",