GDScript: Document abstract and variadic functions

This commit is contained in:
Danil Alexeev
2025-06-15 10:34:49 +03:00
parent d316eacc22
commit 7a7ac7dc2d
3 changed files with 115 additions and 20 deletions

View File

@@ -324,6 +324,7 @@ class GDScriptLexer(RegexLexer):
"is_instance_of",
"len",
"load",
"ord",
"preload",
"print_debug",
"print_stack",
@@ -396,6 +397,7 @@ class GDScriptLexer(RegexLexer):
words(
(
# modules/gdscript/doc_classes/@GDScript.xml
"@abstract",
"@export",
"@export_category",
"@export_color_no_alpha",
@@ -404,6 +406,7 @@ class GDScriptLexer(RegexLexer):
"@export_enum",
"@export_exp_easing",
"@export_file",
"@export_file_path",
"@export_flags",
"@export_flags_2d_navigation",
"@export_flags_2d_physics",