parsers: nix no longer requires_generate_from_grammar

Not required after https://github.com/cstrahan/tree-sitter-nix/pull/11
This commit is contained in:
Stephan Seitz 2021-04-22 17:52:50 +02:00 committed by Thomas Vigouroux
parent cf0bbab53e
commit e062f8dade

View file

@ -360,7 +360,6 @@ list.nix = {
install_info = {
url = "https://github.com/cstrahan/tree-sitter-nix",
files = { "src/parser.c", "src/scanner.c" },
requires_generate_from_grammar = true,
},
maintainers = {"@leo60228"},
}