Skip to content

Commit 7dc1b88

Browse files
committed
Update the code stylesheet to support TypeScript code.
1 parent 8410604 commit 7dc1b88

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

sass/_code.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,20 @@
7979
.z-string {
8080
color: var(--color-code-string);
8181
}
82+
83+
.z-ts.z-meta {
84+
color: var(--color-code-bracket);
85+
}
86+
87+
.z-ts.z-expr,
88+
.z-ts.z-storage {
89+
color: var(--color-code-keyword);
90+
}
91+
92+
.z-ts.z-variable {
93+
color: var(--color-code-bracket);
94+
}
95+
96+
.z-ts.z-variable.z-property {
97+
color: var(--color-code-property);
98+
}

0 commit comments

Comments
 (0)