aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorProtesilaos Stavrou2021-01-19 08:11:39 +0100
committerLars Ingebrigtsen2021-01-19 08:11:39 +0100
commitb62a1e358befe996a4e2f4038ef48a9dd44901f8 (patch)
tree0210699be4fb6c61daf719b475aa73e213112e9b /etc
parent4e64d023563988a570b6c2ac60d48af7f2d64a68 (diff)
downloademacs-b62a1e358befe996a4e2f4038ef48a9dd44901f8.tar.gz
emacs-b62a1e358befe996a4e2f4038ef48a9dd44901f8.zip
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
352about how to exit the client frame. If 'server-client-instructions' 352about how to exit the client frame. If 'server-client-instructions'
353is set to nil, this message is inhibited. 353is set to nil, this message is inhibited.
354 354
355** Perl mode
356
357---
358*** New face 'perl-non-scalar-variable'.
359This is used to fontify non-scalar variables.
360
355** Python mode 361** Python mode
356 362
357*** 'python-shell-interpreter' now defaults to python3 on systems with python3. 363*** 'python-shell-interpreter' now defaults to python3 on systems with python3.