mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Fix typo.
This commit is contained in:
parent
ec82ca8391
commit
6012bbfc51
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export class Highlighter {
|
||||||
console.log(' ');
|
console.log(' ');
|
||||||
console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
|
console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
|
||||||
console.log(scopesMapper.find(tag));
|
console.log(scopesMapper.find(tag));
|
||||||
console.log('Falling back to values defiend in: ' + fallBackTag);
|
console.log('Falling back to values defined in: ' + fallBackTag);
|
||||||
console.log(' ');
|
console.log(' ');
|
||||||
const color = new vscode.ThemeColor(fallBackTag);
|
const color = new vscode.ThemeColor(fallBackTag);
|
||||||
const decor = vscode.window.createTextEditorDecorationType({
|
const decor = vscode.window.createTextEditorDecorationType({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue