mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
fix(starlark): adapt to scanner rewrite
This commit is contained in:
parent
4a8efcffc4
commit
c8f5919b66
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue