Fix parser config for nix

This commit is contained in:
Stephan Seitz 2021-02-10 22:35:43 +01:00 committed by Stephan Seitz
parent 56af22b897
commit 0940d15514

View file

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