Taraflex / Brackets-Color-Highlighter

Brackets color highlighter for CSS, LESS, SCSS, SASS and Stylus
The Unlicense
37 stars 4 forks source link

do not to work with files .php (extensions) #7

Closed Small-Develop closed 7 years ago

Small-Develop commented 7 years ago

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

Taraflex commented 7 years ago

Fixed in r1.2.2