mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
add gemini language support (#8070)
This commit is contained in:
parent
c9694f680f
commit
aeaeb09f48
3 changed files with 37 additions and 0 deletions
26
runtime/queries/gemini/highlights.scm
Normal file
26
runtime/queries/gemini/highlights.scm
Normal file
|
@ -0,0 +1,26 @@
|
|||
(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)
|
Loading…
Add table
Add a link
Reference in a new issue