Stephan Seitz 2021-04-17 20:36:03 +02:00 committed by Thomas Vigouroux
parent 9e46322532
commit 3b8d23ca30

View file

@ -541,6 +541,14 @@ list.zig = {
maintainers = { "@Himujjal" }
}
list.fortran = {
install_info = {
url = "https://github.com/stadelmanma/tree-sitter-fortran",
files = { "src/parser.c", "src/scanner.cc", },
requires_generate_from_grammar = true,
},
}
local M = {
list = list
}