nvim-treesitter/queries/gstlaunch/highlights.scm
2023-10-15 18:38:16 +00:00

32 lines
323 B
Scheme

[
"!"
"="
] @operator
[
","
"."
";"
"/"
] @punctuation.delimiter
[
"("
")"
] @punctuation.bracket
(property
key: (identifier) @field)
(value) @string
(string_literal) @string
(cap
.
(identifier) @string
.
(identifier) @string)
(simple_element
type: (_) @type)
(bin
type: (_) @type)
(ERROR) @error