But I don't want to change the default color for everything since then I mess other languages (or if I have html or JS in the same file). Hope my question is clear enough.
Thanks,
~p4plus2~
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey I was wondering if inside some code like php if I could make the whole things a solid color.
currently it does this:
<?php
|||||||||||||||||
||||
||||||||||||
|||||||||||||||||
||||||||||
|||||||
?>
and the color ends at the end of the line.
I want it like this:
<?php
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
|||||||||||||||||
?>
But I don't want to change the default color for everything since then I mess other languages (or if I have html or JS in the same file). Hope my question is clear enough.
Thanks,
~p4plus2~