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 RPT to RPG syntaxes for RPT support #144

Closed rgarciale closed 3 months ago

rgarciale commented 3 months ago

In the organization where I work, we still have "RPT" source files that use the same syntax as "RPG". I took the liberty of including RPT in the languages so that it can be recognized and formatted.

Best regards, and thank you for the work you do. I'm a fan of your work :-)

worksofliam commented 3 months ago

@rgarciale I don't think this is an industry wide standard, and therefore this extension should be configured to your local editor instead of being part of this repo.

rgarciale commented 3 months ago

@worksofliam I'm working on an extension that indents old source files the same way Rational does, and RPT is one of these sources I'm including. My idea was not to include the language in my extension to avoid conflicts. But it´s ok and I appreciate the response.

I'm new to the VS Code world, but I have 20 years of experience with IBM i, so I'm experimenting with all of this.