aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/objdump/highlights.scm
blob: b73e1880355821784ed8d9b9409c5eacab949fae (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
49
50
51
52
53
54
55
56
57
58
59
60
(byte) @constant

[
  (hexadecimal)
  (integer)
  (address)
] @number

; [
;   "file" "format"
;   "File" "Offset:"
;   "discriminator"
; ] @none
"Disassembly of section " @markup.heading

(section_address) @string.special

(identifier) @variable

(code_location
  (identifier) @function.call)

(header
  (identifier) @keyword)

(disassembly_section_label
  (identifier) @module)

(disassembly_section
  (identifier) @module)

[
  (file_offset)
  (discriminator)
] @variable.member

(file_path) @string.special.path

(instruction) @function

(bad_instruction) @comment.warning

(label) @label

[
  "<"
  ">"
] @punctuation.special

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

[
  "+"
  ":"
] @punctuation.delimiter

(comment) @comment.documentation