if I create a new .f90 file syntax, it stands out as if it were fortran 77 (fixed line length, comments in the first column, code on the 6th column, etc. etc.), and not modern free fortran format.
:let b:fortran_fixed_source=0
:set syntax=fortran
does the trick to get vim to correctly highlight it.
source
share