Skip to content

Commit 6c1d92d

Browse files
committed
Rename file
1 parent 7c4d4e1 commit 6c1d92d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

editors/code/src/highlighting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as lc from 'vscode-languageclient';
33
import * as seedrandom_ from 'seedrandom';
44
const seedrandom = seedrandom_; // https://github.com/jvandemo/generator-angular2-library/issues/221#issuecomment-355945207
55

6-
import { loadThemeColors, TextMateRuleSettings } from './scopes';
6+
import { loadThemeColors, TextMateRuleSettings } from './load_theme_colors';
77
import * as scopesMapper from './scopes_mapper';
88

99
import { Ctx } from './ctx';
File renamed without changes.

editors/code/src/scopes_mapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as vscode from 'vscode';
2-
import { TextMateRuleSettings } from './scopes';
2+
import { TextMateRuleSettings } from './load_theme_colors';
33

44
let mappings = new Map<string, string[]>();
55

0 commit comments

Comments
 (0)