Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gemini/highlights.scm')
| -rw-r--r-- | runtime/queries/gemini/highlights.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/runtime/queries/gemini/highlights.scm b/runtime/queries/gemini/highlights.scm deleted file mode 100644 index f98c8532..00000000 --- a/runtime/queries/gemini/highlights.scm +++ /dev/null @@ -1,26 +0,0 @@ -(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) |