mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/travonted/tree-sitter-fennel",
|
||||
files = { "src/parser.c" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = {'@TravonteD'},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue