all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#48761: perl-mode: "$temp" colored differently.
@ 2021-05-31 13:08 積丹尼 Dan Jacobson
  2021-06-01  6:26 ` Lars Ingebrigtsen
  2021-06-01  6:27 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-05-31 13:08 UTC (permalink / raw
  To: 48761

In perl-mode: $temp, @temp are colored differently. E.g., in
my (@AA, @temp, @barf, $temp, $x);

Caused by:
     ;; Fontify declarators and prefixes as types.
     ("\\<\\(anon\\|argument\\|has\\|local\\|my\\|our\\|state\\|supersede\\)\\>" . font-lock-type-face) ; declarators
     ("\\<\\(let\\|temp\\)\\>" . font-lock-type-face) ; prefixes





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-01 11:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-31 13:08 bug#48761: perl-mode: "$temp" colored differently 積丹尼 Dan Jacobson
2021-06-01  6:26 ` Lars Ingebrigtsen
2021-06-01  6:27 ` Lars Ingebrigtsen
2021-06-01  8:17   ` Harald Jörg
2021-06-01  8:32     ` Lars Ingebrigtsen
2021-06-01 11:05       ` Harald Jörg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.