1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
emacs/test/lisp/progmodes/cperl-mode-resources
Harald Jörg ce8e6cea42 cperl-mode.el: Support Perl 5.38 syntax for subroutine signatures
* lisp/progmodes/cperl-mode.el (defconst): New rx sequence
describing a signature with initialization.
(cperl-init-faces): integrate the new rx sequence into the
font-lock-defaults init routine (Bug#64190) (Bug#64364).

* test/lisp/progmodes/cperl-mode-resources/cperl-bug-64364.pl: Add
test data for a signature with initialization (tests indentation).

* test/lisp/progmodes/cperl-mode-resources/proto-and-attrs.pl: Add
test data for a signature with initialization (tests fontification).
2023-07-01 21:40:46 +02:00
..
cperl-bug-11996.pl
cperl-bug-19709.pl
cperl-bug-22355.pl
cperl-bug-23992.pl
cperl-bug-25098.pl
cperl-bug-26850.pl
cperl-bug-30393.pl
cperl-bug-64190.pl cperl-mode.el: Support subroutine signatures 2023-06-30 23:41:06 +02:00
cperl-bug-64364.pl cperl-mode.el: Support Perl 5.38 syntax for subroutine signatures 2023-07-01 21:40:46 +02:00
cperl-indent-exp.pl
cperl-indent-styles.pl
cperl-indents.erts
fontify-punctuation-vars.pl ; Fix typos 2022-12-23 18:21:10 +01:00
grammar.pl
here-docs.pl Improve HERE document detection in perl-mode 2022-10-20 07:34:38 -03:00
proto-and-attrs.pl cperl-mode.el: Support Perl 5.38 syntax for subroutine signatures 2023-07-01 21:40:46 +02:00