diff options
| author | Karroffel | 2016-10-16 13:20:28 +0200 |
|---|---|---|
| committer | karroffel | 2017-01-11 04:40:28 +0100 |
| commit | e781a7e07ec7388deccd372899ecbea8af7b67f4 (patch) | |
| tree | d3a999554c027d8b443a91c7d9fcc6960228a134 /modules/gdscript/gd_script.cpp | |
| parent | d445f0639fa9eccc44f1f9c153108f9e90981077 (diff) | |
| download | godot-e781a7e07ec7388deccd372899ecbea8af7b67f4.tar.gz godot-e781a7e07ec7388deccd372899ecbea8af7b67f4.tar.zst godot-e781a7e07ec7388deccd372899ecbea8af7b67f4.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 0ea10950d..4c2064a5a 100644 --- a/modules/gdscript/gd_script.cpp +++ b/modules/gdscript/gd_script.cpp @@ -1894,6 +1894,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const { "for", "pass", "return", + "match", "while", "remote", "sync", |
