Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382965
Collapse All | Expand All

(-)cgit-0.9.0.2.org//filters/syntax-highlighting.sh (-1 / +1 lines)
Lines 31-34 EXTENSION="${BASENAME##*.}" Link Here
31
# map Makefile and Makefile.* to .mk
31
# map Makefile and Makefile.* to .mk
32
[ "${BASENAME%%.*}" == "Makefile" ] && EXTENSION=mk
32
[ "${BASENAME%%.*}" == "Makefile" ] && EXTENSION=mk
33
33
34
exec highlight --force -f -I -X -S $EXTENSION 2>/dev/null
34
exec highlight --force -f -I -S $EXTENSION 2>/dev/null

Return to bug 382965