From 701cad823deaf887478f5b3b0095d5e732ed1da9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 22 Jan 2019 20:15:37 -0400 Subject: - WIP: Expansion of CSS machinery. - Expansion of l10n/i18n machinery. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode/lux-mode.el') 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 -- cgit v1.2.3