mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
fix(python): adapt to scanner rewrite
This commit is contained in:
parent
f26596386f
commit
18983e3a82
2 changed files with 2 additions and 2 deletions
|
|
@ -390,7 +390,7 @@
|
|||
"revision": "843868bfb909b734bfb63778a5685fae4bf2a33f"
|
||||
},
|
||||
"python": {
|
||||
"revision": "62827156d01c74dc1538266344e788da74536b8a"
|
||||
"revision": "6ecc2b54b39ac390848d81dfcf5ee961f33a2f03"
|
||||
},
|
||||
"ql": {
|
||||
"revision": "bd087020f0d8c183080ca615d38de0ec827aeeaf"
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue