From c0eae84073ccbf09955f546cbad889e7c1487984 Mon Sep 17 00:00:00 2001 From: Jan9103 Date: Wed, 9 Aug 2023 15:35:29 +0200 Subject: feat: add todo.txt tree-sitter (#7835) --- runtime/queries/todotxt/highlights.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/queries/todotxt/highlights.scm (limited to 'runtime/queries/todotxt') 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) -- cgit v1.2.3-70-g09d2