mirror of
https://github.com/godotengine/godot.git
synced 2025-04-07 00:44:24 +08:00
Merge pull request #3587 from akien-mga/pr-reserved-keyords
Fix missing comma
This commit is contained in:
commit
6ea0863ed3
@ -2697,7 +2697,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
||||
"class",
|
||||
"extends",
|
||||
"func",
|
||||
"preload"
|
||||
"preload",
|
||||
"setget",
|
||||
"signal",
|
||||
"tool",
|
||||
|
Loading…
x
Reference in New Issue
Block a user