diff options
Diffstat (limited to 'editors/code/src/highlighting.ts')
-rw-r--r-- | editors/code/src/highlighting.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index d7c0ae131..e1b0d13e7 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts | |||
@@ -52,12 +52,12 @@ export class Highlighter { | |||
52 | decoration('function'), | 52 | decoration('function'), |
53 | decoration('parameter'), | 53 | decoration('parameter'), |
54 | decoration('constant'), | 54 | decoration('constant'), |
55 | decoration('type'), | 55 | decoration('type.builtin'), |
56 | decoration('type.self'), | ||
57 | decoration('type.generic'), | 56 | decoration('type.generic'), |
58 | decoration('type.param'), | ||
59 | decoration('type.lifetime'), | 57 | decoration('type.lifetime'), |
60 | decoration('builtin'), | 58 | decoration('type.param'), |
59 | decoration('type.self'), | ||
60 | decoration('type'), | ||
61 | decoration('text'), | 61 | decoration('text'), |
62 | decoration('attribute'), | 62 | decoration('attribute'), |
63 | decoration('literal'), | 63 | decoration('literal'), |