Colorsublime / Colorsublime-Plugin

Plugin for Color Sublime
MIT License
539 stars 58 forks source link

Dreamweaver PHP Comment Style #23

Closed lance1572 closed 8 years ago

lance1572 commented 9 years ago

Hi there. Sorry if this isnt in the right section. I'm using the colorsublime plugin Dreamweaver Theme and its awesome. However, when I view a php file the // or /* */ are not colored orange like the enclosed comment. Is there a piece of code i could use to change that? screen shot 2015-10-19 at 9 44 53 am

lance1572 commented 8 years ago

I found a solution. I commented out the block of XML on line 401. Now the // and the /**/ are orange like the og dreamweaver theme.

<dict>
        <key>name</key>
        <string>php punctuation</string>
        <key>scope</key>
        <string>source.php punctuation - string - variable - meta.function</string>
        <key>settings</key>
        <dict>
            <key>foreground</key>
            <string>#05208C</string>
        </dict>
</dict>