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 682897 - Perl "..." operator highlighting
Perl "..." operator highlighting
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
git master
Other All
: Normal trivial
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-28 19:25 UTC by Artem S Vybornov
Modified: 2012-09-17 19:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (927 bytes, patch)
2012-08-28 19:44 UTC, Artem S Vybornov
none Details | Review

Description Artem S Vybornov 2012-08-28 19:25:51 UTC
Instead of highlighting "..." as perl operator gedit highlights only ".."
Remaining "." isn't highlighted at all.

Fix is:

@@ -106 +106 @@
-      \.\. | \.\.\. |
+      \.\.\.? |
Comment 1 Artem S Vybornov 2012-08-28 19:44:22 UTC
Created attachment 222681 [details] [review]
patch

`git am` friendly
Comment 2 Paolo Borelli 2012-09-17 19:08:02 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.