mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
WIP: Use a different approach to codegen outline
This commit is contained in:
parent
d9c08de58a
commit
53c25690f9
1 changed files with 6 additions and 0 deletions
6
crates/zed/src/languages/rust/summary.scm
Normal file
6
crates/zed/src/languages/rust/summary.scm
Normal file
|
@ -0,0 +1,6 @@
|
|||
(function_item
|
||||
body: (block
|
||||
"{" @keep
|
||||
"}" @keep) @collapse)
|
||||
|
||||
(use_declaration) @collapse
|
Loading…
Reference in a new issue