mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Refactor show syntax tree action
This commit is contained in:
parent
ac3d0e8340
commit
ca5c59507f
8 changed files with 116 additions and 134 deletions
|
@ -5,10 +5,10 @@ import { matchingBrace } from './matching_brace';
|
|||
import { joinLines } from './join_lines';
|
||||
import { onEnter } from './on_enter';
|
||||
import { parentModule } from './parent_module';
|
||||
import { syntaxTree } from './syntax_tree';
|
||||
import * as expandMacro from './expand_macro';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
import * as runnables from './runnables';
|
||||
import * as syntaxTree from './syntaxTree';
|
||||
|
||||
function collectGarbage(ctx: Ctx): Cmd {
|
||||
return async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue