Merge pull request #1037 from smcouch/master

Add "F90" extension
This commit is contained in:
Glavin Wiechert 2016-07-09 00:13:59 -03:00 committed by GitHub
commit 4a8f8d52e8
1 changed files with 1 additions and 0 deletions

View File

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