We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0091398 commit a25e915Copy full SHA for a25e915
lisp/progmodes/cperl-mode.el
@@ -5951,7 +5951,7 @@ default function."
5951
(eval cperl--basic-identifier-rx)))
5952
(0+ blank) "(")
5953
;; '("\\<for\\(each\\)?\\([ \t]+\\(state\\|my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*("
5954
- 4 font-lock-variable-name-face)
+ 1 font-lock-variable-name-face)
5955
;; Avoid $!, and s!!, qq!! etc. when not fontifying syntactically
5956
'("\\(?:^\\|[^smywqrx$]\\)\\(!\\)" 1 font-lock-negation-char-face)
5957
'("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend)))
0 commit comments