-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Genero Business Development Language #5030
Conversation
Unfortunately, popularity on GitHub for both extensions is far from meeting our requirements of:
... where hundreds is considered over 200 unique user/repo combos, for inclusion in the immediate future. |
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this pull request was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please can you address the conflicts and replace the hello-world.4gl sample.
Once this is good to go, I'll approve this based on the temporary requirements detailed in #5756
samples/Genero/hello-world.4gl
Outdated
@@ -0,0 +1,3 @@ | |||
main | |||
display "Hello, World!" | |||
end main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace this with a real-world sample.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just catching this now, I can resolve the conflicts and get a real world example added.
@lildude This has had conflicts resolved and has been updated with a better example. Let me know if there are other pieces which need to be addressed. |
Add support for Genero and Genero Forms. The grammars are different for these two "languages" which is why they have been separated out. Genero Forms is a markup for Genero which allows the rendering of Genero programs in Windows, Android, iOS, or the Web. There was no need to add heuristics as there were no languages using either the 4gl or per extension.
Description
Adding support for the Genero Business Development Language from FourJs. This language is the evolution of the language Informix 4GL. There is still a lot of Informix 4GL code out there and Genero 4GL code which is being maintained so it would be useful to have language detection and syntax highlighting in GitHub.
Checklist: