aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/scopes_mapper.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/scopes_mapper.ts b/editors/code/src/scopes_mapper.ts
index 7056a8e24..dfb8bf217 100644
--- a/editors/code/src/scopes_mapper.ts
+++ b/editors/code/src/scopes_mapper.ts
@@ -58,7 +58,6 @@ export function load() {
58 .filter(([_, value]) => isString(value) || isArrayOfString(value)) 58 .filter(([_, value]) => isString(value) || isArrayOfString(value))
59 .reduce((list, [key, value]: [string, string | string[]]) => { 59 .reduce((list, [key, value]: [string, string | string[]]) => {
60 return list.set(key, isString(value) ? [value] : value); 60 return list.set(key, isString(value) ? [value] : value);
61
62 }, defaultMapping); 61 }, defaultMapping);
63 62
64} \ No newline at end of file 63} \ No newline at end of file