Move matching brace to new Ctx

This commit is contained in:
Aleksey Kladov 2019-12-30 15:20:13 +01:00
parent 57df9bed70
commit 5dd9edaeaf
4 changed files with 35 additions and 32 deletions

View 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';