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 e3c2f18f..16f60e4d 100755
--- a/sci2jslex.py
+++ b/sci2jslex.py
@@ -29,6 +29,7 @@ SYNTAX_TOKENS = {
'endfunction': 'ENDFUNCTION',
'for': 'FOR',
'function': 'FUNCTION',
+ 'gettext': 'GETTEXT',
'if': 'IF',
'in': 'IN',
'job': 'JOB',
@@ -129,7 +130,6 @@ FUNCTION_NAMES = {
'get_click',
'getmethod',
'getos',
- 'gettext',
'getvalue',
'gsort',
'hidetoolbar',