From e781a7e07ec7388deccd372899ecbea8af7b67f4 Mon Sep 17 00:00:00 2001 From: Karroffel Date: Sun, 16 Oct 2016 13:20:28 +0200 Subject: pattern matcher: Implemented backend changed comments --- modules/gdscript/gd_script.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gd_script.cpp') 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 *p_words) const { "for", "pass", "return", + "match", "while", "remote", "sync", -- cgit v1.2.3