aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/disassembly/highlights.scm
blob: b1ece9ab6bed0d576b73b1164aaa884172f3bfbf (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
(byte) @constant

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

(identifier) @variable

(bad_instruction) @comment.warning

(code_location
  (identifier) @function.call)

(comment) @comment

(instruction) @function

(memory_dump) @string

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

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