diff options
| author | John MacFarlane <[email protected]> | 2022-05-31 19:49:27 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-05-31 19:49:27 -0700 |
| commit | 9aff86143e12e22cec152fd08ec8b68ee75ccafa (patch) | |
| tree | 9c78efe97859e30e94ed4943d563e16a8d9ff41f /test/lhs-test.html+lhs | |
| parent | bd13077ce025266af30e43c4f29c5cf65b9c8217 (diff) | |
Require skylighting 0.12.3.1 and update tests.
Diffstat (limited to 'test/lhs-test.html+lhs')
| -rw-r--r-- | test/lhs-test.html+lhs | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
