[Issue 18348] Color highlighting of backticks has issues
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 1 15:54:20 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18348
ag0aep6g at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ag0aep6g at gmail.com
Resolution|--- |WORKSFORME
--- Comment #1 from ag0aep6g at 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.
--
More information about the Digitalmars-d-bugs
mailing list