aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-07-07 14:43:10 -0400
committerEduardo Julian2018-07-07 14:43:10 -0400
commit0ebe340ec7231eb6bdaa4caebe5680a4f5737a16 (patch)
tree36da231be79f93ae55eda1ba2bd77bab5d4f556c /lux-mode
parentb6ef43d722d60bb82f939025f239ff7a8f160011 (diff)
- Implemented ":share" macro for easier type-sharing when casting.
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 6e2a684a4..9961dd7ca 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -225,7 +225,7 @@ Called by `imenu--generic-function'."
"abstract:"
"unit:" "scale:"
"import:"
- ":" ":coerce" ":assume" ":cast" ":abstraction" ":representation" "^:representation"
+ ":" ":coerce" ":assume" ":cast" ":share" ":abstraction" ":representation" "^:representation"
"function" "case" "undefined" "ident-for" "static"
"and" "or"
"char"