Have 2 issues:
Code: Select all
<script src="http://cdn.jquerytools.org/1.2.6/tiny/jquery.tools.min.js"></script>
I am unable to change the colour of the script attribute "src", my notepad++ is able todo this.
Code: Select all
$.facebox.settings.closeImage = '<?php echo SITE_PATH; ?>images/pop_arrow.png';
In the above JS code in my notepad++ the php code has the its own highlighted colours but in RapidPHP its all just a single "javascript string" colour.
Was rather disappointed that this was not catered for.
