aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/highlighting.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/highlighting.ts')
-rw-r--r--editors/code/src/highlighting.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts
index b34e49c17..77b4a1a68 100644
--- a/editors/code/src/highlighting.ts
+++ b/editors/code/src/highlighting.ts
@@ -3,7 +3,8 @@ import * as lc from 'vscode-languageclient';
3 3
4import { ColorTheme, TextMateRuleSettings } from './color_theme'; 4import { ColorTheme, TextMateRuleSettings } from './color_theme';
5 5
6import { Ctx, sendRequestWithRetry } from './ctx'; 6import { Ctx } from './ctx';
7import { sendRequestWithRetry } from './util';
7 8
8export function activateHighlighting(ctx: Ctx) { 9export function activateHighlighting(ctx: Ctx) {
9 const highlighter = new Highlighter(ctx); 10 const highlighter = new Highlighter(ctx);