barrettotte / vscode-ibmi-languages

Syntax highlighting for IBM i languages such as RPG, CL, DDS, MI, and RPGLE fixed/free.
https://marketplace.visualstudio.com/items?itemName=barrettotte.ibmi-languages
MIT License
34 stars 13 forks source link

Fixed format RPGLE /COPY, /INCLUDE highlight bug #114

Closed barrettotte closed 2 years ago

barrettotte commented 2 years ago
      *
      /copy qrpglesrc,cpy_good
     d/copy qrpglesrc,cpy_bad
      *
      /include qrpglesrc,inc_good
     d/include qrpglesrc,inc_bad

https://user-images.githubusercontent.com/81774617/188736993-c3abdedd-035f-4965-8910-37d10a34f632.png

First reported in https://github.com/halcyon-tech/vscode-rpgle/issues/123

Probably an error in ordering...the fixed/free format has gotten a little unwieldy.