Spacegray icon indicating copy to clipboard operation
Spacegray copied to clipboard

Opening bracket in HTML difficult to see

Open claviska opened this issue 11 years ago • 4 comments

To reproduce:

  1. Create a new file
  2. Set syntax to HTML
  3. Type: <

The result is this:

vjd-xmvlvg8ids-gufss_v_b66pqkwkzcz7uyyuwqbw

Edit: it only occurs when you have highlight_line enabled and the current line is selected.

claviska avatar Jun 04 '14 16:06 claviska

Hmm. This is what i get: screenshot 2014-06-04 21 22 56

salttis avatar Jun 04 '14 18:06 salttis

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.

claviska avatar Jun 04 '14 19:06 claviska

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>

JustGoscha avatar Oct 29 '14 10:10 JustGoscha

I think it happens because the background color gets overridden by the highlight_line color.

claviska avatar Dec 01 '14 17:12 claviska