mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
pattern matcher: Implemented backend
changed comments
This commit is contained in:
parent
d445f0639f
commit
e781a7e07e
4 changed files with 375 additions and 289 deletions
|
|
@ -1894,6 +1894,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
|||
"for",
|
||||
"pass",
|
||||
"return",
|
||||
"match",
|
||||
"while",
|
||||
"remote",
|
||||
"sync",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue