mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(dockerfile): adapt for parser update
This commit is contained in:
parent
bc80862298
commit
d8bf42b262
4 changed files with 18 additions and 3 deletions
|
|
@ -413,7 +413,7 @@ list.djot = {
|
|||
list.dockerfile = {
|
||||
install_info = {
|
||||
url = "https://github.com/camdencheek/tree-sitter-dockerfile",
|
||||
files = { "src/parser.c" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@camdencheek" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue