summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/cperl-mode-tests.el
Commit message (Expand)AuthorAgeFilesLines
* ;cperl-mode.el: Do not mistake a left-shift operator for a here-doc.Harald Jörg2023-10-141-0/+16
* cperl-mode.el: Optionally treat trailing text as commentHarald Jörg2023-10-141-0/+14
* ; cperl-mode.el: Don't override fontificaton in comments.Harald Jörg2023-10-091-0/+23
* Fix indentation in perl-mode (Bug#35925)Mauro Aranda2023-10-011-0/+14
* ; cperl-mode-tests.el: Avoid using skip-whenHarald Jörg2023-09-291-3/+7
* Use new ERT `skip-when` macro in testsStefan Kangas2023-09-041-3/+3
* cperl-mode.el: Subroutine names are fontified correctly in all placesHarald Jörg2023-08-021-0/+33
* ; cperl-mode: Refine syntax of attributesHarald Jörg2023-07-061-2/+6
* ; * test/lisp/progmodes/cperl-mode-tests.el: add missing backslashesMattias Engdegård2023-07-041-1/+1
* cperl-mode.el: Add support for new Perl syntax in Perl 5.36 and 5.38Harald Jörg2023-07-031-4/+33
* ; cperl-mode.el: Fix two indentation bugs (Bug#11733)Harald Jörg2023-07-021-0/+11
* cperl-mode: Fix byte-compilation warningsHarald Jörg2023-07-011-6/+9
* cperl-mode.el: Support subroutine signaturesHarald Jörg2023-06-301-3/+140
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-261-1/+1
* Recognize the backslash operator in perl-modeMauro Aranda2022-09-201-0/+30
* perl-mode: / is a regexp match if there's nothing before itMauro Aranda2022-09-191-0/+12
* Fix cperl list indentation problemLars Ingebrigtsen2022-09-161-0/+3
* Prefer URL commentary header in two filesStefan Kangas2022-06-181-1/+1
* Fix misplaced interactive specStefan Kangas2022-06-171-1/+0
* Further doc string quoting fixesLars Ingebrigtsen2022-04-221-1/+1
* ; cperl-mode.el: Detect prototypes in anonymous subroutinesHarald Jörg2022-02-021-0/+49
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* cperl-mode.el: Allow non-ASCII Perl identifiersHarald Jörg2021-09-141-1/+300
* cperl-mode.el: Use rx sequences for Perl grammarHarald Jörg2021-09-071-5/+5
* ; cperl-mode.el: Fix border cases of inserting with elispHarald Jörg2021-08-301-6/+52
* (cperl-test-bug-14343): Make it work for perl-modeStefan Monnier2021-08-301-7/+7
* * test/lisp/progmodes/cperl-mode-tests.el: Adjust here-doc tests for perl-modeStefan Monnier2021-08-301-31/+26
* Fix recently added cperl testGlenn Morris2021-08-231-2/+2
* ; cperl-mode: bugfix / rework fontification of here-docsHarald Jörg2021-08-231-0/+115
* ; perl-mode.el: Allow newline between quote-likes and delimiterHarald Jörg2021-06-111-0/+11
* ; perl-mode.el: Detect quote-like operator immediately after =>Harald Jörg2021-06-091-0/+18
* ; perl-mode.el: Detect regexes immediately after "|&"Harald Jörg2021-06-081-5/+25
* cperl-mode: Eliminate bad interpretation of ?foo?Harald Jörg2021-05-061-0/+27
* cperl-mode: Avoid abbrev expansion in variable namesHarald Jörg2021-04-201-0/+29
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-1/+1
* perl-mode: Fix regexps for fontificationHarald Jörg2021-03-241-0/+19
* * test/lisp/progmodes/cperl-mode-tests.el: Silence warningsStefan Monnier2021-03-181-3/+6
* cperl-mode: Don't interpret y_ as start of y// function.Harald Jörg2021-03-181-0/+26
* cperl-mode: Improve detection of index entries for imenuHarald Jörg2021-02-171-0/+95
* perl-mode: Display here-docs as strings instead of commentsHarald Jörg2021-01-051-0/+32
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* CPerl-mode: don't treat <<>> as starting a here-docHarald Jörg2020-12-161-0/+8
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-171-0/+15
* Cleanup of the test file for cperl-modeHarald Jörg2020-11-111-182/+152
* cperl-mode: Indentation of ')' follows customisationHarald Jörg2020-11-091-0/+38
* ; Silence byte-compiler warnings in testsStefan Kangas2020-11-051-1/+1
* cperl-mode: Fix indentation for Emacs 26Harald Jörg2020-11-031-0/+29
* cperl-mode: Skip a test for older Emacsen (preparing for ELPA)Harald Jörg2020-11-031-0/+4
* * lisp/simple.el (blink-matching-open): Fix bug#37127Stefan Monnier2020-10-301-16/+23