nvim-treesitter/queries/svelte/highlights.scm

21 lines
183 B
Scheme

; inherits: html_tags
(raw_text_expr) @none
[
(special_block_keyword)
(then)
(as)
] @keyword
[
"{"
"}"
] @punctuation.bracket
[
"#"
":"
"/"
"@"
] @tag.delimiter