parsers: fortran no longer requires_generate_from_grammar

This commit is contained in:
Stephan Seitz 2021-05-16 23:20:12 +02:00 committed by Stephan Seitz
parent cb8ad86cb6
commit 69b2e88839

View file

@ -580,7 +580,6 @@ list.fortran = {
install_info = {
url = "https://github.com/stadelmanma/tree-sitter-fortran",
files = { "src/parser.c", "src/scanner.cc", },
requires_generate_from_grammar = true,
},
}