From 02046938fa6c7be3530684740801ad96ff1efee2 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 22 Oct 2012 08:29:06 -0400 Subject: [PATCH] highlight other keyword/builtin things --- templates/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/site.css b/templates/site.css index bbe6329..a798934 100644 --- a/templates/site.css +++ b/templates/site.css @@ -142,6 +142,7 @@ body .hll { background-color: #ffffcc } body .err { border: 1px solid #FF0000 } /* Error */ body .c { color: #408080; font-style: italic } /* Comment */ body .k { color: #954121 } /* Keyword */ +body .n { color: #954121 } /* Keyword */ body .o { color: #666666 } /* Operator */ body .cm { color: #408080; font-style: italic } /* Comment.Multiline */ body .cp { color: #BC7A00 } /* Comment.Preproc */