diff options
| -rw-r--r-- | lego.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
