mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
feat(fennel)!: switch to maintained parser (#6132)
Change the Fennel parser to a simpler and more consistent one, along with updating all the queries.
This commit is contained in:
parent
71ae32c187
commit
7d1bab6546
6 changed files with 398 additions and 107 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue