mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
bf1aa8876c
* branch message with current branch and diverged branch has been added to the parser * scissors used in verbose commits are marked as a punctuation delimiter * we could use comment instead since they're visually the same but IMO this works better
15 lines
364 B
Scheme
15 lines
364 B
Scheme
(subject) @markup.heading
|
|
(path) @string.special.path
|
|
(branch) @string.special.symbol
|
|
(commit) @constant
|
|
(item) @markup.link.url
|
|
(header) @tag
|
|
|
|
(change kind: "new file" @diff.plus)
|
|
(change kind: "deleted" @diff.minus)
|
|
(change kind: "modified" @diff.delta)
|
|
(change kind: "renamed" @diff.delta.moved)
|
|
|
|
[":" "->" (scissors)] @punctuation.delimeter
|
|
(comment) @comment
|