Well I am finally getting around to zipping this up for everyone to test out. It is getting there but I just haven’t had time to finish it all up. I still have one proble to correct which is highlighting things like “is” inside of “list”. Once I get that worked out it will be much better.
This is a beta version so as with all beta’s please provide feedback.
All highlighting is done through the use of stylesheets and a naming convention of your choice. For instance, in my ignite_cpp.php file, I have that the class for strings will be called cpp_strings. Then, in my stylesheet I have
.cpp_strings { color: green; }
which will highlight all strings green. This is to prevent you from having to go into the php files to change something so simple.
If you have any questions please let me know and sorry about the small help file but time always gets the best of us.
