diff options
| author | Juan Linietsky | 2015-12-31 00:33:07 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-31 00:33:07 -0300 |
| commit | 335c52ba03ecbccd0c9af8f9278b69da09a3e931 (patch) | |
| tree | 5e4f5e2ea0d735228de7733e2fb689abbc2bc9c9 /modules/gdscript/gd_tokenizer.h | |
| parent | fd836cad270f7eb9645356cd583c8f11bf737b0f (diff) | |
| parent | ac13c8c0c6fc346462b21ee00139dddd2e4ec1e3 (diff) | |
| download | godot-335c52ba03ecbccd0c9af8f9278b69da09a3e931.tar.gz godot-335c52ba03ecbccd0c9af8f9278b69da09a3e931.tar.zst godot-335c52ba03ecbccd0c9af8f9278b69da09a3e931.zip | |
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
| -rw-r--r-- | modules/gdscript/gd_tokenizer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h index d6bd63c5b..96dd7ed20 100644 --- a/modules/gdscript/gd_tokenizer.h +++ b/modules/gdscript/gd_tokenizer.h @@ -95,6 +95,7 @@ public: TK_PR_FUNCTION, TK_PR_CLASS, TK_PR_EXTENDS, + TK_PR_ONREADY, TK_PR_TOOL, TK_PR_STATIC, TK_PR_EXPORT, @@ -105,6 +106,7 @@ public: TK_PR_ASSERT, TK_PR_YIELD, TK_PR_SIGNAL, + TK_PR_BREAKPOINT, TK_BRACKET_OPEN, TK_BRACKET_CLOSE, TK_CURLY_BRACKET_OPEN, |
