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

@ -192,7 +192,8 @@ Mainly for markup languages.
@text.underline ; underlined text
@text.strike ; strikethrough text
@text.title ; text that is part of a title
@text.literal ; literal or verbatim text
@text.literal ; literal or verbatim text (e.g., inline code)
@text.quote ; text quotations
@text.uri ; URIs (e.g. hyperlinks)
@text.math ; math environments (e.g. `$ ... $` in LaTeX)
@text.environment ; text environments of markup languages