diff options
| author | Seivan Heidari <seivan.heidari@icloud.com> | 2019-11-05 00:26:49 +0100 |
|---|---|---|
| committer | Seivan Heidari <seivan.heidari@icloud.com> | 2019-11-05 00:26:49 +0100 |
| commit | 6012bbfc514dd086f422afffa23f8713ccc09854 (patch) | |
| tree | 18d3d534ff879cb9c0e9d9383a4cfcb5a3912dbe /editors/code/src | |
| parent | ec82ca8391603edad974191ec839e2ad8a4234c0 (diff) | |
| download | rust-6012bbfc514dd086f422afffa23f8713ccc09854.tar.gz rust-6012bbfc514dd086f422afffa23f8713ccc09854.zip | |
Fix typo.
Diffstat (limited to 'editors/code/src')
| -rw-r--r-- | editors/code/src/highlighting.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index b184437fc95..3f509e8ee2a 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts @@ -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({ |
