diff options
author | Eduardo Julian | 2021-07-31 02:36:42 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-07-31 02:36:42 -0400 |
commit | fa320d22d0d7888feddcabe43a2bc9f1e0335032 (patch) | |
tree | d003de8e7e1d5fafadde4e02e37efd111c269411 /lux-mode | |
parent | 9f039e8a0a09e0278547d697efa018cd3fd68672 (diff) |
Yet more renamings.
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 84896f3e5..2f5d197e7 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -325,7 +325,7 @@ Called by `imenu--generic-function'." (control//logic (altRE "and" "or")) (control//contract (altRE "pre" "post")) ;; Type - (type//syntax (altRE "|" "&" "->" "All" "Ex" "Rec" "primitive" "\\$" "type")) + (type//syntax (altRE "|" "&" "->" "All" "Ex" "Rec" "primitive" "type")) (type//checking (altRE ":" ":as" ":let" ":~" ":assume" ":of" ":cast" ":sharing" ":by_example" ":hole")) (type//abstract (altRE "abstract:" ":abstraction" ":representation" ":transmutation" "\\^:representation")) (type//unit (altRE "unit:" "scale:")) |