Skip to content

Commit bf060be

Browse files
i0pr1m3QingWei-Li
authored andcommitted
fix: Update vue.styl (#634)
CSS style for functions is specified in buble.styl only. Thus, for example, bash commands from prism-bash.js (function section) are not highlighted. You can add a new CSS style with the right color you think fits better :).
1 parent b329e1e commit bf060be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/vue.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ body
159159
.token.attr-value, .token.control, .token.directive, .token.unit
160160
color var(--theme-color, $color-primary)
161161

162-
.token.keyword
162+
.token.keyword, .token.function
163163
color #e96900
164164

165165
.token.statement, .token.regex, .token.atrule

0 commit comments

Comments
 (0)