aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/commands/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/commands/index.ts')
-rw-r--r--editors/code/src/commands/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/commands/index.ts b/editors/code/src/commands/index.ts
index ed56f5a4e..9d9b9c575 100644
--- a/editors/code/src/commands/index.ts
+++ b/editors/code/src/commands/index.ts
@@ -1,11 +1,11 @@
1import { Ctx, Cmd } from '../ctx' 1import { Ctx, Cmd } from '../ctx'
2 2
3import { analyzerStatus } from './analyzer_status'; 3import { analyzerStatus } from './analyzer_status';
4import { matchingBrace } from './matching_brace';
4import * as applySourceChange from './apply_source_change'; 5import * as applySourceChange from './apply_source_change';
5import * as expandMacro from './expand_macro'; 6import * as expandMacro from './expand_macro';
6import * as inlayHints from './inlay_hints'; 7import * as inlayHints from './inlay_hints';
7import * as joinLines from './join_lines'; 8import * as joinLines from './join_lines';
8import * as matchingBrace from './matching_brace';
9import * as onEnter from './on_enter'; 9import * as onEnter from './on_enter';
10import * as parentModule from './parent_module'; 10import * as parentModule from './parent_module';
11import * as runnables from './runnables'; 11import * as runnables from './runnables';