nvim-treesitter/queries/svelte/highlights.scm
2024-02-19 08:11:17 -05:00

41 lines
372 B
Scheme

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