No description
- JavaScript 52.3%
- Nix 41.3%
- Tree-sitter Query 6.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
otherwise e.g. the following would fail (quotes to show whitespace), "hello " "this one seems to break!" |
||
| queries | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| grammar.js | ||
| package.json | ||
| readme.md | ||
| tree-sitter.json | ||
tree-sitter-todotxt
a (mostly) spec-complaint tree-sitter parser for the todo.txt format.
the specification is intentionally broken in a few places:
- colons are permitted in the values of
key:valuepairs. this is to allow links and similar - 5 digits for the year are permitted in dates. future proofing and all that... (but mainly the Holocene calendar)