| Index: frog/scripts/token_info.py
|
| ===================================================================
|
| --- frog/scripts/token_info.py (revision 2594)
|
| +++ frog/scripts/token_info.py (working copy)
|
| @@ -171,13 +171,13 @@
|
| Keyword('BREAK', "break", False),
|
| Keyword('CASE', "case", False),
|
| Keyword('CATCH', "catch", False),
|
| - Keyword('CLASS', "class", True),
|
| + Keyword('CLASS', "class", False),
|
| Keyword('CONST', "const", False),
|
| Keyword('CONTINUE', "continue", False),
|
| Keyword('DEFAULT', "default", False),
|
| Keyword('DO', "do", False),
|
| Keyword('ELSE', "else", False),
|
| - Keyword('EXTENDS', "extends", True),
|
| + Keyword('EXTENDS', "extends", False),
|
| Keyword('FACTORY', "factory", True),
|
| Keyword('FALSE', "false", False),
|
| Keyword('FINAL', "final", False),
|
|
|