1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-27 15:31:58 +01:00
helix/runtime/queries/svelte/rainbows.scm
may 947965e663
feat(svelte/queries): add and adjust rainbow and highlight queries (#15385)
* feat(svelte/rainbows): add rainbows.scm queries

* feat(svelte/highlights): mark snippet names as `@function`

* chore: cargo xtask docgen
2026-03-14 10:56:27 -05:00

26 lines
342 B
Scheme

; inherits: html
[
(if_start)
(else_if_start)
(else_start)
(if_end)
(each_start)
(each_end)
(await_start)
(then_start)
(catch_start)
(await_end)
(key_start)
(key_end)
(snippet_start)
(snippet_end)
(expression)
(html_tag)
(const_tag)
(debug_tag)
(render_tag)
] @rainbow.scope
["{" "}"] @rainbow.bracket