aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/highlighting.ts
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-17 20:09:44 +0000
committerVeetaha <[email protected]>2020-02-17 20:09:44 +0000
commit73799640481c269a5aad408c99a22592d914fb1b (patch)
tree34b52d00b37bf8ef00841ca955b1ba1b43403505 /editors/code/src/highlighting.ts
parent64755b5e1f68290a2518b0bbc2f0007f95cd2632 (diff)
vscode: press ; to respect semicolons
Diffstat (limited to 'editors/code/src/highlighting.ts')
-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 a2db04de8..c4d286aef 100644
--- a/editors/code/src/highlighting.ts
+++ b/editors/code/src/highlighting.ts
@@ -29,7 +29,7 @@ export function activateHighlighting(ctx: Ctx) {
29 highlighter.setHighlights(targetEditor, params.decorations); 29 highlighter.setHighlights(targetEditor, params.decorations);
30 }, 30 },
31 ); 31 );
32 }; 32 }
33 33
34 vscode.workspace.onDidChangeConfiguration( 34 vscode.workspace.onDidChangeConfiguration(
35 _ => highlighter.removeHighlights(), 35 _ => highlighter.removeHighlights(),