chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c17fdbf
)
el/dot-emacs.el: More Perl keywords.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Nov 2011 22:41:04 +0000
(22:41 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Nov 2011 22:41:54 +0000
(22:41 +0000)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index ea20e5ddc8505116e95d6a07070b3686d32debef..4712dc94d7d0aba0426b29ce4a7e55cf63a9f186 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1531,11
+1531,11
@@
(defun mdw-fontify-perl ()
;; Now define fontification things.
(make-local-variable 'font-lock-keywords)
(let ((perl-keywords
;; Now define fontification things.
(make-local-variable 'font-lock-keywords)
(let ((perl-keywords
- (mdw-regexps "and" "cmp" "continue" "do" "else" "elsif" "eq"
- "for" "foreach" "ge" "gt" "goto" "if"
+ (mdw-regexps "and" "
break" "
cmp" "continue" "do" "else" "elsif" "eq"
+ "for" "foreach" "ge" "g
iven" "g
t" "goto" "if"
"last" "le" "lt" "local" "my" "ne" "next" "or"
"last" "le" "lt" "local" "my" "ne" "next" "or"
- "package" "redo" "require" "return" "sub"
- "undef" "unless" "until" "use" "while")))
+ "
our" "
package" "redo" "require" "return" "sub"
+ "undef" "unless" "until" "use" "wh
en" "wh
ile")))
(setq font-lock-keywords
(list
(setq font-lock-keywords
(list