diff options
author | Eduardo Julian | 2017-07-25 21:23:40 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-07-25 21:23:40 -0400 |
commit | cbe57e2eb5ae4c8050c003662cad40e69ac63e01 (patch) | |
tree | 024cfbeceb956077c8b10c085d8da4bd35771d06 | |
parent | 53c30c5521eb6c74c711fd7f6c2952247aa57bcc (diff) |
- Added "model:", "unit:" and "scale:" to syntax highlighting.
Diffstat (limited to '')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 6e64119cd..029786a3e 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -222,6 +222,8 @@ Called by `imenu--generic-function'." "actor:" "message:" "exception:" "word:" + "model:" + "unit:" "scale:" "function" "case" ":" ":!" ":!!" "undefined" "ident-for" "and" "or" "char" |