Highlight the @abstract annotation

This commit is contained in:
Riad 2025-12-07 06:43:01 +01:00
parent 44ccaf8d49
commit 002eeb08de

View file

@ -248,16 +248,17 @@
; Builtins ; Builtins
; generated from ; generated from
; - godot commit: fb10e67fef ; - godot commit: ebc36a7225
; - https://github.com/godotengine/godot/blob/fb10e67fef/doc/classes ; - https://github.com/godotengine/godot/blob/ebc36a7225/doc/classes
; - https://github.com/godotengine/godot/blob/fb10e67fef/doc/classes/@GlobalScope.xml ; - https://github.com/godotengine/godot/blob/ebc36a7225/doc/classes/@GlobalScope.xml
; - https://github.com/godotengine/godot/blob/fb10e67fef/modules/gdscript/doc_classes/@GDScript.xml ; - https://github.com/godotengine/godot/blob/ebc36a7225/modules/gdscript/doc_classes/@GDScript.xml
; Built-in Annotations ; Built-in Annotations
((annotation ((annotation
"@" @attribute "@" @attribute
(identifier) @attribute) (identifier) @attribute)
(#any-of? @attribute (#any-of? @attribute
; from modules/gdscript/doc_classes/@GDScript.xml ; from modules/gdscript/doc_classes/@GDScript.xml
"abstract"
"export" "export_category" "export_color_no_alpha" "export_custom" "export_dir" "export_enum" "export" "export_category" "export_color_no_alpha" "export_custom" "export_dir" "export_enum"
"export_exp_easing" "export_file" "export_flags" "export_flags_2d_navigation" "export_exp_easing" "export_file" "export_flags" "export_flags_2d_navigation"
"export_flags_2d_physics" "export_flags_2d_render" "export_flags_3d_navigation" "export_flags_2d_physics" "export_flags_2d_render" "export_flags_3d_navigation"