I am using ST2 build 2217 on OSX 10.8.2. Everything else works fine, except that I cannot stress the work. Here is an example from my theme file:
<dict>
<key>name</key>
<string>Language Constant</string>
<key>scope</key>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold italic underline</string>
<key>foreground</key>
<string>#FF1308</string>
</dict>
</dict>
In ST2, a Python language constant such as or is displayed in red with italicized bold text, as expected, but does not emphasize how it would be displayed in TextMate . It does not matter, language or context, I can not stress to work. The only thing that works is parentheses that show subtle underscores for matching pairs. Any suggestions? True False
source
share