mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; cperl-mode.el: Fix one match-count in my commit 2021-09-14
* lisp/progmodes/cperl-mode.el (cperl-init-faces): Matching group needs to be adjusted according to the regexp change in my previous commit
This commit is contained in:
parent
0091398af9
commit
a25e91593d
1 changed files with 1 additions and 1 deletions
|
|
@ -5951,7 +5951,7 @@ default function."
|
|||
(eval cperl--basic-identifier-rx)))
|
||||
(0+ blank) "(")
|
||||
;; '("\\<for\\(each\\)?\\([ \t]+\\(state\\|my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*("
|
||||
4 font-lock-variable-name-face)
|
||||
1 font-lock-variable-name-face)
|
||||
;; Avoid $!, and s!!, qq!! etc. when not fontifying syntactically
|
||||
'("\\(?:^\\|[^smywqrx$]\\)\\(!\\)" 1 font-lock-negation-char-face)
|
||||
'("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue