GDScript: Document @warning_ignore_start and @warning_ignore_restore

This commit is contained in:
Danil Alexeev
2024-12-23 23:58:46 +03:00
parent 5eebe5f1fa
commit d610bfdf23
2 changed files with 13 additions and 5 deletions
+2
View File
@@ -428,6 +428,8 @@ class GDScriptLexer(RegexLexer):
"@static_unload",
"@tool",
"@warning_ignore",
"@warning_ignore_restore",
"@warning_ignore_start",
),
prefix=r"(?<!\.)",
suffix=r"\b",