mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
490 B
Scheme
27 lines
490 B
Scheme
(link) @punctuation.bracket
|
|
(link
|
|
label: (text) @markup.link.label)
|
|
(link
|
|
uri: (uri) @markup.link.url)
|
|
|
|
[
|
|
(start_pre)
|
|
(pre)
|
|
(end_pre)
|
|
] @markup.raw.block
|
|
(start_pre
|
|
alt: (text) @label)
|
|
|
|
(heading1
|
|
(text) @markup.heading.1) @markup.heading.marker
|
|
(heading2
|
|
(text) @markup.heading.2) @markup.heading.marker
|
|
(heading3
|
|
(text) @markup.heading.3) @markup.heading.marker
|
|
|
|
(ulist
|
|
(indicator) @markup.list.unnumbered)
|
|
(quote
|
|
(indicator) @markup.quote
|
|
(text) @markup.italic)
|