aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index 9429be475..7d647cbed 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -144,7 +144,7 @@
"revision": "26e95de449d772bc2dd4f0382580f84e2a0754d6"
},
"earthfile": {
- "revision": "6695a2dfea5f8d9076b11f9bebcac8184e405e67"
+ "revision": "ae378d9d1306e9a967698516041f6f8803db5592"
},
"ebnf": {
"revision": "8e635b0b723c620774dfb8abf382a7f531894b40"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 60ba67f5b..f1b03f473 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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" },
}