Thread overview
[Issue 18348] Color highlighting of backticks has issues
Feb 01, 2018
ag0aep6g@gmail.com
Feb 01, 2018
Seb
Sep 05, 2019
Mathias LANG
February 01, 2018
https://issues.dlang.org/show_bug.cgi?id=18348

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ag0aep6g@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from ag0aep6g@gmail.com ---
(In reply to Seb from comment #0)
> > rdmddev foo.d
> foo.d(3): Error: no property foo for type string
> 
> Expected: foo to be hightlighted, but only Error is.

For me, "Error" is red and bold, and "foo" and "string" are bold.

> > rdmddev -color=off foo.d
> foo.d(3): Error: no property 'foo' for type string

I get: "Error: no property `foo` for type `string`".

Maybe your rdmddev is not up to date? I've tested with DMD64 D Compiler v2.078.1-625-g7f270134f.

> Visible on CLI and run.dlang.io: https://run.dlang.io/is/ioU894

On run.dlang.io, "foo" and "string" are wrapped in `<span class="ansi-bright-white-fg">...</span>` and the color is black instead of the usual almost black #333. That's really subtle, but it's there. Maybe it should also be bold.

Closing as WORKSFORME. Reopen if I'm missing something.

--
February 01, 2018
https://issues.dlang.org/show_bug.cgi?id=18348

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #2 from Seb <greensunny12@gmail.com> ---
That's how it looks for me:

https://imgur.com/8qcFYJA

(compiled from master today)

I can also show the problem better with a test case - in fact even with a PR

https://github.com/dlang/dmd/pull/7822

(sorry - totally forgot to mention the PR here)

With the linked PR:

https://imgur.com/a/JnE8l

--
September 05, 2019
https://issues.dlang.org/show_bug.cgi?id=18348

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Just tested this, works4me

--