fix(starlark): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-20 02:45:03 -04:00 committed by Christian Clason
parent 4a8efcffc4
commit c8f5919b66
2 changed files with 2 additions and 2 deletions

View file

@ -1376,7 +1376,7 @@ list.squirrel = {
list.starlark = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-starlark",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "bzl",
maintainers = { "@amaanq" },