diff options
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/todotxt/highlights.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/queries/todotxt/highlights.scm b/runtime/queries/todotxt/highlights.scm new file mode 100644 index 00000000..37f91b8a --- /dev/null +++ b/runtime/queries/todotxt/highlights.scm @@ -0,0 +1,6 @@ +(done_task) @comment +(task (priority) @keyword) +(task (date) @comment) +(task (kv) @comment) +(task (project) @string) +(task (context) @type) |