Merge pull request #1708 from hyst329/master

Added Fortran 2003/2008 extension support (fixes #1703)
This commit is contained in:
Glavin Wiechert 2017-06-17 23:29:21 -03:00 committed by GitHub
commit 416e1abb27
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# Next
- Fix [#1703](https://github.com/Glavin001/atom-beautify/issues/1703). Now Fortran 2003/2008 file extensions are available for Fortran beautifier.
- ...
# v0.30.0 (2017-06-17)

View File

@ -18,6 +18,10 @@ module.exports = {
"F90"
"f95"
"F95"
"f03"
"F03"
"f08"
"F08"
]
###