Menu

#9 highlight syntax preview broken

stable_release
closed-fixed
None
5
2013-11-01
2013-10-18
pale3
No

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

Discussion

  • André Simon

    André Simon - 2013-10-18
    • status: open --> accepted
    • assigned_to: André Simon
     
  • André Simon

    André Simon - 2013-10-18

    There is a debugging output command left in sh.lang. To fix it, edit sh.lang and remove the print statement.

     
  • pale3

    pale3 - 2013-10-18

    thx for fix

     
  • André Simon

    André Simon - 2013-11-01
    • status: accepted --> closed-fixed
     
  • André Simon

    André Simon - 2013-11-01

    Tarballs were repackaged as release 3.16.1.

     

    Last edit: André Simon 2013-11-01

Log in to post a comment.