Add "F90" extension
Now works for Fortran files ending in ".F90"
This commit is contained in:
parent
fdc4eccdbf
commit
26ab686591
|
@ -15,6 +15,7 @@ module.exports = {
|
||||||
###
|
###
|
||||||
extensions: [
|
extensions: [
|
||||||
"f90"
|
"f90"
|
||||||
|
"F90"
|
||||||
]
|
]
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in New Issue