We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5536c7b commit 9951f34Copy full SHA for 9951f34
XPCService/colorize.sh
@@ -131,7 +131,7 @@ go4it () {
131
else
132
theme="--style=${hlTheme}"
133
fi
134
- cmdOpts=(--plug-in reduce_filesize ${plugin} --plug-in outhtml_codefold --syntax=${lang} --quiet --include-style --font=${font} --font-size=${fontSizePoints} ${=theme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
+ cmdOpts=(${plugin} --plug-in=outhtml_codefold --syntax=${lang} --quiet --include-style --font=${font} --font-size=${fontSizePoints} ${=theme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
135
136
debug "Generating the preview"
137
if [ "${thumb}" = "1" ]; then
0 commit comments