mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
markdown: add strikethrough and blockquote captures
This commit is contained in:
parent
51d220e0bd
commit
7e4a7c4508
3 changed files with 7 additions and 1 deletions
|
|
@ -53,6 +53,8 @@
|
|||
(task_list_marker_unchecked) @text.todo.unchecked
|
||||
(task_list_marker_checked) @text.todo.checked
|
||||
|
||||
(block_quote) @text.quote
|
||||
|
||||
[
|
||||
(block_continuation)
|
||||
(block_quote_marker)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue