sekogan / MarkdownLight

Markdown syntax highlighting plugin and color scheme for Sublime Text 3
MIT License
41 stars 16 forks source link

[Dark theme] Braces highlighted in black colour #8

Closed aviaryan closed 8 years ago

aviaryan commented 8 years ago

I noticed that sometimes braces get highlighted in black colour and thus become invisible when using the Dark theme. I have to select them to reveal them. Infact when braces are highlighted black everything inside them becomes black too. (this happens in java)

part1 part2

Another thing I notice is that this generally happens inside a class declaration, be it in java or c++.

For example, try this c++ code http://pastebin.com/gibqVZep The part inside the class is not highlighted at all.

cpp

sekogan commented 8 years ago

Thanks for reporting. The issue with Java braces looks like a bug in the dark theme, easy to fix.

The second issue is a duplicate of #2.