From 468de187d0ad59613aa73384976b58b78200ae43 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 18:39:11 +0530 Subject: support gettext --- sci2jslex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci2jslex.py') 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', -- cgit