highlight other keyword/builtin things

This commit is contained in:
Mark McGranaghan 2012-10-22 08:29:06 -04:00
parent e83d66772e
commit 02046938fa

View File

@ -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 */