Files
nvim-treesitter/runtime/queries/ziggy/highlights.scm
2025-05-12 18:43:40 +02:00

42 lines
392 B
Scheme

[
(true)
(false)
] @constant.builtin
(null) @constant.builtin
[
(integer)
(float)
] @number
(struct_field
key: (_) @keyword)
(struct
name: (_) @type)
(tag) @function
[
(string)
(line_string)*
] @string
(comment) @comment
(escape_sequence) @string.escape
"," @punctuation.delimiter
[
"["
"]"
"{"
"}"
"("
")"
] @punctuation.bracket
(top_comment) @comment