[Gd-chatter] r11247 - trunk/src/tools/elisp
cpage at gwydiondylan.org
cpage at gwydiondylan.org
Sun Apr 8 07:58:08 CEST 2007
Author: cpage
Date: Sun Apr 8 07:58:06 2007
New Revision: 11247
Modified:
trunk/src/tools/elisp/dylan-mode.el
Log:
Job: minor
Added "keyed-by" to the list of "other words" for font-lock highlighting.
Modified: trunk/src/tools/elisp/dylan-mode.el
==============================================================================
--- trunk/src/tools/elisp/dylan-mode.el (original)
+++ trunk/src/tools/elisp/dylan-mode.el Sun Apr 8 07:58:06 2007
@@ -255,7 +255,7 @@
(defvar dyl-other-words
'("above" "below" "by" "from"
- "handler" "in" "instance" "let" "local" "otherwise"
+ "handler" "in" "instance" "keyed-by" "let" "local" "otherwise"
"slot" "subclass" "then" "to" "virtual")
"Keywords which do not require special indentation handling, but which
should be highlighted if this capability exists.")
More information about the chatter
mailing list