markdown: add strikethrough and blockquote captures

This commit is contained in:
Christian Clason 2023-01-13 18:34:26 +01:00
parent 51d220e0bd
commit 7e4a7c4508
3 changed files with 7 additions and 1 deletions

View file

@ -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)