aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/markdown/highlights.scm
diff options
context:
space:
mode:
authorErasin Wang2023-03-25 16:41:31 +0000
committerGitHub2023-03-25 16:41:31 +0000
commit851ac6cdd3c5a865d43968ea81d98b5b7c859728 (patch)
tree5710789c8e4bafb71d7ae984122b1fbf0847d5dd /runtime/queries/markdown/highlights.scm
parent2f64c768dff1e6b3784d88a5604bd2f1b96b2b3e (diff)
Add theme keys for (un)checked markup list items (#6434)
Diffstat (limited to 'runtime/queries/markdown/highlights.scm')
-rw-r--r--runtime/queries/markdown/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/markdown/highlights.scm b/runtime/queries/markdown/highlights.scm
index 80c9f958..72bb68dc 100644
--- a/runtime/queries/markdown/highlights.scm
+++ b/runtime/queries/markdown/highlights.scm
@@ -39,6 +39,9 @@
(list_marker_parenthesis)
] @markup.list.numbered
+(task_list_marker_checked) @markup.list.checked
+(task_list_marker_unchecked) @markup.list.unchecked
+
(thematic_break) @punctuation.special
[