www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18348] New: Color highlighting of backticks has issues

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 puremagic.com
          Reporter: greensunny12 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 --
Feb 01 2018