|
@@ -2186,7 +2186,7 @@ static void _find_identifiers(const GDScriptCompletionContext &p_context, bool p
|
|
"and", "in", "not", "or", "false", "PI", "TAU", "INF", "NAN", "self", "true", "as", "assert",
|
|
"and", "in", "not", "or", "false", "PI", "TAU", "INF", "NAN", "self", "true", "as", "assert",
|
|
"breakpoint", "class", "extends", "is", "func", "preload", "setget", "signal", "tool", "yield",
|
|
"breakpoint", "class", "extends", "is", "func", "preload", "setget", "signal", "tool", "yield",
|
|
"const", "enum", "export", "onready", "static", "var", "break", "continue", "if", "elif",
|
|
"const", "enum", "export", "onready", "static", "var", "break", "continue", "if", "elif",
|
|
- "else", "for", "pass", "return", "match", "while", "remote", "sync", "master", "puppet", "slave",
|
|
|
|
|
|
+ "else", "for", "pass", "return", "match", "while", "remote", "master", "puppet",
|
|
"remotesync", "mastersync", "puppetsync",
|
|
"remotesync", "mastersync", "puppetsync",
|
|
0
|
|
0
|
|
};
|
|
};
|