helix-mods/runtime/queries/godot-resource/highlights.scm
Erasin 54e78dd24f
Add godot resource support (#3759)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2022-09-10 08:45:52 -05:00

28 lines
411 B
Scheme

(section (identifier) @type.builtin)
(attribute (identifier) @attribute)
(property (path) @variable.other.member)
(constructor (identifier) @constructor)
(string) @string
(integer) @constant.numeric.integer
(float) @constant.numeric.float
(true) @constant.builtin.boolean
(false) @constant.builtin.boolean
[
"["
"]"
] @tag
[
"("
")"
"{"
"}"
] @punctuation.bracket
"=" @operator
(ERROR) @error