summaryrefslogtreecommitdiff
path: root/sci2jslex.py
diff options
context:
space:
mode:
Diffstat (limited to 'sci2jslex.py')
-rwxr-xr-xsci2jslex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci2jslex.py b/sci2jslex.py
index a2c332c3..e3c2f18f 100755
--- a/sci2jslex.py
+++ b/sci2jslex.py
@@ -32,6 +32,7 @@ SYNTAX_TOKENS = {
'if': 'IF',
'in': 'IN',
'job': 'JOB',
+ 'list': 'LIST',
'part': 'PART',
'resume': 'RESUME',
'return': 'RETURN',
@@ -147,7 +148,6 @@ FUNCTION_NAMES = {
'length',
'lines',
'linspace',
- 'list',
'log',
'lstsize',
'matrix',