summaryrefslogtreecommitdiff
path: root/queries/godot_resource/highlights.scm
blob: 005ddaacb8bed6c9c635a9bd3fa992a27ff052c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(identifier) @type.builtin

(attribute (identifier) @property)
(property (path) @property)
(constructor (identifier) @constructor)

(string) @string
(integer) @number
(float) @float

(true) @constant.builtin
(false) @constant.builtin

[
  "["
  "]"
] @tag.delimiter

[
  "("
  ")"
  "{"
  "}"
] @punctuation.bracket

"=" @operator

(ERROR) @error