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
bc4db561ca
26 changed files with 718 additions and 59 deletions
4
Makefile
4
Makefile
|
|
@ -4,12 +4,12 @@ all:
|
|||
|
||||
.PHONY: test
|
||||
test: all
|
||||
tree-sitter test --apply-all-captures
|
||||
tree-sitter test
|
||||
nvim-test-runner
|
||||
|
||||
.PHONY: update-tests
|
||||
update-tests: all
|
||||
tree-sitter test -u --apply-all-captures
|
||||
tree-sitter test -u
|
||||
nvim-test-runner
|
||||
|
||||
.PHONY: playground
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue