From: Mischa POSLAWSKY Date: Wed, 24 Nov 2021 23:51:05 +0000 (+0100) Subject: source: highlight preprocessor code like statements X-Git-Tag: v1.13~76 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/94952046ef8b8676384fb294ecc6fc50dccc3d6b source: highlight preprocessor code like statements Identify @media parts in css. --- diff --git a/source.plp b/source.plp index 43fddb6..9c18320 100644 --- a/source.plp +++ b/source.plp @@ -99,6 +99,7 @@ else { Statement => 'strong', Error => 'em', Todo => 'em', + PreProc => 'strong', ); say '
';