summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2016-10-16 13:20:28 +0200
committerkarroffel <therzog@mail.de>2017-01-11 04:40:28 +0100
commite781a7e07ec7388deccd372899ecbea8af7b67f4 (patch)
treed3a999554c027d8b443a91c7d9fcc6960228a134 /modules/gdscript/gd_script.cpp
parentd445f0639fa9eccc44f1f9c153108f9e90981077 (diff)
pattern matcher: Implemented backend
changed comments
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 0ea10950df..4c2064a5ab 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",