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 645724 - Fortran call interpreted as a comment
Fortran call interpreted as a comment
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
unspecified
Other All
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-26 09:23 UTC by Seb35
Modified: 2011-04-12 12:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to correct the coloring of the Fortran keyword "call" (597 bytes, patch)
2011-03-26 09:23 UTC, Seb35
accepted-commit_after_freeze Details | Review

Description Seb35 2011-03-26 09:23:36 UTC
Created attachment 184273 [details] [review]
Patch to correct the coloring of the Fortran keyword "call"

When there is the keyword "call" at the beginning of the line, it is interpreted as a comment since the first letter is a "c".

I wrote a small patch to circumvent that on the example of the existing hack used to not interpret the keyword "comment" at the beginning of the line, and added also the same for the keyword "cycle".
Comment 1 Ignacio Casal Quinteiro (nacho) 2011-03-26 09:25:46 UTC
Review of attachment 184273 [details] [review]:

Looks good. Let's put it in after the freeze is over.
Comment 2 Ignacio Casal Quinteiro (nacho) 2011-04-12 12:21:28 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.