mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
; generated from
|
||||
; - godot commit: fb10e67fef
|
||||
; - https://github.com/godotengine/godot/blob/fb10e67fef/doc/classes
|
||||
; - https://github.com/godotengine/godot/blob/fb10e67fef/doc/classes/@GlobalScope.xml
|
||||
; - https://github.com/godotengine/godot/blob/fb10e67fef/modules/gdscript/doc_classes/@GDScript.xml
|
||||
; - godot commit: ebc36a7225
|
||||
; - https://github.com/godotengine/godot/blob/ebc36a7225/doc/classes
|
||||
; - https://github.com/godotengine/godot/blob/ebc36a7225/doc/classes/@GlobalScope.xml
|
||||
; - https://github.com/godotengine/godot/blob/ebc36a7225/modules/gdscript/doc_classes/@GDScript.xml
|
||||
; Built-in Annotations
|
||||
((annotation
|
||||
"@" @attribute
|
||||
(identifier) @attribute)
|
||||
(#any-of? @attribute
|
||||
; from modules/gdscript/doc_classes/@GDScript.xml
|
||||
"abstract"
|
||||
"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_flags_2d_physics" "export_flags_2d_render" "export_flags_3d_navigation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue