nvim-treesitter/runtime/queries/todotxt/highlights.scm

17 lines
155 B
Scheme
Raw Normal View History

2022-02-28 14:07:23 +01:00
(done_task) @comment
2024-01-06 15:05:50 +09:00
(task
(priority) @keyword)
(task
(date) @comment)
(task
(kv) @comment)
(task
(project) @string)
(task
(context) @type)