Skip to content

Commit df3caf8

Browse files
committed
Color keys in TOML snippets as properties.
1 parent 2ff167d commit df3caf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/_code.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,7 @@
141141
.z-variable.z-readwrite.z-shell {
142142
color: var(--color-code-bracket);
143143
}
144+
145+
.z-entity.z-name.z-toml {
146+
color: var(--color-code-property);
147+
}

0 commit comments

Comments
 (0)