mirror of
https://github.com/helix-editor/helix
synced 2026-03-11 22:38:26 +01:00
39 lines
380 B
Scheme
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
|