]> git.lizzy.rs Git - rust.git/blobdiff - editors/code/src/commands/index.ts
Move matching brace to new Ctx
[rust.git] / editors / code / src / commands / index.ts
index ed56f5a4e380e5d60c738db414b76ce15360f7fa..9d9b9c5754994360a550f99483a1d908b96d3d26 100644 (file)
@@ -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';