bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47345: perl-mode: Fix some regexps for fontification [PATCH]


From: Harald Jörg
Subject: bug#47345: perl-mode: Fix some regexps for fontification [PATCH]
Date: Tue, 23 Mar 2021 15:57:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Severity: minor

Following a discussion with Stefan Monnier on the developer list:

 - In "use Package;" the package name is now captured for fontifying
   as intended

 - The declarators "my" etc. now use font-lock-keyword-face for better
   consistency with other programming modes

 - As a by-catch, now all components of package names like
   "Long::Package::Name" are fontified.  This was a known issue of
   little importance, not yet reported as a bug.

 - A test is included as well.
-- 
Cheers,
haj

Attachment: 0001-perl-mode-Fix-regexps-for-fontification.patch
Description: Perl mode: Fix some regexps for fontification


reply via email to

[Prev in Thread] Current Thread [Next in Thread]