aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2019-01-22 20:15:37 -0400
committerEduardo Julian2019-01-22 20:15:37 -0400
commit701cad823deaf887478f5b3b0095d5e732ed1da9 (patch)
treea59f0ef5881c6f9d3676024a5039cf0f1b7d386a /lux-mode
parentf8c9375490f00d39729c0e969b60ce825d29e7ea (diff)
- WIP: Expansion of CSS machinery.
- Expansion of l10n/i18n machinery.
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 47983ed83..1babb75fe 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -246,7 +246,7 @@ Called by `imenu--generic-function'."
;; Type
(type//syntax (altRE "|" "&" "->" "All" "Ex" "Rec" "primitive" "\\$" "type"))
(type//checking (altRE ":" ":coerce" ":~" ":assume" ":of" ":cast" ":share"))
- (type//abstract (altRE "abstract:" ":abstraction" ":representation" "\\^:representation"))
+ (type//abstract (altRE "abstract:" ":abstraction" ":representation" ":transmutation" "\\^:representation"))
(type//unit (altRE "unit:" "scale:"))
(type//poly (altRE "poly:" "derived:"))
;; Data