mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
GDScript: Document abstract and variadic functions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user