mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +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';
|
import * as seedrandom_ from 'seedrandom';
|
||||||
const seedrandom = seedrandom_; // https://github.com/jvandemo/generator-angular2-library/issues/221#issuecomment-355945207
|
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 * as scopesMapper from './scopes_mapper';
|
||||||
|
|
||||||
import { Ctx } from './ctx';
|
import { Ctx } from './ctx';
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import * as vscode from 'vscode';
|
import * as vscode from 'vscode';
|
||||||
import { TextMateRuleSettings } from './scopes';
|
import { TextMateRuleSettings } from './load_theme_colors';
|
||||||
|
|
||||||
let mappings = new Map<string, string[]>();
|
let mappings = new Map<string, string[]>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue