mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue