Добавлена подсветка имен файлов в выводе git show

master
svkalinin 2022-11-09 12:30:58 +03:00
parent 3042b1c1c1
commit 66a047b419
1 changed files with 1 additions and 0 deletions

View File

@ -642,6 +642,7 @@ namespace eval Git {
}
# End Git commit history
ctext::addHighlightClassForRegexp $fr.body.t files yellow {^diff.*$}
ctext::addHighlightClassForRegexp $fr.body.t paths #19a2a6 {@@.+@@}
ctext::addHighlightClassForRegexp $fr.body.t add green {^\+.*$}
ctext::addHighlightClassForRegexp $fr.body.t gremove grey {^\-.*$}