We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SELECT TYPE (... => ...) TYPE IS (...) CLASS IS (...) ... END SELECT
TYPE T ... CONTAINS ... END TYPE
TYPE, EXTENDS(...) :: ... ... END TYPE
ENUM, BIND(C) ... END ENUM
For all these, fprettify fails with an error
The text was updated successfully, but these errors were encountered:
7a9e790
FORALL ... END FORALL
ASSOCIATE ( ... => ...) ... END ASSOCIATE
Sorry, something went wrong.
Updating test_results. Found issues #9 and reopened #4.
30281bf
Add ASSOCIATE construct (#4) and fix hack for scope parsing.
3098a5f
Including 'select type' construct (#4) and improving stability of ass…
53ad38c
…ociate regex.
All missing constructs have been added, except the forall statement which can not be parsed with a regular expression.
pseewald
No branches or pull requests
SELECT TYPE (... => ...) TYPE IS (...) CLASS IS (...) ... END SELECT
TYPE T ... CONTAINS ... END TYPE
TYPE, EXTENDS(...) :: ... ... END TYPE
For all these, fprettify fails with an error
The text was updated successfully, but these errors were encountered: