mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
add scanner file for fennel parser
This commit is contained in:
parent
419388d887
commit
439b58d92c
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ list.rst = {
|
||||||
list.fennel = {
|
list.fennel = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/travonted/tree-sitter-fennel",
|
url = "https://github.com/travonted/tree-sitter-fennel",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = {'@TravonteD'},
|
maintainers = {'@TravonteD'},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue