Bump flake inputs
This means regenerating all the tree-sitter files, and adding newly generated outputs (mostly new bindings). The `--apply-all-captures` flag has been removed, it is now the default (and only) matching behaviour.
This commit is contained in:
parent
b04cd92189
commit
1af33aeea1
26 changed files with 718 additions and 59 deletions
|
|
@ -120,7 +120,7 @@
|
|||
tree-sitter = {
|
||||
enable = true;
|
||||
name = "tree-sitter tests";
|
||||
entry = "${tree-sitter-env}/bin/tree-sitter test --apply-all-captures";
|
||||
entry = "${tree-sitter-env}/bin/tree-sitter test";
|
||||
pass_filenames = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue