test/header.html

Wed, 12 Jun 2013 14:48:50 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 12 Jun 2013 14:48:50 +0200
changeset 5
412f1896874b
parent 3
b7a6d546bd1d
child 7
02cf8ac736e6
permissions
-rw-r--r--

support for keywords and types

<!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 {
        color: cornflowerblue;
      }
    </style>
  </head>
  <body>

mercurial