fix(earthfile): adapt to new default branch (with external scanner)

This commit is contained in:
Christian Clason 2025-02-19 14:48:26 +01:00 committed by Christian Clason
parent 2c4c8c10ed
commit b9a3588ee8
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@
"revision": "26e95de449d772bc2dd4f0382580f84e2a0754d6"
},
"earthfile": {
"revision": "6695a2dfea5f8d9076b11f9bebcac8184e405e67"
"revision": "ae378d9d1306e9a967698516041f6f8803db5592"
},
"ebnf": {
"revision": "8e635b0b723c620774dfb8abf382a7f531894b40"

View file

@ -469,7 +469,7 @@ list.dtd = {
list.earthfile = {
install_info = {
url = "https://github.com/glehmann/tree-sitter-earthfile",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@glehmann" },
}