I've just seen a different behaviour for the UNIX Shell Script Highlighter.
For the comment to be seen as one, we need : - First character of the line is # and there is a space between # and the next character : # Comment #Not comment # Not comment or - If # is not the first character in line, it needs to have at least one character AND a space before it to be seen as comment : toto # Comment toto #No Comment For what i could see in .sh files, comments with # are seen like it no matter if # is the first character of the line, and no matter if it's followed by s space. -- <http://forum.pspad.com/read.php?6,67686,67732> PSPad freeware editor http://www.pspad.com
