From 9aff86143e12e22cec152fd08ec8b68ee75ccafa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 31 May 2022 19:49:27 -0700 Subject: Require skylighting 0.12.3.1 and update tests. --- test/lhs-test.html+lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lhs-test.html+lhs') diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index 7198397d8..32e0baf4d 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -190,7 +190,7 @@ code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ code span.at { color: #7d9029; } /* Attribute */ code span.bn { color: #40a070; } /* BaseN */ - code span.bu { } /* BuiltIn */ + code span.bu { color: #008000; } /* BuiltIn */ code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ code span.ch { color: #4070a0; } /* Char */ code span.cn { color: #880000; } /* Constant */ @@ -203,7 +203,7 @@ code span.ex { } /* Extension */ code span.fl { color: #40a070; } /* Float */ code span.fu { color: #06287e; } /* Function */ - code span.im { } /* Import */ + code span.im { color: #008000; font-weight: bold; } /* Import */ code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ code span.kw { color: #007020; font-weight: bold; } /* Keyword */ code span.op { color: #666666; } /* Operator */ -- cgit v1.2.3