(Arne Babenhauserheide)
2013-08-12: FIX: used font-lock-keywords-face instead of font-lock-keyword-face. FIX: used font-lock-keywords-face instead of font-lock-keyword-face.
diff --git a/wisp-mode.el b/wisp-mode.el
--- a/wisp-mode.el
+++ b/wisp-mode.el
@@ -70,7 +70,7 @@
("\\_<[0-9]+\\_>\\|\\_<[0-9]*\\.[0-9]*\\(e[+-]?[0-9]+\\)?\\_>" . font-lock-constant-face) ; numbers
("'()" . font-lock-constant-face) ; empty list
("[ ]'[^ ]+" . font-lock-constant-face) ; 'name
- (" : \\| \\. " . font-lock-keywords-face) ; leading .
+ (" : \\| \\. " . font-lock-keyword-face) ; leading .
))
"Default highlighting expressions for wisp mode.")