aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSeivan Heidari <[email protected]>2019-11-04 23:26:49 +0000
committerSeivan Heidari <[email protected]>2019-11-04 23:26:49 +0000
commit6012bbfc514dd086f422afffa23f8713ccc09854 (patch)
tree18d3d534ff879cb9c0e9d9383a4cfcb5a3912dbe /editors
parentec82ca8391603edad974191ec839e2ad8a4234c0 (diff)
Fix typo.
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/highlighting.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts
index b184437fc..3f509e8ee 100644
--- a/editors/code/src/highlighting.ts
+++ b/editors/code/src/highlighting.ts
@@ -77,7 +77,7 @@ export class Highlighter {
77 console.log(' '); 77 console.log(' ');
78 console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:'); 78 console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
79 console.log(scopesMapper.find(tag)); 79 console.log(scopesMapper.find(tag));
80 console.log('Falling back to values defiend in: ' + fallBackTag); 80 console.log('Falling back to values defined in: ' + fallBackTag);
81 console.log(' '); 81 console.log(' ');
82 const color = new vscode.ThemeColor(fallBackTag); 82 const color = new vscode.ThemeColor(fallBackTag);
83 const decor = vscode.window.createTextEditorDecorationType({ 83 const decor = vscode.window.createTextEditorDecorationType({