nvim-treesitter/runtime/queries/svelte/highlights.scm

44 lines
387 B
Scheme
Raw Normal View History

2024-02-19 02:53:49 -05:00
; inherits: html
2024-02-19 02:53:49 -05:00
(raw_text) @none
2021-02-16 00:41:58 +07:00
2021-02-05 13:45:26 +07:00
[
2024-02-19 02:53:49 -05:00
"as"
"key"
"html"
"snippet"
"render"
2021-02-05 13:45:26 +07:00
] @keyword
"const" @keyword.modifier
2024-02-19 02:53:49 -05:00
[
"if"
"else if"
2024-02-19 02:53:49 -05:00
"else"
"then"
] @keyword.conditional
"each" @keyword.repeat
[
"await"
"then"
] @keyword.coroutine
"catch" @keyword.exception
2024-02-19 02:53:49 -05:00
"debug" @keyword.debug
2021-02-05 13:45:26 +07:00
[
"{"
"}"
] @punctuation.bracket
[
"#"
":"
"/"
"@"
] @tag.delimiter