Integrate git blame with highlighting.

This commit is contained in:
Dominik Pantůček 2023-05-15 19:40:24 +02:00
parent ac4471bfc3
commit 83d0917e7a
5 changed files with 27 additions and 9 deletions

View file

@ -199,7 +199,12 @@
post-str)
""))
(else
"xxx")))
(format "~A~A ~A"
pre-str
(if (ldict? line)
(ldict-ref line key "--")
"**")
post-str))))
keys)
rtbl)))
(loop (cdr lines)