From cf13c9605074388f8a2085bcfc573c7adb443ea2 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 27 Jan 2024 10:16:40 +0100 Subject: fix(jsdoc): 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 112a39c5c..af7ee2043 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -931,7 +931,7 @@ list.jq = { list.jsdoc = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-jsdoc", - files = { "src/parser.c" }, + files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@steelsojka" }, } -- cgit v1.2.3-70-g09d2