[Issue 22036] New: Color syntax highlight doesn't escape backticks in symbol names
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jun 18 11:05:35 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22036
Issue ID: 22036
Summary: Color syntax highlight doesn't escape backticks in
symbol names
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: ibuclaw at gdcproject.org
This code results in an irregularly highlighted error message:
---
void main () { writef!"`%s"; }
---
Expected error:
template instance writef!"`%s" template writef is not defined
Actual error:
template instance writef!"%s" template writef` is not defined
--
More information about the Digitalmars-d-bugs
mailing list