mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Move matching brace to new Ctx
This commit is contained in:
parent
57df9bed70
commit
5dd9edaeaf
4 changed files with 35 additions and 32 deletions
|
@ -1,11 +1,11 @@
|
|||
import { Ctx, Cmd } from '../ctx'
|
||||
|
||||
import { analyzerStatus } from './analyzer_status';
|
||||
import { matchingBrace } from './matching_brace';
|
||||
import * as applySourceChange from './apply_source_change';
|
||||
import * as expandMacro from './expand_macro';
|
||||
import * as inlayHints from './inlay_hints';
|
||||
import * as joinLines from './join_lines';
|
||||
import * as matchingBrace from './matching_brace';
|
||||
import * as onEnter from './on_enter';
|
||||
import * as parentModule from './parent_module';
|
||||
import * as runnables from './runnables';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue