Use nvim semantics in tests
To be more explicit: this makes it so the behaviour is "last-defined, innermost capture wins".
This commit is contained in:
parent
7d6dce936a
commit
d4d88a6f01
4
Makefile
4
Makefile
|
@ -4,11 +4,11 @@ all:
|
|||
|
||||
.PHONE: test
|
||||
test: all
|
||||
tree-sitter test
|
||||
tree-sitter test --apply-all-captures
|
||||
|
||||
.PHONE: update-tests
|
||||
update-tests: all
|
||||
tree-sitter test -u
|
||||
tree-sitter test -u --apply-all-captures
|
||||
|
||||
playground:
|
||||
nix shell pkgs#emscripten --command tree-sitter build-wasm
|
||||
|
|
Loading…
Reference in a new issue