diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/highlighting.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index ceddffe0e..d440e77c7 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts | |||
@@ -20,13 +20,6 @@ export class Highlighter { | |||
20 | [string, vscode.TextEditorDecorationType] | 20 | [string, vscode.TextEditorDecorationType] |
21 | > = [ | 21 | > = [ |
22 | ['background', decor('#3F3F3F')], | 22 | ['background', decor('#3F3F3F')], |
23 | [ | ||
24 | 'error', | ||
25 | vscode.window.createTextEditorDecorationType({ | ||
26 | borderColor: 'red', | ||
27 | borderStyle: 'none none dashed none' | ||
28 | }) | ||
29 | ], | ||
30 | ['comment', decor('#7F9F7F')], | 23 | ['comment', decor('#7F9F7F')], |
31 | ['string', decor('#CC9393')], | 24 | ['string', decor('#CC9393')], |
32 | ['keyword', decor('#F0DFAF')], | 25 | ['keyword', decor('#F0DFAF')], |