mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
(strong_emphasis) @text.strong
|
||||
|
||||
(strikethrough) @text.strike
|
||||
|
||||
[
|
||||
(link_destination)
|
||||
(uri_autolink)
|
||||
|
|
@ -36,6 +38,7 @@
|
|||
(inline_link ["[" "]" "(" ")"] @punctuation.delimiter)
|
||||
(shortcut_link ["[" "]"] @punctuation.delimiter)
|
||||
|
||||
; Conceal codeblock and text style markers
|
||||
([
|
||||
(code_span_delimiter)
|
||||
(emphasis_delimiter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue