aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_tokenizer.h
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_tokenizer.h
parent7924f08a6afc56bd2d3a116c91ad6383c4579051 (diff)
parente781a7e07ec7388deccd372899ecbea8af7b67f4 (diff)
downloadgodot-4261880c9402c1419cb211e10e974b662e37e03c.tar.gz
godot-4261880c9402c1419cb211e10e974b662e37e03c.tar.zst
godot-4261880c9402c1419cb211e10e974b662e37e03c.zip
Diffstat (limited to 'modules/gdscript/gd_tokenizer.h')
-rw-r--r--modules/gdscript/gd_tokenizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gd_tokenizer.h b/modules/gdscript/gd_tokenizer.h
index 18e5547d3..9a6f4df9c 100644
--- a/modules/gdscript/gd_tokenizer.h
+++ b/modules/gdscript/gd_tokenizer.h
@@ -92,6 +92,7 @@ public:
TK_CF_CONTINUE,
TK_CF_PASS,
TK_CF_RETURN,
+ TK_CF_MATCH,
TK_PR_FUNCTION,
TK_PR_CLASS,
TK_PR_EXTENDS,