0.3.1 • Published 4 years ago

tree-sitter-todo-full v0.3.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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.

  1. It is written entirely in JavaScript, with no C++ external scanner.
  2. 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.
  3. 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.

0.3.1

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago