summaryrefslogtreecommitdiff
path: root/sci2jslex.py
diff options
context:
space:
mode:
Diffstat (limited to 'sci2jslex.py')
-rwxr-xr-xsci2jslex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci2jslex.py b/sci2jslex.py
index 74f0ef0d..473a44ba 100755
--- a/sci2jslex.py
+++ b/sci2jslex.py
@@ -48,6 +48,7 @@ syntaxtokens = {
predefinedvariables = {
'f': 'PREVAR_BOOLEAN',
+ 'e': 'PREVAR_FLOAT',
'i': 'PREVAR_COMPLEX',
'pi': 'PREVAR_FLOAT',
't': 'PREVAR_BOOLEAN',