Fri, 21 Jun 2013 12:49:46 +0200
long words are correctly separated by non alpha numeric chars, underscore or hash + support for macro constants
3 | 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 | } | |
5
412f1896874b
support for keywords and types
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
10 | span.c2html-keyword { |
412f1896874b
support for keywords and types
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
11 | color: blue; |
412f1896874b
support for keywords and types
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
12 | } |
9
6b1fba10c4cb
long words are correctly separated by non alpha numeric chars, underscore or hash + support for macro constants
Mike Becker <universe@uap-core.de>
parents:
8
diff
changeset
|
13 | span.c2html-type, span.c2html-macroconst { |
5
412f1896874b
support for keywords and types
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
14 | color: cornflowerblue; |
412f1896874b
support for keywords and types
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
15 | } |
7 | 16 | span.c2html-directive { |
17 | color: green; | |
18 | } | |
19 | span.c2html-string { | |
20 | color: orange; | |
21 | } | |
8 | 22 | span.c2html-comment { |
23 | color: grey; | |
24 | } | |
3 | 25 | </style> |
26 | </head> | |
27 | <body> | |
28 |