1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #67777 from aaronfranke/virtually-annotated

Add a keyword for abstract classes in GDScript
This commit is contained in:
Thaddeus Crews
2025-05-13 16:22:16 -05:00
17 changed files with 137 additions and 42 deletions

View File

@@ -2747,6 +2747,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
"when",
"while",
// Declarations.
"abstract",
"class",
"class_name",
"const",