parsers: Add todotxt parser

This commit is contained in:
Arnar Gauti Ingason 2022-02-28 14:07:23 +01:00 committed by Kiyan
parent 4d75800991
commit 202cbc10ad
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,6 @@
(done_task) @comment
(task (priority) @keyword)
(task (date) @comment)
(task (kv) @comment)
(task (project) @string)
(task (context) @type)