Closed lance1572 closed 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>
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?