aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index b1f9ececd..18f5ceb63 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -547,7 +547,8 @@ list.faust = {
list.fennel = {
install_info = {
url = "https://github.com/alexmozaidze/tree-sitter-fennel",
- files = { "src/parser.c" },
+ files = { "src/parser.c", "src/scanner.c" },
+ generate_requires_npm = true,
},
maintainers = { "@alexmozaidze" },
}