]> git.eshelyaron.com Git - emacs.git/commit
Tweak how cperl-mode fontifies hashes and arrays
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 12:36:29 +0000 (14:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Sep 2020 12:36:29 +0000 (14:36 +0200)
commit81657507c296843971e4a921377451ecc3739e5e
treeeda9a15aa9a39b4c664fe46218d4e8b6fe60b77f
parenteca6c9281f0506f9c8c866ae2025288c44ea994a
Tweak how cperl-mode fontifies hashes and arrays

* lisp/progmodes/cperl-mode.el (cperl-init-faces): Fontify hashes
and arrays (%foo and @foo) before the keywords, since the keyword
regexps are "wider" and the hash/array regexp just match those two
things (bug#22867).
lisp/progmodes/cperl-mode.el