mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 16:28:59 +00:00
GDScript: Document @warning_ignore_start and @warning_ignore_restore
This commit is contained in:
@@ -428,6 +428,8 @@ class GDScriptLexer(RegexLexer):
|
||||
"@static_unload",
|
||||
"@tool",
|
||||
"@warning_ignore",
|
||||
"@warning_ignore_restore",
|
||||
"@warning_ignore_start",
|
||||
),
|
||||
prefix=r"(?<!\.)",
|
||||
suffix=r"\b",
|
||||
|
||||
Reference in New Issue
Block a user