diff options
author | Sunil Shetye | 2018-07-02 18:39:11 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-02 18:43:19 +0530 |
commit | 468de187d0ad59613aa73384976b58b78200ae43 (patch) | |
tree | a303e66b756cd295231a13b44638693f28dc1761 /sci2jslex.py | |
parent | 6e5e34e21b744cf956b18c7a233aa62b1f08efe5 (diff) | |
download | sci2js-468de187d0ad59613aa73384976b58b78200ae43.tar.gz sci2js-468de187d0ad59613aa73384976b58b78200ae43.tar.bz2 sci2js-468de187d0ad59613aa73384976b58b78200ae43.zip |
support gettext
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 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', |