Menu

PHP class syntax highlighting

2007-08-13
2012-11-13
  • Nobody/Anonymous

    Can this be added?  My class file is completely bold and black.

     
    • CodeNexus

      CodeNexus - 2007-08-13

      Seems to work ok for me.

      I'm wondering if you have
      1. A file naming problem.  Does your file name use something other than .php at the end of it?
      2. Missing php tag/s?  That is you don't have the <?php  ?> surrounding your code.