mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue