(Arne Babenhauserheide)
2014-04-14: wisp-mode: added a . 'b fixme wisp-mode: added a . 'b fixme
diff --git a/wisp-mode.el b/wisp-mode.el
--- a/wisp-mode.el
+++ b/wisp-mode.el
@@ -90,6 +90,8 @@
("\\_<[+-]?[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
+ ; FIXME: This is too general (it will capture a . 'b, making it
+ ; impossible to have 'b highlighted)
(" : \\| \\. " . font-lock-keyword-face) ; leading : or .
))
"Default highlighting expressions for wisp mode.")