Skip to content

Commit 2ce534a

Browse files
committed
Added a blue keyword. Refs #21.
1 parent 4a54927 commit 2ce534a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

haskell.css

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
.language-haskell mark.literal {
1010
color: darkgreen;
1111
}
12+
13+
.language-haskell mark.keyword {
14+
color: blue;
15+
}

0 commit comments

Comments
 (0)