Bug Description
Steps to Reproduce
- Create a small macro in an assembly file
.macro saverestore2regs reg1:req, reg2:req, mode:req, size:req
.set .Lcfa_offset, \size+\size
.if \mode < 2
.endif
.endm
Expected Behavior
the .if should be the usual purplish color
Actual Behavior
the .if is white
Screenshots
Easy to replicate
Environment
- OS: Windows 11
- ArmLS Version: 0.16.0
Additional Context
It appears that macro parameters break this.
Logs/Error Messages
Bug Description
Steps to Reproduce
.macro saverestore2regs reg1:req, reg2:req, mode:req, size:req
.set .Lcfa_offset, \size+\size
.if \mode < 2
.endif
.endm
Expected Behavior
the .if should be the usual purplish color
Actual Behavior
the .if is white
Screenshots
Easy to replicate
Environment
Additional Context
It appears that macro parameters break this.
Logs/Error Messages