nvim-treesitter/queries/svelte/highlights.scm
2024-01-19 16:58:37 +01:00

29 lines
440 B
Scheme

; inherits: html_tags
(raw_text_expr) @none
[
(special_block_keyword)
(then)
(as)
] @keyword
((special_block_keyword) @keyword.coroutine
(#eq? @keyword.coroutine "await"))
((special_block_keyword) @keyword.exception
(#eq? @keyword.exception "catch"))
((special_block_keyword) @keyword.conditional
(#any-of? @keyword.conditional "if" "else"))
[
"{"
"}"
] @punctuation.bracket
[
"#"
":"
"/"
"@"
] @tag.delimiter