PHP syntax - comments
Posted: 25 Mar 2008 00:23
The PHP syntax highlighter does not recognize both kinds of comments. For example,
Is it possible to get the hash mark (#) added to the PHP syntax table?
Code: Select all
// This is treated as a comment
# But this is not treated as a comment.
# However, it should be!