Merge pull request #3587 from akien-mga/pr-reserved-keyords
Fix missing comma
This commit is contained in:
commit
6ea0863ed3
1 changed files with 1 additions and 1 deletions
|
@ -2697,7 +2697,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||
"class",
|
||||
"extends",
|
||||
"func",
|
||||
"preload"
|
||||
"preload",
|
||||
"setget",
|
||||
"signal",
|
||||
"tool",
|
||||
|
|
Loading…
Reference in a new issue