1
0
mirror of https://github.com/helix-editor/helix synced 2024-09-20 12:22:28 +02:00

add gitcommit highlights

This commit is contained in:
Michael Davis 2021-12-22 09:01:50 -06:00 committed by Blaž Hrastnik
parent fd31662b70
commit 78f93239b5

View File

@ -0,0 +1,18 @@
(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)
[":" "->"] @punctuation.delimeter
(comment) @comment
; once we have diff injections, @comment should become @none
((comment (scissors))
(message)+ @comment)