diff options
Diffstat (limited to 'editors/code/src')
-rw-r--r-- | editors/code/src/highlighting.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index d440e77c7..2521dff62 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts | |||
@@ -28,7 +28,8 @@ export class Highlighter { | |||
28 | ['builtin', decor('#DD6718')], | 28 | ['builtin', decor('#DD6718')], |
29 | ['text', decor('#DCDCCC')], | 29 | ['text', decor('#DCDCCC')], |
30 | ['attribute', decor('#BFEBBF')], | 30 | ['attribute', decor('#BFEBBF')], |
31 | ['literal', decor('#DFAF8F')] | 31 | ['literal', decor('#DFAF8F')], |
32 | ['macro', decor('#DFAF8F')] | ||
32 | ]; | 33 | ]; |
33 | 34 | ||
34 | return new Map<string, vscode.TextEditorDecorationType>(decorations); | 35 | return new Map<string, vscode.TextEditorDecorationType>(decorations); |