Skip to content

Commit 2ff167d

Browse files
committed
Color Bash function calls as --color-code-function.
1 parent fe2f3f7 commit 2ff167d

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
@@ -134,6 +134,10 @@
134134
color: var(--color-code-string);
135135
}
136136

137+
.z-variable.z-function.z-shell {
138+
color: var(--color-code-function);
139+
}
140+
137141
.z-variable.z-readwrite.z-shell {
138142
color: var(--color-code-bracket);
139143
}

0 commit comments

Comments
 (0)