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

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

mercurial