mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
GDScript: Replace abstract keyword with @abstract annotation
Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>
This commit is contained in:
parent
88b9932ce1
commit
1085200f51
31 changed files with 179 additions and 197 deletions
|
|
@ -1523,7 +1523,7 @@ static void _find_identifiers(const GDScriptParser::CompletionContext &p_context
|
|||
|
||||
static const char *_keywords_with_space[] = {
|
||||
"and", "not", "or", "in", "as", "class", "class_name", "extends", "is", "func", "signal", "await",
|
||||
"const", "enum", "abstract", "static", "var", "if", "elif", "else", "for", "match", "when", "while",
|
||||
"const", "enum", "static", "var", "if", "elif", "else", "for", "match", "when", "while",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue