Rename file

This commit is contained in:
Aleksey Kladov 2019-12-31 09:41:16 +01:00
parent 7c4d4e113b
commit 6c1d92d6c5
3 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import * as lc from 'vscode-languageclient';
import * as seedrandom_ from 'seedrandom';
const seedrandom = seedrandom_; // https://github.com/jvandemo/generator-angular2-library/issues/221#issuecomment-355945207
import { loadThemeColors, TextMateRuleSettings } from './scopes';
import { loadThemeColors, TextMateRuleSettings } from './load_theme_colors';
import * as scopesMapper from './scopes_mapper';
import { Ctx } from './ctx';

View file

@ -1,5 +1,5 @@
import * as vscode from 'vscode';
import { TextMateRuleSettings } from './scopes';
import { TextMateRuleSettings } from './load_theme_colors';
let mappings = new Map<string, string[]>();