Hello...
...I´ve seen that all the codes in the web pages they have a nice syntax highlight. I use bluefish and I dont know how to configure the syntax highlight there (maybe i have to check the documents of the library used in this program, does anybody knows where i find that ?). What program do you guys use to have this fine syntax highlight ? Or in the web page do you color it by hand ? 🙂
well, thats it.
thank you
See the manual on show_source(), highlight_string(), highlight_file().
What version of Bluefish are you using? Version 0.5 came with regular expressions for highlighting PHP and with function definitions (for PHP3).
Ok, I´ll check the functions. I use Bluefish 0.5 and I dont know how to use the syntax highlight editor, I tried to figure it out but was impossible. Does bluefish highlight brackets ? I tried to confiogure it to highlight //coments like this but I could not figure it out.
thanks 🙂
The normal Bluefish syntax highlighting settings should suffice; you can add to them by using regular expressions, but you don't have to. Bluefish appears to use one set of highlighting rules for all file types. There is a checkbox under the "View" menu that enables syntax highlighting.