diff --git a/asset/style.scss b/asset/style.scss index 4afef4a7..6bb3adf7 100644 --- a/asset/style.scss +++ b/asset/style.scss @@ -477,6 +477,10 @@ footer { .codehilite .nl { color: $primary; } // keyword label (private: etc.) .codehilite .nt { color: $primary; } // json key +// Hack: Pygments isn't recognizing preprocessor directives, so just color the +// error like a keyword. +.codehilite .err { color: $primary; } + // On phone-size screens, shrink all of the text a bit. @media only screen and (max-width: 479px) { .content { diff --git a/book/command.markdown b/book/command.markdown index e5850828..f17e4efb 100644 --- a/book/command.markdown +++ b/book/command.markdown @@ -119,12 +119,12 @@ Now the input handling just delegates to those: