Skip to content

Commit 0464f2d

Browse files
committed
Add a code style for Bash.
1 parent ac7bc9d commit 0464f2d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

sass/_code.scss

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,40 @@
100100
.z-css.z-class {
101101
color: var(--color-code-string);
102102
}
103+
104+
.z-arguments.z-shell {
105+
color: var(--color-code-number);
106+
}
107+
108+
.z-for.z-shell {
109+
color: var(--color-code-bracket);
110+
}
111+
112+
.z-keyword.z-shell {
113+
color: var(--color-code-keyword);
114+
}
115+
116+
.z-keyword.z-conditional.z-patterns.z-shell,
117+
.z-keyword.z-operator.z-shell {
118+
color: var(--color-code-bracket);
119+
}
120+
121+
.z-meta.z-patterns.z-shell {
122+
color: var(--color-code-string);
123+
}
124+
125+
.z-punctuation.z-variable.z-shell {
126+
color: var(--color-code-property);
127+
}
128+
129+
.z-type.z-function.z-shell {
130+
color: var(--color-code-keyword);
131+
}
132+
133+
.z-variable.z-shell {
134+
color: var(--color-code-string);
135+
}
136+
137+
.z-variable.z-readwrite.z-shell {
138+
color: var(--color-code-bracket);
139+
}

0 commit comments

Comments
 (0)