aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego.el
diff options
context:
space:
mode:
authorGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1996-11-02 16:07:03 +0000
committerGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1996-11-02 16:07:03 +0000
commitb6e9d7e037c2eb6b9088fb06b2c457127db136c0 (patch)
tree10fb44be61e0e79326ab4b282016318afd84bf9a /lego.el
parent9ef149355621242505a2fed1fa94da97db50bd62 (diff)
minor bug fix wrt to font-lock regexps
Diffstat (limited to 'lego.el')
-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)