diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/highlighting.ts | 2 | ||||
-rw-r--r-- | editors/code/src/load_theme_colors.ts (renamed from editors/code/src/scopes.ts) | 0 | ||||
-rw-r--r-- | editors/code/src/scopes_mapper.ts | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index 5e9cbe0de..e97eb086a 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts | |||
@@ -3,7 +3,7 @@ import * as lc from 'vscode-languageclient'; | |||
3 | import * as seedrandom_ from 'seedrandom'; | 3 | import * as seedrandom_ from 'seedrandom'; |
4 | const seedrandom = seedrandom_; // https://github.com/jvandemo/generator-angular2-library/issues/221#issuecomment-355945207 | 4 | const seedrandom = seedrandom_; // https://github.com/jvandemo/generator-angular2-library/issues/221#issuecomment-355945207 |
5 | 5 | ||
6 | import { loadThemeColors, TextMateRuleSettings } from './scopes'; | 6 | import { loadThemeColors, TextMateRuleSettings } from './load_theme_colors'; |
7 | import * as scopesMapper from './scopes_mapper'; | 7 | import * as scopesMapper from './scopes_mapper'; |
8 | 8 | ||
9 | import { Ctx } from './ctx'; | 9 | import { Ctx } from './ctx'; |
diff --git a/editors/code/src/scopes.ts b/editors/code/src/load_theme_colors.ts index 73fabbf54..73fabbf54 100644 --- a/editors/code/src/scopes.ts +++ b/editors/code/src/load_theme_colors.ts | |||
diff --git a/editors/code/src/scopes_mapper.ts b/editors/code/src/scopes_mapper.ts index e738fa239..1295ab476 100644 --- a/editors/code/src/scopes_mapper.ts +++ b/editors/code/src/scopes_mapper.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import * as vscode from 'vscode'; | 1 | import * as vscode from 'vscode'; |
2 | import { TextMateRuleSettings } from './scopes'; | 2 | import { TextMateRuleSettings } from './load_theme_colors'; |
3 | 3 | ||
4 | let mappings = new Map<string, string[]>(); | 4 | let mappings = new Map<string, string[]>(); |
5 | 5 | ||