using --force still complains about unknown syntax, suggests --force
Source code to formatted text converter
Brought to you by:
saalen
$ echo "something" > somefile $ highlight -O truecolor --force somefile highlight: Unknown source file extension "somefile". Consider the --force or --syntax option. something
I think if --force is used, then highlight should not display this message.
Hi Andy,
this is now fixed in SVN. Thx for the report.
André
Thank you -- Highlight is fantastic!