Thanks for this amazing plugin
It does not seem to work with files with .php extensions
For example if I save a file called simple.php does not color the values of the styles.
<html><head><style>
body{
background:#fea343;
color:#a234fe;}</style></head><body><?php
echo "¡Hello, script in PHP!";?></body></html>
note: in .html extensions work fine.
How to make it work with the extension. Php
Thanks
Thanks for this amazing plugin It does not seem to work with files with .php extensions For example if I save a file called simple.php does not color the values of the styles.
note: in .html extensions work fine.
How to make it work with the extension. Php Thanks