Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I'm using Sublime Text 2 build 2217 on OSX 10.8.2. Everything else works great, except I can't get underlining to work. Here's 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 like True or False shows up in red with bolded italic text, like expected, but not underlined like it would show up in TextMate. It doesn't matter the language or context, I can't get underlining to work. The only thing that does work is bracket matching, which does show a thin underline for matching pairs. Any suggestions?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.