aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lego.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lego.el b/lego.el
index 897cec86..9046cd71 100644
--- a/lego.el
+++ b/lego.el
@@ -281,7 +281,7 @@
(list
(cons (ids-to-regexp lego-shell-keywords)
'font-lock-keyword-face)
- '("\\<defn\\> \\(\\w]+\\) =" 1 font-lock-function-name-face)
+ '("\\<defn\\> \\(\\w+\\) =" 1 font-lock-function-name-face)
'("^\\(value of\\|type of\\) \\(\\w+\\) =" 2
font-lock-function-name-face)
'("^ \\(\\w+\\) = ... :" 1 font-lock-function-name-face)