nvim-treesitter/queries/ziggy_schema/highlights.scm
Tim Culverhouse 58c702c4d5 feat(ziggy-schema): Add ziggy-schema parser and queries
Ziggy-schema is the schema definition file format for a ziggy file.
2024-09-30 23:33:44 +02:00

38 lines
347 B
Scheme

(struct_field
key: (_) @keyword)
(tag_name) @function
[
"unknown"
"any"
"struct"
"root"
"enum"
"map"
] @keyword
(identifier) @type
"?" @type
[
"bool"
"bytes"
"int"
"float"
] @constant.builtin
(doc_comment) @comment.documentation
[
","
"|"
] @punctuation.delimiter
[
"["
"]"
"{"
"}"
] @punctuation.bracket