GDScript: Document match pattern guards

This commit is contained in:
Danil Alexeev
2023-09-29 14:28:44 +03:00
parent 40aa2a7592
commit da3f1a1275
2 changed files with 33 additions and 7 deletions
+1
View File
@@ -176,6 +176,7 @@ class GDScriptLexer(RegexLexer):
"match",
"pass",
"return",
"when",
"while",
),
suffix=r"\b",