aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-05-12 18:48:52 -0400
committerEduardo Julian2018-05-12 18:48:52 -0400
commit6717fc5e4aaf5986cd4f0d4ea1a12793188cbe9a (patch)
tree471ee5a4a585183b2fcb570c75277969b5953406 /lux-mode
parenta268b8e66fbb5ad51e053bbb9a334a6460602aed (diff)
- Implemented Deg(ree) reciprocal & conversions Deg<->Frac.
- Added an easy way to define aliases.
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 15c24490d..a254c1ad2 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -215,7 +215,7 @@ Called by `imenu--generic-function'."
"("
(regexp-opt
'(".module:"
- "def:" "type:" "macro:" "syntax:" "program:"
+ "def:" "type:" "macro:" "alias:" "syntax:" "program:"
"sig:" "struct:" "context:" "template:"
"class:" "interface:"
"poly:" "derived:"