From aeaeb09f486c2bc7f8c563bceece03a0954576b9 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Sun, 27 Aug 2023 01:43:18 +0300 Subject: add gemini language support (#8070) --- runtime/queries/gemini/highlights.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 runtime/queries/gemini/highlights.scm (limited to 'runtime/queries/gemini/highlights.scm') diff --git a/runtime/queries/gemini/highlights.scm b/runtime/queries/gemini/highlights.scm new file mode 100644 index 00000000..f98c8532 --- /dev/null +++ b/runtime/queries/gemini/highlights.scm @@ -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) -- cgit v1.2.3-70-g09d2