nvim-treesitter/queries/godot_resource/highlights.scm
2024-01-19 16:58:37 +01:00

34 lines
349 B
Scheme

(identifier) @type.builtin
(attribute
(identifier) @property)
(property
(path) @property)
(constructor
(identifier) @constructor)
(string) @string
(integer) @number
(float) @number.float
(true) @constant.builtin
(false) @constant.builtin
[
"["
"]"
] @tag.delimiter
[
"("
")"
"{"
"}"
] @punctuation.bracket
"=" @operator