diff options
| author | Fabio Alessandrelli | 2018-05-26 10:30:36 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-05-26 10:49:33 +0200 |
| commit | a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3 (patch) | |
| tree | cd65d4c6371f3e202bce72ce883a15e9bfcd29a5 /modules/gdscript/gdscript_tokenizer.h | |
| parent | 19ba3d5da3ad00907d80c6d8774bf835af4f3f4a (diff) | |
| download | godot-a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3.tar.gz godot-a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3.tar.zst godot-a5e8a3be5e0ed2e7c6b1a9cc5803d96391b180f3.zip | |
Diffstat (limited to 'modules/gdscript/gdscript_tokenizer.h')
| -rw-r--r-- | modules/gdscript/gdscript_tokenizer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_tokenizer.h b/modules/gdscript/gdscript_tokenizer.h index b020c8519..c4f1f9fd9 100644 --- a/modules/gdscript/gdscript_tokenizer.h +++ b/modules/gdscript/gdscript_tokenizer.h @@ -115,6 +115,9 @@ public: TK_PR_SYNC, TK_PR_MASTER, TK_PR_SLAVE, + TK_PR_REMOTESYNC, + TK_PR_MASTERSYNC, + TK_PR_SLAVESYNC, TK_BRACKET_OPEN, TK_BRACKET_CLOSE, TK_CURLY_BRACKET_OPEN, |
