aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/perl-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* perl-mode.el: Avoid obsolete font-lock face varsStefan Monnier2025-04-041-12/+11
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Prefer defvar-keymap in perl-mode.elStefan Kangas2024-12-131-9/+7
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-2/+2
* perl-mode: fix bug introduced in bd86a6c4fdePip Cet2024-07-081-2/+2
* perl-mode.el: Improve indent after hanging open-parenStefan Monnier2024-07-051-8/+1
* ; Minor copy editsDmitry Gutov2024-04-091-1/+1
* ; perl-mode, cperl-mode: Fix $\" in strings (Bug#69604)Harald Jörg2024-03-081-1/+10
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-2/+2
|\ \ | |/
| * ; Fix typosStefan Kangas2023-12-031-2/+2
* | Fix indentation in perl-mode (Bug#35925)Mauro Aranda2023-10-011-6/+24
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-4/+0
|\ \ | |/
| * Doc fixes for obsolete functions and variablesStefan Kangas2023-09-021-4/+0
* | Fix perl-mode indentation after a hanging parenMauro Aranda2023-09-071-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove redundant library installation instructionsStefan Kangas2022-11-111-2/+2
* Fix last change in perl-modeMauro Aranda2022-10-211-1/+1
* Improve HERE document detection in perl-modeMauro Aranda2022-10-201-2/+7
* Recognize the backslash operator in perl-modeMauro Aranda2022-09-201-0/+6
* perl-mode: / is a regexp match if there's nothing before itMauro Aranda2022-09-191-0/+1
* Make two perl-mode aliases obsoleteStefan Kangas2022-08-051-2/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | perl-mode: Recognize "when"/"given" keywordsStefan Kangas2021-12-271-2/+4
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-6/+6
* perl-mode: fix variable fontificationTomasz Konojacki2021-08-071-9/+8
* ; perl-mode.el: Allow newline between quote-likes and delimiterHarald Jörg2021-06-111-1/+1
* ; perl-mode.el: Detect quote-like operator immediately after =>Harald Jörg2021-06-091-1/+1
* ; perl-mode.el: Detect regexes immediately after "|&"Harald Jörg2021-06-081-1/+1
* perl-mode: Fix regexps for fontificationHarald Jörg2021-03-241-3/+3
* Remove redundant :group args in progmodes/*.elStefan Kangas2021-02-131-3/+1
* perl-mode.el: Eliminate keywords which are not in Perl.Harald Jörg2021-01-281-4/+3
* Add 'perl-non-scalar-variable' face to perl-modeProtesilaos Stavrou2021-01-191-2/+9
* perl-mode: Display here-docs as strings instead of commentsHarald Jörg2021-01-051-1/+28
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/progmodes/perl-mode.el: Fix handling of s'foo'bar'Stefan Monnier2020-12-051-12/+27
* perl-mode and cperl-mode: Recognize regex after "return"Harald Jörg2020-11-171-1/+1
* ; Fix more typosStefan Kangas2020-10-031-1/+1
* * lisp/progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): Bug#42168Stefan Monnier2020-08-141-1/+3
* Add and remove backslashes in regexpsMattias Engdegård2020-02-201-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/progmodes/perl-mode.el (perl-calculate-indent): Indent qw(...)Stefan Monnier2019-11-151-9/+22
* Fix indenting in perl functions with doc-commentsTom Willemse2019-09-301-2/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\