mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Rename file
This commit is contained in:
parent
7c4d4e113b
commit
6c1d92d6c5
3 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -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[]>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue