assistant: Add annotations to more languages (#15866)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-08-07 13:47:21 +02:00 committed by GitHub
parent 8aa1ba8cbc
commit 2db2b636f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 27 additions and 9 deletions

View file

@ -68,3 +68,5 @@
")" @context))))
]
) @item
(comment) @annotation

View file

@ -147,3 +147,5 @@
")" @context)))
]
(type_qualifier)? @context) @item
(comment) @annotation

View file

@ -1,3 +1,4 @@
(comment) @annotation
(type_declaration
"type" @context
(type_spec

View file

@ -71,3 +71,5 @@
)
)
) @item
(comment) @annotation

View file

@ -1,3 +1,5 @@
(decorator) @annotation
(class_definition
"class" @context
name: (identifier) @name

View file

@ -74,3 +74,5 @@
)
)
) @item
(comment) @annotation

View file

@ -74,3 +74,5 @@
)
)
) @item
(comment) @annotation