Search found 1 match

by epement
25 Mar 2008 00:23
Forum: Syntax files
Topic: PHP syntax - comments
Replies: 1
Views: 7020

PHP syntax - comments

The PHP syntax highlighter does not recognize both kinds of comments. For example,

Code: Select all

// This is treated as a comment
# But this is not treated as a comment.
# However, it should be!
Is it possible to get the hash mark (#) added to the PHP syntax table?