highlights.scm

 1(comment) @comment
 2
 3[
 4  (addition)
 5  (new_file)
 6] @diff.plus
 7
 8[
 9  (deletion)
10  (old_file)
11] @diff.minus
12
13(commit) @constant
14
15(location) @attribute
16
17(command
18  "diff" @function
19  (argument) @variable.parameter)
20
21(filename) @string.special.path
22
23(mode) @number
24
25([
26  ".."
27  "+"
28  "++"
29  "+++"
30  "++++"
31  "-"
32  "--"
33  "---"
34  "----"
35] @punctuation.special)
36
37[
38  (binary_change)
39  (similarity)
40  (file_change)
41] @label
42
43(index
44  "index" @keyword)
45
46(similarity
47  (score) @number
48  "%" @number)