aboutsummaryrefslogtreecommitdiffstats
path: root/queries/markdown/highlights.scm
blob: 268d0c1c9d486880f55e780efc0e5842d769cf3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(atx_heading) @text.title

[
  (code_span)
  (fenced_code_block)
]@text.literal

(code_fence_content) @none

[
  (link_text)
  (image_description)
] @text.strong

[
  (emphasis)
  (strong_emphasis)
] @text.emphasis
(link_destination) @text.uri

(html_comment) @comment