diff options
| author | Juan Linietsky | 2017-01-14 17:08:10 -0300 |
|---|---|---|
| committer | GitHub | 2017-01-14 17:08:10 -0300 |
| commit | 4261880c9402c1419cb211e10e974b662e37e03c (patch) | |
| tree | f7d42cf70e34a789120bb1aa15c5fbd358440b63 /modules/gdscript/gd_tokenizer.h | |
| parent | 7924f08a6afc56bd2d3a116c91ad6383c4579051 (diff) | |
| parent | e781a7e07ec7388deccd372899ecbea8af7b67f4 (diff) | |
| download | godot-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.h | 1 |
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, |
