-
Notifications
You must be signed in to change notification settings - Fork 453
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
Added Fortran 2003/2008 extension support (fixes #1703) #1708
Conversation
"f03" | ||
"F03" | ||
"f08" | ||
"F08" |
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 run npm run docs
and commit the changes. This will update the documentation including the Language section of the README: https://github.com/Glavin001/atom-beautify#language-support
Since this PR is relatively simple I will re-generate the docs myself for next release... |
Thank you for contributing! |
@Glavin001 Thank you too. Sorry, I had so little time then... |
* master: (79 commits) Update changelog [skip ci] Prepare 0.30.2 release Fixes Glavin001#1030. Add support for alpha versions of autopep8 Fixes Glavin001#1725. Fix version parsing of PHP executable Fixes Glavin001#1730. Correctly parse PHPCBF version and improve handling of Executable See Glavin001#1708. Re-generate documentation for Fortran file extension changes Prepare 0.30.1 release Prepare changelog for v0.30.1 See Glavin001#1725. Update changelog Fixes Glavin001#1725. Improve PHP-CS-Fixer support with handling script path Update changelog. See Glavin001#1030. Fix Glavin001#1030. Autopep8 Executable did not handle older and newer versions Prepare 0.30.0 release See Glavin001#1687. Update README, remove note about Executables now that it is supported See Glavin001#1687. Update Changelog with info about Executables Add Greenkeeper badge See Glavin001#1687. Update README docs to include details about Executables and Docker support Add more dependencies to next-update and greenkeep ignore list See Glavin001#1687. Fix typos in Travis CI config See Glavin001#1687. Install Sass-convert and Uncrustify beautifiers via Docker for Linux Travis CI build ... # Conflicts: # README.md
Published to v0.30.1 |
What does this implement/fix? Explain your changes.
This adds Fortran 2003/2008 extension support
Does this close any currently open issues?
This does close issue #1703.
Checklist
Check all those that are applicable and complete.
master
branchnpm run docs
CHANGELOG.md
under "Next" section