aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-14 17:08:10 -0300
committerGitHub2017-01-14 17:08:10 -0300
commit4261880c9402c1419cb211e10e974b662e37e03c (patch)
treef7d42cf70e34a789120bb1aa15c5fbd358440b63 /modules/gdscript/gd_script.cpp
parent7924f08a6afc56bd2d3a116c91ad6383c4579051 (diff)
parente781a7e07ec7388deccd372899ecbea8af7b67f4 (diff)
downloadgodot-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.cpp1
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",