rust: Add static items to the outline (#15225)

Fixes #15208
Release Notes:

- Outline panel for Rust files now includes static items.
This commit is contained in:
Piotr Osiewicz 2024-07-26 00:52:42 +02:00 committed by GitHub
parent 10c9e337cf
commit ec5886a078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,11 @@
"const" @context
name: (_) @name) @item
(static_item
(visibility_modifier)? @context
"static" @context
name: (_) @name) @item
(field_declaration
(visibility_modifier)? @context
name: (_) @name) @item