mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
parsers: fortran no longer requires_generate_from_grammar
This commit is contained in:
parent
cb8ad86cb6
commit
69b2e88839
1 changed files with 0 additions and 1 deletions
|
|
@ -580,7 +580,6 @@ list.fortran = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/stadelmanma/tree-sitter-fortran",
|
url = "https://github.com/stadelmanma/tree-sitter-fortran",
|
||||||
files = { "src/parser.c", "src/scanner.cc", },
|
files = { "src/parser.c", "src/scanner.cc", },
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue