diff options
author | Alexander Brevig | 2022-08-20 00:16:54 +0000 |
---|---|---|
committer | GitHub | 2022-08-20 00:16:54 +0000 |
commit | aef00a3ab640417f06dc9f59938283ffde5c451e (patch) | |
tree | 97a96614b4349ede9cb12dffc0cbaec6f1fdbd1a /runtime/queries/task/highlights.scm | |
parent | 9b0fd51318202c97d1206a02bc9b0dfe95762e8a (diff) |
feat: add taskwarrior to languages so `task N edit` is nice (#3468)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'runtime/queries/task/highlights.scm')
-rw-r--r-- | runtime/queries/task/highlights.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/task/highlights.scm b/runtime/queries/task/highlights.scm new file mode 100644 index 00000000..90441307 --- /dev/null +++ b/runtime/queries/task/highlights.scm @@ -0,0 +1,4 @@ +(comment) @comment +(datetime) @type +(identifier) @variable +(keyword) @keyword |