Add "F90" extension

Now works for Fortran files ending in ".F90"
This commit is contained in:
Sean Couch 2016-06-30 18:22:19 -04:00 committed by GitHub
parent fdc4eccdbf
commit 26ab686591
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ module.exports = {
### ###
extensions: [ extensions: [
"f90" "f90"
"F90"
] ]
### ###