From 7d4d05bd4949e6281c3e2bdc4dad553da4b33bda Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 26 Jun 2017 19:40:30 -0400 Subject: - Changed the syntax-highlighting rules. --- lux-mode/lux-mode.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 281b501bd..4c4aff505 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -214,8 +214,14 @@ Called by `imenu--generic-function'." (,(concat "(" (regexp-opt - '(";module:" "def:" "type:" "sig:" "struct:" "macro:" "syntax:" "program:" "poly:" "derived:" "actor:" "context:" "template:" "class:" "interface:" "model:" + '(";module:" + "def:" "type:" "macro:" "syntax:" "program:" + "sig:" "struct:" "context:" "template:" + "class:" "interface:" + "poly:" "derived:" + "actor:" "message:" "exception:" + "word:" "function" "case" ":" ":!" ":!!" "undefined" "ident-for" "and" "or" "exec" "let" "with-expansions" "if" "cond" "do" "be" "open" "loop" "recur" "comment" "list" "list&" "io" "vector" "tree" @@ -223,7 +229,7 @@ Called by `imenu--generic-function'." "|" "&" "->" "All" "Ex" "Rec" "host" "$" "type" "^" "^or" "^slots" "^multi" "^~" "^@" "^template" "^open" "^|>" "^stream&" "^regex" "bin" "oct" "hex" - "@pre" "@post" + "pre" "post" "sig" "struct" "derive" "infix" "format" -- cgit v1.2.3