Добавлена подсветка имен файлов в выводе git show
This commit is contained in:
parent
3042b1c1c1
commit
66a047b419
|
@ -642,6 +642,7 @@ namespace eval Git {
|
||||||
}
|
}
|
||||||
# End Git commit history
|
# End Git commit history
|
||||||
|
|
||||||
|
ctext::addHighlightClassForRegexp $fr.body.t files yellow {^diff.*$}
|
||||||
ctext::addHighlightClassForRegexp $fr.body.t paths #19a2a6 {@@.+@@}
|
ctext::addHighlightClassForRegexp $fr.body.t paths #19a2a6 {@@.+@@}
|
||||||
ctext::addHighlightClassForRegexp $fr.body.t add green {^\+.*$}
|
ctext::addHighlightClassForRegexp $fr.body.t add green {^\+.*$}
|
||||||
ctext::addHighlightClassForRegexp $fr.body.t gremove grey {^\-.*$}
|
ctext::addHighlightClassForRegexp $fr.body.t gremove grey {^\-.*$}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user