test/header.html

Fri, 21 Jun 2013 12:49:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 21 Jun 2013 12:49:46 +0200
changeset 9
6b1fba10c4cb
parent 8
417cd3b29f97
child 10
925172e535a9
permissions
-rw-r--r--

long words are correctly separated by non alpha numeric chars, underscore or hash + support for macro constants

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>c2html</title>
     5     <style type="text/css">
     6       span.c2html-lineno {
     7         font-style: italic;
     8         color: grey;
     9       }
    10       span.c2html-keyword {
    11         color: blue;
    12       }
    13       span.c2html-type, span.c2html-macroconst {
    14         color: cornflowerblue;
    15       }
    16       span.c2html-directive {
    17         color: green;
    18       }
    19       span.c2html-string {
    20         color: orange;
    21       }
    22       span.c2html-comment {
    23         color: grey;
    24       }
    25     </style>
    26   </head>
    27   <body>

mercurial