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

@ -390,7 +390,7 @@
"revision": "843868bfb909b734bfb63778a5685fae4bf2a33f"
},
"python": {
"revision": "62827156d01c74dc1538266344e788da74536b8a"
"revision": "6ecc2b54b39ac390848d81dfcf5ee961f33a2f03"
},
"ql": {
"revision": "bd087020f0d8c183080ca615d38de0ec827aeeaf"

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" },
}