Menu

#8 Comments on bash scripts bleed to the next line

open
nobody
None
5
2004-07-13
2004-07-13
Anonymous
No

When code2html highlights comments in a bash script, it
highlights the comment itself and the next line after
it. For example, in html_simple output mode:

<pre>
<i>#this is a comment
this_isnt</i>
</pre>

should be:

<pre>
<i>#this is a comment</i>
this_isnt
</pre>

Discussion


Log in to post a comment.