mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
fix(fennel): update parser and all the queries
This commit is contained in:
parent
d6c7996412
commit
02350ab7da
4 changed files with 121 additions and 146 deletions
|
|
@ -498,7 +498,7 @@ list.rst = {
|
|||
list.fennel = {
|
||||
install_info = {
|
||||
url = "https://github.com/travonted/tree-sitter-fennel",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@TravonteD" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue