mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Update fennel parser to 0.19.2
This commit is contained in:
parent
cb14ffa103
commit
3fda398bf6
2 changed files with 1 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"revision": "7b436e1ca50f0002f6765a9a2a00f6156b2cc881"
|
||||
},
|
||||
"fennel": {
|
||||
"revision": "5aad9d1f490b7fc8a847a5b260f23396c56024f5"
|
||||
"revision": "bc689e2ef264e2cba499cfdcd16194e8f5fe87d2"
|
||||
},
|
||||
"gdscript": {
|
||||
"revision": "bc4074ed0aa195d11b8c78da0e1f4a5509566844"
|
||||
|
|
|
|||
|
|
@ -386,7 +386,6 @@ list.fennel = {
|
|||
install_info = {
|
||||
url = "https://github.com/travonted/tree-sitter-fennel",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = {'@TravonteD'},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue