Below are the regex patterns I used for comments, the last pattern in each looks for a preceding ";"
(^\\s*\\*.*|^(\\*).*|(?<=;)\\s*\\*.*)
(^\\s*\\!.*|^(\\!).*|(?<=;)\\s\\*!.*)
My grammar package "language pick basic" is actually a Unibasic grammar. I called it pick basic as that's what we call it at work but our environment is Unidata 7.3
The only issue i am having with my package is the auto indentation, I have worked out everything except for CASE statements. I am working on adding a custom function for it now.
Feel free to contact me at
burne...@gmail.com, we should chat on discord or skype to see if there may be a more efficient way to work on our projects together.
Thanks,
Burney