You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add a keyword for abstract classes in GDScript
Co-authored-by: Danil Alexeev <danil@alexeev.xyz>
This commit is contained in:
@@ -2747,6 +2747,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
||||
"when",
|
||||
"while",
|
||||
// Declarations.
|
||||
"abstract",
|
||||
"class",
|
||||
"class_name",
|
||||
"const",
|
||||
|
||||
Reference in New Issue
Block a user