Description:
Using highlight-3.16 for previeving and syntax highlighting bash or sh files, is not as expected. highlited file is presented as "token" stuff, without actual file content
Steps to reproduce:
1. navigate to the bash or sh file
2. execute highlight --out-format=ansi filename
3. stdout show only "token" stuff without presenting normal file content
Expected behavior:
1. navigate to the bash or sh file
2. execute highlight --out-format=ansi filename
3. stdout show actual file content with highlighted syntax
There is a debugging output command left in sh.lang. To fix it, edit sh.lang and remove the print statement.
thx for fix
Tarballs were repackaged as release 3.16.1.
Last edit: André Simon 2013-11-01