nvim-treesitter/queries/ziggy/highlights.scm
Tim Culverhouse 1a6fa428b8 feat(ziggy): add ziggy parser and queries
[Ziggy](https://github.com/kristoff-it/ziggy) is a data serialization
format used in the zine static site generator.
2024-09-30 23:33:44 +02:00

41 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