mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
Highlight the @abstract annotation
This commit is contained in:
parent
44ccaf8d49
commit
002eeb08de
1 changed files with 5 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue