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

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      span.c2html-lineno {
        font-style: italic;
        color: grey;
      }
      span.c2html-keyword {
        color: blue;
      }
      span.c2html-type, span.c2html-macroconst {
        color: cornflowerblue;
      }
      span.c2html-directive {
        color: green;
      }
      span.c2html-string {
        color: orange;
      }
      span.c2html-comment {
        color: grey;
      }
    </style>
  </head>
  <body>

mercurial