nvim-treesitter/queries/godot_resource/highlights.scm
2024-01-24 13:47:19 +01:00

31 lines
329 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
[
"["
"]"
"("
")"
"{"
"}"
] @punctuation.bracket
"=" @operator