diff options
| author | Alexei Mozaidze <lexerpexer@proton.me> | 2024-02-21 17:44:01 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 13:44:01 +0000 |
| commit | 7d1bab65469bd53e7a68666de071d9a82a522a40 (patch) | |
| tree | 5e5b93043134bc74c46efc9f538bd02a68883354 /lua | |
| parent | docs(template): use builtin commands (diff) | |
| download | nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.tar nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.tar.gz nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.tar.bz2 nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.tar.lz nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.tar.xz nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.tar.zst nvim-treesitter-7d1bab65469bd53e7a68666de071d9a82a522a40.zip | |
feat(fennel)!: switch to maintained parser (#6132)
Change the Fennel parser to a simpler and more consistent one, along with updating all the queries.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 = { |
