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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.