This is an implementation of tree-sitter for todo.txt file format.
-
make changes to
grammar.js
and/orsrc/scanner.c
-
format your code
- clang using clang-format
- js using prettier
-
run test cases
make test
- run test cases with debug option if necessary
make test-debug