diff options
author | Jan9103 | 2023-08-09 13:35:29 +0000 |
---|---|---|
committer | GitHub | 2023-08-09 13:35:29 +0000 |
commit | c0eae84073ccbf09955f546cbad889e7c1487984 (patch) | |
tree | 41d4372b230836dfb57c1162b4d3a66927360c79 /runtime/queries | |
parent | cb9b08d6507d37fd1b11ab5b40a2f17e21846210 (diff) |
feat: add todo.txt tree-sitter (#7835)
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) |