The source project of this merge request has been removed.
Added short-form Groovy file extensions
These file extensions are not only less cumbersome than the well-known .groovy
extension, but they:
- are not used by any other applications nor filetypes, and
- are used by the Groovy interpreter when looking for a file to run.
Recommending that these be added for the sake of other Groovy devs who are tired of the 6-letter extension.
Edited by Bryn Miller