This is a potentially very dumb question, but I can’t seem to figure out what’s happened.
I’m using MarkdownEditing for Markdown syntax highlighting, with the colour scheme Monokai Extended. After upgrading to ST4 yesterday, everything seems to be working just fine except link highlighting:
(Normally, the text between square brackets should be blue and underlined.)
At the same time, when I look at Monokai Extended.tmTheme, it seems like the link highlighting should be working just fine:
<dict>
<key>name</key>
<string>Markdown: Link</string>
<key>scope</key>
<string>string.other.link.title.markdown</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>underline</string>
<key>foreground</key>
<string>#66d9ef</string>
</dict>
</dict>
Anyone got an idea of what could be the problem?
Thanks!