Is there a way so when we have php inside html like this
<a href="<?php echo the_permalink(); ?>"><img src="<?php echo $feat_image; ?>" class="img-responsive" alt="<?php echo $image_alt; ?>" /></a>
to have php variables and strings in different color?
Now variables and strings are same as html attributes
Sorry if I did not explained well.
Any suggestion?