GNOME Bugzilla – Bug 627566
File extension .f95 not identified with fortran syntax highlighting
Last modified: 2011-02-09 22:17:46 UTC
In \share\gtksourceview-2.0\language-specs\fortran.lang file there is a line <property name="globs">*.f;*.f9[05];*.for</property> which did not give automatic syntax highlighting for .f95 -files. Change to <property name="globs">*.f;*.f90;*.f95;*.for</property> made it work automatically.
I checked with gedit 2.30.2 and I dont see any issue. syntax highlighting was done .f95 file. please check screenshot attached here. or are you referring to something else ? I did not have to do above changes.
Created attachment 168452 [details] syntax highlighting for fortran 95 files
This happened with the windows version.
I can confirm this on windows.
Pushed a patch for this. Thanks a lot.