Merge pull request #1380 from Foadsf/patch-1

f95 file extension was added
This commit is contained in:
Glavin Wiechert 2016-12-29 00:12:05 -04:00 committed by GitHub
commit 8067b04676
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ module.exports = {
extensions: [
"f90"
"F90"
"f95"
"F95"
]
###