After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 627566 - File extension .f95 not identified with fortran syntax highlighting
File extension .f95 not identified with fortran syntax highlighting
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
unspecified
Other Windows
: Normal trivial
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-21 10:30 UTC by Risto Vanhanen
Modified: 2011-02-09 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
syntax highlighting for fortran 95 files (147.65 KB, image/png)
2010-08-21 11:29 UTC, Rahul
Details

Description Risto Vanhanen 2010-08-21 10:30:39 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.
Comment 1 Rahul 2010-08-21 11:28:22 UTC
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.
Comment 2 Rahul 2010-08-21 11:29:05 UTC
Created attachment 168452 [details]
syntax highlighting for fortran 95 files
Comment 3 Risto Vanhanen 2010-08-21 11:40:39 UTC
This happened with the windows version.
Comment 4 Ignacio Casal Quinteiro (nacho) 2010-11-22 20:02:37 UTC
I can confirm this on windows.
Comment 5 Ignacio Casal Quinteiro (nacho) 2011-02-09 22:17:46 UTC
Pushed a patch for this. Thanks a lot.