https://issues.dlang.org/show_bug.cgi?id=15345
Issue ID: 15345
Summary: Assembler highlighting done wrong
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: minor
Priority: P1
Component: visuald
Assignee: [email protected]
Reporter: [email protected]
1. If the asm statement has attributes, highlighting is not visible:
asm { mov EAX, 0; } //ok
asm pure { mov EAX, 0; } // no highlight
2. Add highlight support for 64 bit registers:
http://dlang.org/iasm.html#Register64
Thanks.
--