Spacegray
Spacegray copied to clipboard
Opening bracket in HTML difficult to see
To reproduce:
- Create a new file
- Set syntax to HTML
- Type:
<
The result is this:

Edit: it only occurs when you have highlight_line enabled and the current line is selected.
Hmm. This is what i get:

Hmm, it seems to occur when the current line is highlighted, which is what I have enabled:
{
"highlight_line": true,
}
It looks like the background is getting overridden by the current line indicator.
also happening with semicolons in JSON files
{
bla: "stuff"; // i know this is wrong but i still want to see it
}
and with && in angularjs directives in HTML
<div ng-show="show&&tell"></div>
I think it happens because the background color gets overridden by the highlight_line color.