Compare commits

...

1 Commits

Author SHA1 Message Date
Nate Butler
d0649250a3 Add an initial set of captures for blockquotes 2024-04-17 10:48:51 -04:00

View File

@@ -20,5 +20,28 @@
(info_string
(language) @text.literal))
; hack to deal with incorrect grammar parsing
(atx_heading
(block_quote_marker) @punctuation.block_quote_marker
)
; hack to deal with incorrect grammar parsing
(paragraph
(block_quote_marker) @punctuation.block_quote_marker
)
; hack to deal with incorrect grammar parsing
(list_item
(block_quote_marker) @punctuation.block_quote_marker
)
(block_quote
(block_quote_marker) @punctuation.block_quote_marker
)
(block_quote
(paragraph) @text.block_quote
)
(link_destination) @link_uri
(link_text) @link_text