Fix typo.

This commit is contained in:
Seivan Heidari 2019-11-05 00:26:49 +01:00
parent ec82ca8391
commit 6012bbfc51

View File

@ -77,7 +77,7 @@ export class Highlighter {
console.log(' ');
console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
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(' ');
const color = new vscode.ThemeColor(fallBackTag);
const decor = vscode.window.createTextEditorDecorationType({