dan-c-underwood / vscode-arm

Arm® Syntax highlighting for VSCode
MIT License
41 stars 19 forks source link

Support for pre-UAL syntax? #16

Closed lunasorcery closed 4 years ago

lunasorcery commented 4 years ago

In UAL syntax, conditional byte reads are formatted as LDRB(cond), which this supports. In pre-UAL syntax, it's formatted as LDR(cond)B, which this extension currently doesn't support. This also applies to LDRH/STRB/STRH/etc.

Is there any chance we can get support for this added?

dan-c-underwood commented 4 years ago

I've just added this in v1.4.0. Let me know if there are any issues 😄

lunasorcery commented 4 years ago

Looks good to me, thank you!