diff options
author | Eduardo Julian | 2021-09-13 20:51:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-13 20:51:08 -0400 |
commit | 6eb57a31fd2647626ef301b827c9a99ef0f2a484 (patch) | |
tree | 429c2962b69a686319bb9e1305fb10906c28d861 /lux-mode | |
parent | c19b19a2d48c3937bae72982cbb88b78d21b3891 (diff) |
Re-named "primitive" to "Primitive".
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 78a93a19d..c0053a673 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -359,7 +359,7 @@ Called by `imenu--generic-function'." (type//syntax (altRE "Union" "Or" "Variant" "Tuple" "And" "Record" "Rec" - "primitive" "->" + "Primitive" "->" "All" "Ex" "Interface" "type")) |