| Index: frog/scripts/token_info.py
|
| diff --git a/frog/scripts/token_info.py b/frog/scripts/token_info.py
|
| index 7dc6c4f789a150e8838f6456b370bf91da7e5831..11916a9c48d98eb6f389c7e6f8ddbe31f4edee0f 100644
|
| --- a/frog/scripts/token_info.py
|
| +++ b/frog/scripts/token_info.py
|
| @@ -169,6 +169,7 @@ keywords = [
|
| Keyword('ASSERT', "assert", True),
|
| Keyword('AWAIT', "await", False), # experimental feature
|
| Keyword('BREAK', "break", False),
|
| + Keyword('CALL', "call", True),
|
| Keyword('CASE', "case", False),
|
| Keyword('CATCH', "catch", False),
|
| Keyword('CLASS', "class", False),
|
|
|