mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Fix parser config for nix
This commit is contained in:
parent
56af22b897
commit
0940d15514
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ list.yaml = {
|
||||||
list.nix = {
|
list.nix = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/cstrahan/tree-sitter-nix",
|
url = "https://github.com/cstrahan/tree-sitter-nix",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = {"@leo60228"},
|
maintainers = {"@leo60228"},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue