diff options
author | ChemicalXandco | 2022-08-24 01:52:01 +0000 |
---|---|---|
committer | GitHub | 2022-08-24 01:52:01 +0000 |
commit | 6b912b864195e0781b186e50b91050ed5c9b0e3d (patch) | |
tree | e76381659c23b91b9d59cc363d8c932a4cf3f32a /runtime/queries | |
parent | 99b1e8ad89aa73b60b43a66a723c52f4b13b97ae (diff) |
add syntax highlights for xit (#3521)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/xit/highlights.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/queries/xit/highlights.scm b/runtime/queries/xit/highlights.scm new file mode 100644 index 00000000..c94b89ad --- /dev/null +++ b/runtime/queries/xit/highlights.scm @@ -0,0 +1,11 @@ +(headline) @markup.heading + +(open_checkbox) @markup.list +(ongoing_checkbox) @keyword.control +(checked_checkbox) @diff.plus +(obsolete_checkbox) @comment.unused + +(checked_task) @comment.unused +(obsolete_task) @comment.unused + +(priority) @error |