diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 35957457a9a..e32a43ede9e 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -4752,8 +4752,8 @@ indentation and initial hashes. Behaves usually outside of comment." | |||
| 4752 | 3 font-lock-variable-name-face))) | 4752 | 3 font-lock-variable-name-face))) |
| 4753 | '("\\<for\\(each\\)?\\([ \t]+\\(my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*(" | 4753 | '("\\<for\\(each\\)?\\([ \t]+\\(my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*(" |
| 4754 | 4 font-lock-variable-name-face) | 4754 | 4 font-lock-variable-name-face) |
| 4755 | ;; Avoid s!!, qq!! etc. when not fontifying syntaxically | 4755 | ;; Avoid $!, and s!!, qq!! etc. when not fontifying syntaxically |
| 4756 | '("\\(?:^\\|[^smywqrx]\\)\\(!\\)" 1 font-lock-negation-char-face) | 4756 | '("\\(?:^\\|[^smywqrx$]\\)\\(!\\)" 1 font-lock-negation-char-face) |
| 4757 | '("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend))) | 4757 | '("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend))) |
| 4758 | (setq | 4758 | (setq |
| 4759 | t-font-lock-keywords-1 | 4759 | t-font-lock-keywords-1 |