1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-11 22:38:26 +01:00
helix/runtime/queries/svelte/highlights.scm
2025-09-15 08:44:20 -05:00

39 lines
380 B
Scheme

; inherits: html
(raw_text) @none
[
"as"
"key"
"html"
"debug"
"snippet"
"render"
] @keyword
"const" @keyword.storage.modifier
[
"if"
"else if"
"else"
"then"
"await"
] @keyword.control.conditional
"each" @keyword.control.repeat
"catch" @keyword.control.exception
[
"{"
"}"
] @punctuation.bracket
[
"#"
":"
"/"
"@"
] @punctuation.delimiter