fix(python): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-23 19:01:41 -04:00 committed by Christian Clason
parent f26596386f
commit 18983e3a82
2 changed files with 2 additions and 2 deletions

View file

@ -1172,7 +1172,7 @@ list.puppet = {
list.python = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-python",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@stsewd", "@theHamsta" },
}