Hello,
Giving ST 3 a trial run - already run into a couple of little bugs. I’m using the Idle theme. I changed the comment color to red.
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#ff0000</string>
</dict>
</dict>
2 Issues
http://www.ktbb.com/lostcommentscolor.jpg
For some reason the comment color change is lost - all good up to “” and a few lines later it’s back to the default color. It does not return for any more html comments however the CDATA comments do remain red.
http://www.ktbb.com/apostrophe.jpg
As you can see - all color coding is gone after the apostrophe in Saturday’s - solid block of green. This happens in all themes.
Any ideas what might be causing this?