aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/corn/highlights.scm
blob: 8f394ed79c05ae0b8af1bd1959097da14fb89146 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
[
  "let"
  "in"
] @keyword

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

"." @punctuation.delimiter

[
  ".."
  "="
] @operator

(input) @constant

(null) @constant.builtin

(comment) @comment @spell

(string) @string

(integer) @number

(float) @number.float

(float
  "." @number.float)

(boolean) @boolean

(path_seg) @property