Skip to content

Commit

Permalink
Updated FORTRAN extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Bardadym <denis.bardadym@accenture.com>
  • Loading branch information
Denis Bardadym committed Nov 7, 2011
1 parent 6b97149 commit 9b9531d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/main/Languages.scala
Expand Up @@ -208,8 +208,8 @@ override def extensions = ".fs" :: ".fsi" :: ".fsx" :: Nil
"FORTRAN" -> new Language("FORTRAN") {
override def langType = Type.Programming
override def primaryExtension = ".f90"
override def extensions = ".F" :: ".F90" :: ".f" :: ".f90" :: Nil
},
override def extensions = ".F" :: ".F77" :: ".F90" :: ".F95" :: ".F03" :: ".F08" :: ".FPP" :: ".f" :: ".f77" :: ".f90" :: ".f95" :: ".f03" :: ".f08" :: ".for" :: ".fpp" :: Nil
},
"Factor" -> new Language("Factor") {
override def langType = Type.Programming
override def extensions = ".factor" :: Nil
Expand Down

0 comments on commit 9b9531d

Please sign in to comment.