Index: Commands/Preview.plist =================================================================== --- Commands/Preview.plist (revision 10740) +++ Commands/Preview.plist (working copy) @@ -25,6 +25,13 @@ border: 1px #888 solid; padding: 0 1em; }' > $css + if [[ -f "$TM_PYGMENTIZE" ]] + then + if [[ "$TM_PYGMENTIZE_STYLE" = "" ]] + then TM_PYGMENTIZE_STYLE=default + fi + $TM_PYGMENTIZE -S $TM_PYGMENTIZE_STYLE -f html >> $css + fi stylesheet=$css tmpCreated="yes" fi