[Issue 18348] New: Color highlighting of backticks has issues

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 1 08:32:40 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18348

          Issue ID: 18348
           Summary: Color highlighting of backticks has issues
           Product: D
           Version: D2
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: greensunny12 at gmail.com

Consider:

---
void main()
{
    "aa".foo;
}
---

> rdmddev foo.d
foo.d(3): Error: no property foo for type string

Expected: foo to be hightlighted, but only Error is.

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

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

--


More information about the Digitalmars-d-bugs mailing list