/[emacs]/emacs/lisp/progmodes/cperl-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cperl-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by pfeiffer, Thu May 5 19:04:39 2005 UTC revision 1.63 by pfeiffer, Thu May 5 19:20:03 2005 UTC
# Line 4752  indentation and initial hashes.  Behaves Line 4752  indentation and initial hashes.  Behaves
4752                         3 font-lock-variable-name-face)))                         3 font-lock-variable-name-face)))
4753              '("\\<for\\(each\\)?\\([ \t]+\\(my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*("              '("\\<for\\(each\\)?\\([ \t]+\\(my\\|local\\|our\\)\\)?[ \t]*\\(\\$[a-zA-Z_][a-zA-Z_0-9]*\\)[ \t]*("
4754                4 font-lock-variable-name-face)                4 font-lock-variable-name-face)
4755              ;; Avoid s!!, qq!! etc. when not fontifying syntaxically              ;; Avoid $!, and s!!, qq!! etc. when not fontifying syntaxically
4756              '("\\(?:^\\|[^smywqrx]\\)\\(!\\)" 1 font-lock-negation-char-face)              '("\\(?:^\\|[^smywqrx$]\\)\\(!\\)" 1 font-lock-negation-char-face)
4757              '("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend)))              '("\\[\\(\\^\\)" 1 font-lock-negation-char-face prepend)))
4758            (setq            (setq
4759             t-font-lock-keywords-1             t-font-lock-keywords-1

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26