mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix(earthfile): adapt to new default branch (with external scanner)
This commit is contained in:
parent
2c4c8c10ed
commit
b9a3588ee8
2 changed files with 2 additions and 2 deletions
|
|
@ -144,7 +144,7 @@
|
||||||
"revision": "26e95de449d772bc2dd4f0382580f84e2a0754d6"
|
"revision": "26e95de449d772bc2dd4f0382580f84e2a0754d6"
|
||||||
},
|
},
|
||||||
"earthfile": {
|
"earthfile": {
|
||||||
"revision": "6695a2dfea5f8d9076b11f9bebcac8184e405e67"
|
"revision": "ae378d9d1306e9a967698516041f6f8803db5592"
|
||||||
},
|
},
|
||||||
"ebnf": {
|
"ebnf": {
|
||||||
"revision": "8e635b0b723c620774dfb8abf382a7f531894b40"
|
"revision": "8e635b0b723c620774dfb8abf382a7f531894b40"
|
||||||
|
|
|
||||||
|
|
@ -469,7 +469,7 @@ list.dtd = {
|
||||||
list.earthfile = {
|
list.earthfile = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/glehmann/tree-sitter-earthfile",
|
url = "https://github.com/glehmann/tree-sitter-earthfile",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@glehmann" },
|
maintainers = { "@glehmann" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue