Syntax Highlighting Script for CGit Seriki Yakub 2 Dec, 2025 This shell script implements syntax highlighting in the cgit tree-view by calling the 'highlight' command for different file extensions. It supports multiple highlight versions (2, 3) and maps extensions like Makefile, *.c, *.py, etc. /dev/null # This is for version 3 #exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null ]]> bash, highlight, syntax, cgit, script