test/header.html

Sat, 25 Apr 2015 19:01:16 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 25 Apr 2015 19:01:16 +0200
changeset 28
1be8ea902ef4
parent 27
53fd8595378c
child 59
643a3ccecd61
permissions
-rw-r--r--

fixed string highlighting when different quote symbol is in string

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      span.c2html-lineno a {
        font-style: italic;
        text-decoration: none;
        color: grey;
      }
      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