You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #3587 from akien-mga/pr-reserved-keyords
Fix missing comma
This commit is contained in:
@@ -2697,7 +2697,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||||||
"class",
|
"class",
|
||||||
"extends",
|
"extends",
|
||||||
"func",
|
"func",
|
||||||
"preload"
|
"preload",
|
||||||
"setget",
|
"setget",
|
||||||
"signal",
|
"signal",
|
||||||
"tool",
|
"tool",
|
||||||
|
|||||||
Reference in New Issue
Block a user