11 lines
121 B
Makefile
11 lines
121 B
Makefile
|
|
|
|
test: build
|
|
tree-sitter test
|
|
|
|
highlight:
|
|
tree-sitter highlight -t test/highlight/*.d2
|
|
|
|
build:
|
|
tree-sitter generate
|
|
|