tree-sitter-todotxt

This is an implementation of tree-sitter for todo.txt file format.

How to develop

  • make changes to grammar.js and/or src/scanner.c

  • format your code

  • run test cases

make test
  • run test cases with debug option if necessary
make test-debug