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:
parent
10c9e337cf
commit
ec5886a078
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue