From 7d1bab65469bd53e7a68666de071d9a82a522a40 Mon Sep 17 00:00:00 2001 From: Alexei Mozaidze Date: Wed, 21 Feb 2024 17:44:01 +0400 Subject: feat(fennel)!: switch to maintained parser (#6132) Change the Fennel parser to a simpler and more consistent one, along with updating all the queries. --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 087f28fc8..324529cad 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -529,10 +529,10 @@ list.faust = { list.fennel = { install_info = { - url = "https://github.com/travonted/tree-sitter-fennel", + url = "https://github.com/alexmozaidze/tree-sitter-fennel", files = { "src/parser.c" }, }, - maintainers = { "@TravonteD" }, + maintainers = { "@alexmozaidze" }, } list.firrtl = { -- cgit v1.2.3-70-g09d2