php 5 syntax highlighting
Posted: Fri Mar 24, 2006 5:13 am
I uncommented these lines in my php.ini file and restarted apache, still all black text on my .phps pages. Is there something else?
Code: Select all
; Colors for Syntax Highlighting mode. Anything that's acceptable in
; <span style="color: ???????"> would work.
highlight.string = #DD0000
highlight.comment = #FF9900
highlight.keyword = #007700
highlight.bg = #FFFFFF
highlight.default = #0000BB
highlight.html = #000000