test/header.html

changeset 13
fe74bf2d5f27
parent 10
925172e535a9
child 27
53fd8595378c
--- a/test/header.html	Wed Jul 10 13:45:26 2013 +0200
+++ b/test/header.html	Wed Jul 10 13:54:15 2013 +0200
@@ -10,9 +10,31 @@
       span.c2html-keyword {
         color: blue;
       }
+      span.c2html-macroconst {
+        color: cornflowerblue;
+      }
       span.c2html-type {
         color: cornflowerblue;
       }
+      span.c2html-directive {
+        color: green;
+      }
+      span.c2html-string {
+        color: darkorange;
+      }
+      span.c2html-comment {
+        color: grey;
+      }
+      span.c2html-stdinclude {
+        color: darkorange;
+      }
+      span.c2html-userinclude {
+        color: darkorange;
+      }
+      a.c2html-userinclude {
+        color: darkorange;
+        text-decoration: underline;
+      }
     </style>
   </head>
   <body>

mercurial