aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_tokenizer.h
diff options
context:
space:
mode:
authorFabio Alessandrelli2018-05-26 10:30:36 +0200
committerFabio Alessandrelli2018-05-29 20:26:41 +0200
commit8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8 (patch)
tree0668016861a01e0858cb96364e97a2fad2f7efb1 /modules/gdscript/gdscript_tokenizer.h
parent4524153b6ece766e496d7b9c1a4f9216ea9e34cc (diff)
downloadgodot-8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8.tar.gz
godot-8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8.tar.zst
godot-8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8.zip
Diffstat (limited to 'modules/gdscript/gdscript_tokenizer.h')
-rw-r--r--modules/gdscript/gdscript_tokenizer.h3
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,