README
TODO tree-sitter parser
This is a tree sitter implementation of a parser for TODO items and radar links. It is intended primarily for use in Atom, although it may of course be used in other applications.
This library differs from tree-sitter-todo in three ways.
- It is written entirely in JavaScript, with no C++ external scanner.
- It provides separate parse rules for each type of TODO-like keyword, which is important for any users who want to treat different keywords differently.
- It includes radar links as well as TODOs, for feature parity with Atom's previous TODO highlighting method.
Licensing
This project is licensed under the MIT license, contained in
LICENSE.md. Further attribution and licensing information
is included there.