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…
Add table
Add a link
Reference in a new issue