Replies: 1 comment
-
Hello, thanks for the feedback. Blockman mostly use third party parsing/tokenizing libraries (Because VS Code itself does not give extensions access to its native AST tokens) to tokenize code blocks, and it also uses some custom solutions. I will try to write a simple tokenizer for RPGLE, that would also consider commented out code, right? Because we don't want to recognize |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there was any type of configuration to allow for languages that aren't supported. RPGLE is one language the runs on a mainframe that this would be nice to have supported.
The following would be the current begin and ending structures and they are not case sensitive
Begsr/Endsr
Dcl-Ds/End-Ds
Dcl-Enum/End-Enum
Dcl-Pr/End-Pr
Dcl-Pi/End-Pi
Dcl-Proc/End-Proc
Dow/Enddo or End
Dou/Enddo or End
For/EndFor
For-Each/EndFor
If/EndIf
Monitor;/EndMon (you would need to search for Monitor; with the semi-colon)
Select;/EndSl (you would need to search for Select; with the semi-colon)
Beta Was this translation helpful? Give feedback.
All reactions