diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index ca19d3758..98844d106 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -378,7 +378,7 @@ Called by `imenu--generic-function'." (type//checking (altRE ":" ":as" ":let" ":~" ":expected" ":of" ":sharing" ":by_example" ":hole")) (type//abstract (altRE "abstract:" ":abstraction" ":representation" ":transmutation" "\\^:representation")) (type//unit (altRE "unit:" "scale:")) - (type//poly (altRE "poly:" "derived:")) + (type//poly (altRE "poly:")) (type//dynamic (altRE ":dynamic" "/.:static")) (type//capability (altRE "capability:")) ;; Data |