1(subject) @markup.heading
2
3(path) @string.special.path
4
5(branch) @string.special.symbol
6
7(commit) @constant
8
9(item) @markup.link.url
10
11(header) @tag
12
13(comment) @comment
14
15(change
16 kind: "new file" @diff.plus)
17
18(change
19 kind: "deleted" @diff.minus)
20
21(change
22 kind: "modified" @diff.delta)
23
24(change
25 kind: "renamed" @diff.delta.moved)
26
27(trailer
28 key: (trailer_key) @variable.other.member
29 value: (trailer_value) @string)
30
31[
32 ":"
33 "="
34 "->"
35 (scissors)
36] @punctuation.delimiter