Bruno BELANYI
d4d88a6f01
To be more explicit: this makes it so the behaviour is "last-defined, innermost capture wins".
16 lines
281 B
Makefile
16 lines
281 B
Makefile
.PHONE: all
|
|
all:
|
|
tree-sitter generate
|
|
|
|
.PHONE: test
|
|
test: all
|
|
tree-sitter test --apply-all-captures
|
|
|
|
.PHONE: update-tests
|
|
update-tests: all
|
|
tree-sitter test -u --apply-all-captures
|
|
|
|
playground:
|
|
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
|
tree-sitter playground
|