summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2021-01-19 08:11:39 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-01-19 08:11:39 +0100
commitb62a1e358befe996a4e2f4038ef48a9dd44901f8 (patch)
tree0210699be4fb6c61daf719b475aa73e213112e9b /etc
parent4e64d023563988a570b6c2ac60d48af7f2d64a68 (diff)
downloademacs-b62a1e358befe996a4e2f4038ef48a9dd44901f8.tar.gz
Add 'perl-non-scalar-variable' face to perl-mode
* etc/NEWS: Document the new face (bug#45840). * lisp/progmodes/perl-mode.el (perl-non-scalar-variable): Define new face. (perl-font-lock-keywords-2): Apply 'perl-non-scalar-variable' face.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d632283e7f3..8fc5f3e046c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -352,6 +352,12 @@ When emacsclient connects, Emacs will (by default) output a message
about how to exit the client frame. If 'server-client-instructions'
is set to nil, this message is inhibited.
+** Perl mode
+
+---
+*** New face 'perl-non-scalar-variable'.
+This is used to fontify non-scalar variables.
+
** Python mode
*** 'python-shell-interpreter' now defaults to python3 on systems with python3.