From ea43e0e9d3060a1f1374a2af4a23cdb721544ed7 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 9 Jan 2023 21:18:48 +0100 Subject: parsers(wgsl): add scanner.c --- 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 400ef39bd..0ef4bb8d3 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1186,7 +1186,7 @@ list.astro = { list.wgsl = { install_info = { url = "https://github.com/szebniok/tree-sitter-wgsl", - files = { "src/parser.c" }, + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@szebniok" }, filetype = "wgsl", -- cgit v1.2.3-70-g09d2