Integrate git blame with highlighting.
This commit is contained in:
parent
ac4471bfc3
commit
83d0917e7a
5 changed files with 27 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue