mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: added highlights for markdown checkboxes
This commit is contained in:
parent
a49223a99f
commit
39bda37d4a
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@
|
|||
(thematic_break)
|
||||
] @punctuation.special
|
||||
|
||||
|
||||
(task_list_marker_unchecked) @text.todo.unchecked
|
||||
(task_list_marker_checked) @text.todo.checked
|
||||
|
||||
[
|
||||
(block_continuation)
|
||||
(block_quote_marker)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue