diff options
author | Erasin Wang | 2023-03-25 16:41:31 +0000 |
---|---|---|
committer | GitHub | 2023-03-25 16:41:31 +0000 |
commit | 851ac6cdd3c5a865d43968ea81d98b5b7c859728 (patch) | |
tree | 5710789c8e4bafb71d7ae984122b1fbf0847d5dd /runtime/queries | |
parent | 2f64c768dff1e6b3784d88a5604bd2f1b96b2b3e (diff) |
Add theme keys for (un)checked markup list items (#6434)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/markdown/highlights.scm | 3 |
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 [ |