I use Dreamweaver theme and the starting characters of comments (slash and asterisk), both one line and multiple lines get a different color than the comment:
I don’t see anything special in the theme that seems to be wrong, and I don’t know where to look to fix this. Can anyone point me in the right direction?
Thanks!
Here’s a snippet from my .tmTheme file.
<dict> <key>name</key> <string>comment general</string> <key>scope</key> <string>comment</string> <key>settings</key> <dict> <key>fontStyle</key> <string></string> <key>foreground</key> <string>#FF9700</string> </dict> </dict>