aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/scopes_mapper.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src/scopes_mapper.ts')
-rw-r--r--editors/code/src/scopes_mapper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/scopes_mapper.ts b/editors/code/src/scopes_mapper.ts
index e738fa239..1295ab476 100644
--- a/editors/code/src/scopes_mapper.ts
+++ b/editors/code/src/scopes_mapper.ts
@@ -1,5 +1,5 @@
1import * as vscode from 'vscode'; 1import * as vscode from 'vscode';
2import { TextMateRuleSettings } from './scopes'; 2import { TextMateRuleSettings } from './load_theme_colors';
3 3
4let mappings = new Map<string, string[]>(); 4let mappings = new Map<string, string[]>();
5 5