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

add data-gen opcode to syntax highlighting #138

Closed richardm90 closed 5 months ago

richardm90 commented 5 months ago

Whilst pulling some demo code together I had data-into and data-gen in close proximity and noticed that data-gen wasn't being highlighted as an opcode.

image

barrettotte commented 5 months ago

Ah must have been added recently, thanks!

I'm assuming %GEN is also new? If this should be highlighted as well, I think it can be added to the pipe delimited list in support.function.rpgle.bif in the RPGLE json

edit: Oh I guess this isn't new, I'm surprised this was missed. Sorry about that.

richardm90 commented 5 months ago

I can't believe I missed that!

I've fixed that now.

barrettotte commented 5 months ago

Merged. Thanks again for adding both of those. I hope to fix a couple more lingering issues and push a new release by the end of tonight.

barrettotte commented 5 months ago

@richardm90 Released in https://github.com/barrettotte/vscode-ibmi-languages/releases/tag/v0.6.16

chrjorgensen commented 5 months ago

@richardm90 Well spotted - and fixed! 🎉