diff options
Diffstat (limited to 'editors/code/src/highlighting.ts')
-rw-r--r-- | editors/code/src/highlighting.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index 52a0bd4bb..f3ed66365 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts | |||
@@ -56,6 +56,7 @@ export class Highlighter { | |||
56 | colorContrib('literal'), | 56 | colorContrib('literal'), |
57 | colorContrib('macro'), | 57 | colorContrib('macro'), |
58 | colorContrib('variable'), | 58 | colorContrib('variable'), |
59 | colorContrib('variable.mut'), | ||
59 | colorContrib('field'), | 60 | colorContrib('field'), |
60 | colorContrib('module') | 61 | colorContrib('module') |
61 | ]; | 62 | ]; |