Merge dbdfd18a9b
into a102b08743
This commit is contained in:
commit
cb16064e65
1 changed files with 26 additions and 0 deletions
|
@ -11,6 +11,32 @@
|
||||||
(list_marker_parenthesis)
|
(list_marker_parenthesis)
|
||||||
] @punctuation.list_marker
|
] @punctuation.list_marker
|
||||||
|
|
||||||
|
(setext_heading
|
||||||
|
(paragraph) @markup.heading.1
|
||||||
|
(setext_h1_underline) @markup.heading.1)
|
||||||
|
|
||||||
|
(setext_heading
|
||||||
|
(paragraph) @markup.heading.2
|
||||||
|
(setext_h2_underline) @markup.heading.2)
|
||||||
|
|
||||||
|
(atx_heading
|
||||||
|
(atx_h1_marker)) @markup.heading.1
|
||||||
|
|
||||||
|
(atx_heading
|
||||||
|
(atx_h2_marker)) @markup.heading.2
|
||||||
|
|
||||||
|
(atx_heading
|
||||||
|
(atx_h3_marker)) @markup.heading.3
|
||||||
|
|
||||||
|
(atx_heading
|
||||||
|
(atx_h4_marker)) @markup.heading.4
|
||||||
|
|
||||||
|
(atx_heading
|
||||||
|
(atx_h5_marker)) @markup.heading.5
|
||||||
|
|
||||||
|
(atx_heading
|
||||||
|
(atx_h6_marker)) @markup.heading.6
|
||||||
|
|
||||||
(fenced_code_block
|
(fenced_code_block
|
||||||
(info_string
|
(info_string
|
||||||
(language) @text.literal))
|
(language) @text.literal))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue