diff options
| author | Juan Linietsky | 2017-01-14 17:08:10 -0300 |
|---|---|---|
| committer | GitHub | 2017-01-14 17:08:10 -0300 |
| commit | 4261880c9402c1419cb211e10e974b662e37e03c (patch) | |
| tree | f7d42cf70e34a789120bb1aa15c5fbd358440b63 /modules/gdscript/gd_script.cpp | |
| parent | 7924f08a6afc56bd2d3a116c91ad6383c4579051 (diff) | |
| parent | e781a7e07ec7388deccd372899ecbea8af7b67f4 (diff) | |
| download | godot-4261880c9402c1419cb211e10e974b662e37e03c.tar.gz godot-4261880c9402c1419cb211e10e974b662e37e03c.tar.zst godot-4261880c9402c1419cb211e10e974b662e37e03c.zip | |
Diffstat (limited to 'modules/gdscript/gd_script.cpp')
| -rw-r--r-- | modules/gdscript/gd_script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_script.cpp b/modules/gdscript/gd_script.cpp index b216ef42b..d9a3dd13f 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -1938,6 +1938,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const { "for", "pass", "return", + "match", "while", "remote", "sync", |
