aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src')
-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({