aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/sflog/highlights.scm
blob: 8eeee5d2477a7f2987dbfe4e689823a56ee4344b (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
38
39
40
41
42
43
44
45
46
47
48
; highlights.scm
[
  "|"
  "|["
  "]"
  "("
  ")"
  "|("
  ")|"
] @punctuation.bracket

[
  ","
  ";"
  ":"
] @punctuation.delimiter

"EXTERNAL" @keyword

"out of" @property

(number) @number

(identifier) @variable

(version) @string.special

(anonymous_block) @string

(limit) @property

(time) @function

(limit
  (identifier) @string)

(event_detail
  (event_detail_value) @string)

(log_level_setting
  (component) @type)

(log_level_setting
  (log_level) @constant)

(log_entry
  (event_identifier
    (identifier) @type))