diff options
Diffstat (limited to 'sci2jslex.py')
-rwxr-xr-x | sci2jslex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci2jslex.py b/sci2jslex.py index 6fc60027..ad184e5c 100755 --- a/sci2jslex.py +++ b/sci2jslex.py @@ -39,6 +39,7 @@ SYNTAX_TOKENS = { 'return': 'RETURN', 'scicos_getvalue': 'SCICOS_GETVALUE', 'select': 'SELECT', + 'standard_define': 'STANDARD_DEFINE', 'string': 'STRING', 'then': 'THEN', 'try': 'TRY', @@ -185,7 +186,6 @@ UNKNOWN_FUNCTION_NAMES = { 'size', 'splin', 'sqrt', - 'standard_define', 'standard_origin', 'strcat', 'strindex', |