Summary: | Perl5 syntax highlight gets confused at // | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | heikki |
Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nibgonz |
Priority: | NOR | ||
Version First Reported In: | 5.57.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/syntax-highlighting/4cf3a7e9825da99914e3641fb484270813943d08 | Version Fixed In: | 5.59.0 |
Sentry Crash Report: |
Description
heikki
2019-05-08 11:02:31 UTC
Git commit 4cf3a7e9825da99914e3641fb484270813943d08 by Nibaldo González. Committed on 19/05/2019 at 11:41. Pushed by ngonzalez into branch 'master'. Perl: fix the // operator Summary: The "/" character is used for patterns and this causes the "//" operator not to be highlighted correctly in some situations, such as after identifiers. Reviewers: #framework_syntax_highlighting, dhaumann, cullmann Reviewed By: #framework_syntax_highlighting, dhaumann, cullmann Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D21286 M +4 -0 autotests/folding/highlight.pl.fold M +4 -0 autotests/html/highlight.pl.html M +4 -0 autotests/input/highlight.pl M +4 -0 autotests/reference/highlight.pl.ref M +6 -3 data/syntax/perl.xml https://commits.kde.org/syntax-highlighting/4cf3a7e9825da99914e3641fb484270813943d08 |