From 0940d15514292a09d963e90badbe1481c1577455 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Wed, 10 Feb 2021 22:35:43 +0100 Subject: Fix parser config for nix --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 7b57f7d7..deb56bbf 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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"}, } -- cgit v1.2.3