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 616749 - Perl highlighting
Perl highlighting
Status: RESOLVED DUPLICATE of bug 594501
Product: gtksourceview
Classification: Platform
Component: Syntax files
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-25 04:03 UTC by takashi
Modified: 2011-05-13 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description takashi 2010-04-25 04:03:50 UTC
s/// is regexp.
but
-s("filename") is not regexp.


I want change. 
perl.lang
line 171

from
(?<![a-zA-Z0-9@%{(])

to
(?<![a-zA-Z0-9@%{(\-])



sorry, I cannot English.
Comment 1 Carnë Draug 2011-05-13 20:13:06 UTC

*** This bug has been marked as a duplicate of bug 594501 ***