Bayeux 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.hgrc +2 -0
- data/.rvmrc +27 -0
- data/Gemfile +42 -0
- data/Gemfile.lock +42 -0
- data/HISTORY +63 -0
- data/README.rdoc +19 -0
- data/Rakefile +89 -0
- data/VERSION +1 -0
- data/bib/Modules.bib +21 -0
- data/code/render/latex/active4d.render +132 -0
- data/code/render/latex/all_hallows_eve.render +96 -0
- data/code/render/latex/amy.render +171 -0
- data/code/render/latex/blackboard.render +111 -0
- data/code/render/latex/brilliance_black.render +552 -0
- data/code/render/latex/brilliance_dull.render +561 -0
- data/code/render/latex/cobalt.render +162 -0
- data/code/render/latex/dawn.render +126 -0
- data/code/render/latex/eiffel.render +132 -0
- data/code/render/latex/espresso_libre.render +123 -0
- data/code/render/latex/idle.render +93 -0
- data/code/render/latex/iplastic.render +99 -0
- data/code/render/latex/lazy.render +96 -0
- data/code/render/latex/mac_classic.render +135 -0
- data/code/render/latex/magicwb_amiga.render +117 -0
- data/code/render/latex/pastels_on_dark.render +204 -0
- data/code/render/latex/slush_poppies.render +123 -0
- data/code/render/latex/spacecadet.render +81 -0
- data/code/render/latex/sunburst.render +186 -0
- data/code/render/latex/twilight.render +153 -0
- data/code/render/latex/zenburnesque.render +126 -0
- data/code/render/old/txt2tags.render +131 -0
- data/code/render/xhtml/active4d.render +140 -0
- data/code/render/xhtml/all_hallows_eve.render +104 -0
- data/code/render/xhtml/amy.render +179 -0
- data/code/render/xhtml/blackboard.render +119 -0
- data/code/render/xhtml/brilliance_black.render +560 -0
- data/code/render/xhtml/brilliance_dull.render +569 -0
- data/code/render/xhtml/cobalt.render +170 -0
- data/code/render/xhtml/dawn.render +134 -0
- data/code/render/xhtml/eiffel.render +140 -0
- data/code/render/xhtml/espresso_libre.render +131 -0
- data/code/render/xhtml/files/css/active4d.css +114 -0
- data/code/render/xhtml/files/css/all_hallows_eve.css +72 -0
- data/code/render/xhtml/files/css/amy.css +147 -0
- data/code/render/xhtml/files/css/blackboard.css +88 -0
- data/code/render/xhtml/files/css/brilliance_black.css +605 -0
- data/code/render/xhtml/files/css/brilliance_dull.css +599 -0
- data/code/render/xhtml/files/css/cobalt.css +149 -0
- data/code/render/xhtml/files/css/dawn.css +121 -0
- data/code/render/xhtml/files/css/eiffel.css +121 -0
- data/code/render/xhtml/files/css/espresso_libre.css +109 -0
- data/code/render/xhtml/files/css/idle.css +62 -0
- data/code/render/xhtml/files/css/iplastic.css +80 -0
- data/code/render/xhtml/files/css/lazy.css +73 -0
- data/code/render/xhtml/files/css/mac_classic.css +123 -0
- data/code/render/xhtml/files/css/magicwb_amiga.css +104 -0
- data/code/render/xhtml/files/css/pastels_on_dark.css +188 -0
- data/code/render/xhtml/files/css/slush_poppies.css +85 -0
- data/code/render/xhtml/files/css/spacecadet.css +51 -0
- data/code/render/xhtml/files/css/sunburst.css +180 -0
- data/code/render/xhtml/files/css/twilight.css +137 -0
- data/code/render/xhtml/files/css/zenburnesque.css +91 -0
- data/code/render/xhtml/idle.render +101 -0
- data/code/render/xhtml/iplastic.render +107 -0
- data/code/render/xhtml/lazy.render +104 -0
- data/code/render/xhtml/mac_classic.render +143 -0
- data/code/render/xhtml/magicwb_amiga.render +125 -0
- data/code/render/xhtml/pastels_on_dark.render +212 -0
- data/code/render/xhtml/slush_poppies.render +131 -0
- data/code/render/xhtml/spacecadet.render +89 -0
- data/code/render/xhtml/sunburst.render +194 -0
- data/code/render/xhtml/twilight.render +161 -0
- data/code/render/xhtml/zenburnesque.render +134 -0
- data/code/syntax/actionscript.syntax +97 -0
- data/code/syntax/active4d.syntax +276 -0
- data/code/syntax/active4d_html.syntax +311 -0
- data/code/syntax/active4d_ini.syntax +50 -0
- data/code/syntax/active4d_library.syntax +21 -0
- data/code/syntax/ada.syntax +33 -0
- data/code/syntax/antlr.syntax +151 -0
- data/code/syntax/apache.syntax +191 -0
- data/code/syntax/applescript.syntax +384 -0
- data/code/syntax/asp.syntax +70 -0
- data/code/syntax/asp_vb.net.syntax +129 -0
- data/code/syntax/bibtex.syntax +151 -0
- data/code/syntax/blog_html.syntax +41 -0
- data/code/syntax/blog_markdown.syntax +42 -0
- data/code/syntax/blog_text.syntax +27 -0
- data/code/syntax/blog_textile.syntax +27 -0
- data/code/syntax/build.syntax +53 -0
- data/code/syntax/bulletin_board.syntax +287 -0
- data/code/syntax/cake.syntax +55 -0
- data/code/syntax/camlp4.syntax +36 -0
- data/code/syntax/cm.syntax +32 -0
- data/code/syntax/coldfusion.syntax +119 -0
- data/code/syntax/context_free.syntax +176 -0
- data/code/syntax/cs.syntax +59 -0
- data/code/syntax/css.syntax +195 -0
- data/code/syntax/css_experimental.syntax +1925 -0
- data/code/syntax/csv.syntax +68 -0
- data/code/syntax/d.syntax +142 -0
- data/code/syntax/diff.syntax +81 -0
- data/code/syntax/dokuwiki.syntax +204 -0
- data/code/syntax/dot.syntax +47 -0
- data/code/syntax/doxygen.syntax +43 -0
- data/code/syntax/dylan.syntax +62 -0
- data/code/syntax/eiffel.syntax +78 -0
- data/code/syntax/erlang.syntax +922 -0
- data/code/syntax/f-script.syntax +80 -0
- data/code/syntax/fortran.syntax +141 -0
- data/code/syntax/fxscript.syntax +142 -0
- data/code/syntax/greasemonkey.syntax +34 -0
- data/code/syntax/gri.syntax +83 -0
- data/code/syntax/groovy.syntax +191 -0
- data/code/syntax/gtd.syntax +22 -0
- data/code/syntax/gtdalt.syntax +143 -0
- data/code/syntax/haml.syntax +88 -0
- data/code/syntax/haskell.syntax +88 -0
- data/code/syntax/html-asp.syntax +27 -0
- data/code/syntax/html.syntax +362 -0
- data/code/syntax/html_django.syntax +36 -0
- data/code/syntax/html_for_asp.net.syntax +424 -0
- data/code/syntax/html_mason.syntax +119 -0
- data/code/syntax/html_rails.syntax +40 -0
- data/code/syntax/html_tcl.syntax +26 -0
- data/code/syntax/icalendar.syntax +32 -0
- data/code/syntax/inform.syntax +48 -0
- data/code/syntax/ini.syntax +55 -0
- data/code/syntax/installer_distribution_script.syntax +77 -0
- data/code/syntax/io.syntax +81 -0
- data/code/syntax/java.syntax +211 -0
- data/code/syntax/javaproperties.syntax +20 -0
- data/code/syntax/javascript.syntax +256 -0
- data/code/syntax/javascript_+_prototype.syntax +72 -0
- data/code/syntax/javascript_+_prototype_bracketed.syntax +140 -0
- data/code/syntax/jquery_javascript.syntax +114 -0
- data/code/syntax/json.syntax +136 -0
- data/code/syntax/languagedefinition.syntax +708 -0
- data/code/syntax/latex.syntax +566 -0
- data/code/syntax/latex_beamer.syntax +41 -0
- data/code/syntax/latex_log.syntax +50 -0
- data/code/syntax/latex_memoir.syntax +64 -0
- data/code/syntax/lexflex.syntax +219 -0
- data/code/syntax/lighttpd.syntax +54 -0
- data/code/syntax/lilypond.syntax +492 -0
- data/code/syntax/lisp.syntax +61 -0
- data/code/syntax/literate_haskell.syntax +24 -0
- data/code/syntax/logo.syntax +29 -0
- data/code/syntax/logtalk.syntax +152 -0
- data/code/syntax/lua.syntax +86 -0
- data/code/syntax/m.syntax +142 -0
- data/code/syntax/macports_portfile.syntax +163 -0
- data/code/syntax/makefile.syntax +36 -0
- data/code/syntax/man.syntax +17 -0
- data/code/syntax/mediawiki.syntax +567 -0
- data/code/syntax/mips.syntax +66 -0
- data/code/syntax/mod_perl.syntax +50 -0
- data/code/syntax/modula-3.syntax +47 -0
- data/code/syntax/moinmoin.syntax +189 -0
- data/code/syntax/mootools.syntax +572 -0
- data/code/syntax/movable_type.syntax +162 -0
- data/code/syntax/multimarkdown.syntax +39 -0
- data/code/syntax/objective-c++.syntax +18 -0
- data/code/syntax/objective-c.syntax +233 -0
- data/code/syntax/ocaml.syntax +764 -0
- data/code/syntax/ocamllex.syntax +167 -0
- data/code/syntax/ocamlyacc.syntax +184 -0
- data/code/syntax/opengl.syntax +14 -0
- data/code/syntax/pascal.syntax +77 -0
- data/code/syntax/perl.syntax +1115 -0
- data/code/syntax/plain_text.syntax +32 -0
- data/code/syntax/postscript.syntax +114 -0
- data/code/syntax/processing.syntax +106 -0
- data/code/syntax/prolog.syntax +40 -0
- data/code/syntax/property_list.syntax +635 -0
- data/code/syntax/python.syntax +868 -0
- data/code/syntax/python_django.syntax +21 -0
- data/code/syntax/qmake_project.syntax +114 -0
- data/code/syntax/qt_c++.syntax +26 -0
- data/code/syntax/quake3_config.syntax +32 -0
- data/code/syntax/r.syntax +81 -0
- data/code/syntax/r_console.syntax +16 -0
- data/code/syntax/ragel.syntax +201 -0
- data/code/syntax/rd_r_documentation.syntax +91 -0
- data/code/syntax/regexp.syntax +50 -0
- data/code/syntax/release_notes.syntax +46 -0
- data/code/syntax/remind.syntax +253 -0
- data/code/syntax/restructuredtext.syntax +250 -0
- data/code/syntax/rez.syntax +80 -0
- data/code/syntax/ruby.syntax +1035 -0
- data/code/syntax/ruby_experimental.syntax +145 -0
- data/code/syntax/ruby_on_rails.syntax +88 -0
- data/code/syntax/s5.syntax +69 -0
- data/code/syntax/scheme.syntax +347 -0
- data/code/syntax/scilab.syntax +41 -0
- data/code/syntax/setext.syntax +147 -0
- data/code/syntax/shell-unix-generic.syntax +384 -0
- data/code/syntax/slate.syntax +149 -0
- data/code/syntax/sql.syntax +237 -0
- data/code/syntax/sql_rails.syntax +18 -0
- data/code/syntax/ssh-config.syntax +33 -0
- data/code/syntax/standard_ml.syntax +121 -0
- data/code/syntax/strings_file.syntax +39 -0
- data/code/syntax/subversion_commit_message.syntax +36 -0
- data/code/syntax/sweave.syntax +84 -0
- data/code/syntax/swig.syntax +57 -0
- data/code/syntax/tcl.syntax +152 -0
- data/code/syntax/template_toolkit.syntax +121 -0
- data/code/syntax/tex.syntax +86 -0
- data/code/syntax/tex_math.syntax +49 -0
- data/code/syntax/textile.syntax +215 -0
- data/code/syntax/tsv.syntax +50 -0
- data/code/syntax/twiki.syntax +241 -0
- data/code/syntax/txt2tags.syntax +79 -0
- data/code/syntax/vectorscript.syntax +57 -0
- data/code/syntax/xhtml_1.0.syntax +4027 -0
- data/code/syntax/xml.syntax +180 -0
- data/code/syntax/xml_strict.syntax +92 -0
- data/code/syntax/xsl.syntax +60 -0
- data/code/syntax/yaml.syntax +160 -0
- data/code/syntax/yui_javascript.syntax +176 -0
- data/lib/bayeux/bayeux.rb +727 -0
- data/lib/bayeux/html_gen.rb +506 -0
- data/lib/bayeux/latex_gen.rb +333 -0
- data/lib/bayeux/para_block.rb +201 -0
- data/lib/bayeux/text_gen.rb +307 -0
- data/lib/bayeux/tree_walker.rb +166 -0
- data/lib/filters/bayeux.rb +44 -0
- data/lib/filters/pandoc.rb +23 -0
- data/lib/filters/section_id.rb +105 -0
- data/lib/helpers/breadcrumbs.rb +64 -0
- data/lib/helpers/site_toc.rb +11 -0
- data/lib/lib/uv.rb +92 -0
- data/lib/lib/uv/render_processor.rb +146 -0
- data/lib/lib/uv/utility.rb +67 -0
- data/lib/refs/Doc_Blocks.rb +2 -0
- data/lib/refs/References.rb +104 -0
- metadata +415 -0
@@ -0,0 +1,149 @@
|
|
1
|
+
pre.cobalt .BlockQuote {
|
2
|
+
background-color: #004480;
|
3
|
+
}
|
4
|
+
pre.cobalt .DiffInserted {
|
5
|
+
background-color: #154F00;
|
6
|
+
color: #F8F8F8;
|
7
|
+
}
|
8
|
+
pre.cobalt .DiffHeader {
|
9
|
+
background-color: #000E1A;
|
10
|
+
color: #F8F8F8;
|
11
|
+
}
|
12
|
+
pre.cobalt .CssPropertyValue {
|
13
|
+
color: #F6F080;
|
14
|
+
}
|
15
|
+
pre.cobalt .CCPreprocessorDirective {
|
16
|
+
color: #AFC4DB;
|
17
|
+
}
|
18
|
+
pre.cobalt .Constant {
|
19
|
+
color: #FF628C;
|
20
|
+
}
|
21
|
+
pre.cobalt .List {
|
22
|
+
background-color: #130D26;
|
23
|
+
}
|
24
|
+
pre.cobalt .DiffChanged {
|
25
|
+
background-color: #806F00;
|
26
|
+
color: #F8F8F8;
|
27
|
+
}
|
28
|
+
pre.cobalt .EmbeddedSource {
|
29
|
+
background-color: #223545;
|
30
|
+
color: #FFFFFF;
|
31
|
+
}
|
32
|
+
pre.cobalt .Support {
|
33
|
+
color: #80FFBB;
|
34
|
+
}
|
35
|
+
pre.cobalt .Punctuation {
|
36
|
+
color: #E1EFFF;
|
37
|
+
}
|
38
|
+
pre.cobalt .RawMarkup {
|
39
|
+
background-color: #74B9D3;
|
40
|
+
}
|
41
|
+
pre.cobalt .CssConstructorArgument {
|
42
|
+
color: #EB939A;
|
43
|
+
}
|
44
|
+
pre.cobalt .LangVariable {
|
45
|
+
color: #FF80E1;
|
46
|
+
}
|
47
|
+
pre.cobalt .Storage {
|
48
|
+
color: #FFEE80;
|
49
|
+
}
|
50
|
+
pre.cobalt .line-numbers {
|
51
|
+
background-color: #B36539;
|
52
|
+
color: #000000;
|
53
|
+
}
|
54
|
+
pre.cobalt .CssClass {
|
55
|
+
color: #5FE461;
|
56
|
+
}
|
57
|
+
pre.cobalt .StringConstant {
|
58
|
+
color: #80FF82;
|
59
|
+
}
|
60
|
+
pre.cobalt .CssAtRule {
|
61
|
+
color: #F6AA11;
|
62
|
+
}
|
63
|
+
pre.cobalt .BoldMarkup {
|
64
|
+
font-weight: bold;
|
65
|
+
color: #C1AFFF;
|
66
|
+
}
|
67
|
+
pre.cobalt .CssTagName {
|
68
|
+
color: #9EFFFF;
|
69
|
+
}
|
70
|
+
pre.cobalt .Exception {
|
71
|
+
color: #FF1E00;
|
72
|
+
}
|
73
|
+
pre.cobalt .SupportConstant {
|
74
|
+
color: #EB939A;
|
75
|
+
}
|
76
|
+
pre.cobalt .ItalicMarkup {
|
77
|
+
color: #B8FFD9;
|
78
|
+
font-style: italic;
|
79
|
+
}
|
80
|
+
pre.cobalt .DiffDeleted {
|
81
|
+
background-color: #4C0900;
|
82
|
+
color: #F8F8F8;
|
83
|
+
}
|
84
|
+
pre.cobalt .CCPreprocessorLine {
|
85
|
+
color: #8996A8;
|
86
|
+
}
|
87
|
+
pre.cobalt .SupportFunction {
|
88
|
+
color: #FFB054;
|
89
|
+
}
|
90
|
+
pre.cobalt .CssAdditionalConstants {
|
91
|
+
color: #EDF080;
|
92
|
+
}
|
93
|
+
pre.cobalt .MetaTagA {
|
94
|
+
color: #9EFFFF;
|
95
|
+
}
|
96
|
+
pre.cobalt .StringRegexp {
|
97
|
+
color: #80FFC2;
|
98
|
+
}
|
99
|
+
pre.cobalt .StringEmbeddedSource {
|
100
|
+
color: #9EFF80;
|
101
|
+
}
|
102
|
+
pre.cobalt .EntityInheritedClass {
|
103
|
+
color: #80FCFF;
|
104
|
+
font-style: italic;
|
105
|
+
}
|
106
|
+
pre.cobalt .FunctionCall {
|
107
|
+
color: #FFEE80;
|
108
|
+
}
|
109
|
+
pre.cobalt {
|
110
|
+
background-color: #002240;
|
111
|
+
color: #FFFFFF;
|
112
|
+
}
|
113
|
+
pre.cobalt .CssId {
|
114
|
+
color: #FFB454;
|
115
|
+
}
|
116
|
+
pre.cobalt .StringVariable {
|
117
|
+
color: #EDEF7D;
|
118
|
+
}
|
119
|
+
pre.cobalt .Invalid {
|
120
|
+
background-color: #800F00;
|
121
|
+
color: #F8F8F8;
|
122
|
+
}
|
123
|
+
pre.cobalt .String {
|
124
|
+
color: #3AD900;
|
125
|
+
}
|
126
|
+
pre.cobalt .Keyword {
|
127
|
+
color: #FF9D00;
|
128
|
+
}
|
129
|
+
pre.cobalt .HeadingMarkup {
|
130
|
+
font-weight: bold;
|
131
|
+
background-color: #001221;
|
132
|
+
color: #C8E4FD;
|
133
|
+
}
|
134
|
+
pre.cobalt .CssPropertyName {
|
135
|
+
color: #9DF39F;
|
136
|
+
}
|
137
|
+
pre.cobalt .DoctypeXmlProcessing {
|
138
|
+
color: #73817D;
|
139
|
+
}
|
140
|
+
pre.cobalt .Variable {
|
141
|
+
color: #CCCCCC;
|
142
|
+
}
|
143
|
+
pre.cobalt .Comment {
|
144
|
+
color: #0088FF;
|
145
|
+
font-style: italic;
|
146
|
+
}
|
147
|
+
pre.cobalt .Entity {
|
148
|
+
color: #FFDD00;
|
149
|
+
}
|
@@ -0,0 +1,121 @@
|
|
1
|
+
pre.dawn .MetaSeparator {
|
2
|
+
font-weight: bold;
|
3
|
+
background-color: #DCDCDC;
|
4
|
+
color: #19356D;
|
5
|
+
}
|
6
|
+
pre.dawn .SupportVariable {
|
7
|
+
color: #234A97;
|
8
|
+
}
|
9
|
+
pre.dawn .Constant {
|
10
|
+
font-weight: bold;
|
11
|
+
color: #811F24;
|
12
|
+
}
|
13
|
+
pre.dawn .EmbeddedSource {
|
14
|
+
background-color: #829AC2;
|
15
|
+
}
|
16
|
+
pre.dawn .StringRegexpConstantCharacterEscape {
|
17
|
+
font-weight: bold;
|
18
|
+
color: #811F24;
|
19
|
+
}
|
20
|
+
pre.dawn .Support {
|
21
|
+
color: #691C97;
|
22
|
+
}
|
23
|
+
pre.dawn .MarkupList {
|
24
|
+
color: #693A17;
|
25
|
+
}
|
26
|
+
pre.dawn .Storage {
|
27
|
+
color: #A71D5D;
|
28
|
+
font-style: italic;
|
29
|
+
}
|
30
|
+
pre.dawn .line-numbers {
|
31
|
+
background-color: #7496CF;
|
32
|
+
color: #000000;
|
33
|
+
}
|
34
|
+
pre.dawn .StringConstant {
|
35
|
+
font-weight: bold;
|
36
|
+
color: #696969;
|
37
|
+
}
|
38
|
+
pre.dawn .MarkupUnderline {
|
39
|
+
text-decoration: underline;
|
40
|
+
color: #080808;
|
41
|
+
}
|
42
|
+
pre.dawn .MarkupHeading {
|
43
|
+
font-weight: bold;
|
44
|
+
color: #19356D;
|
45
|
+
}
|
46
|
+
pre.dawn .SupportConstant {
|
47
|
+
color: #B4371F;
|
48
|
+
}
|
49
|
+
pre.dawn .MarkupQuote {
|
50
|
+
background-color: #C5C5C5;
|
51
|
+
color: #0B6125;
|
52
|
+
font-style: italic;
|
53
|
+
}
|
54
|
+
pre.dawn .StringRegexpSpecial {
|
55
|
+
font-weight: bold;
|
56
|
+
color: #CF5628;
|
57
|
+
}
|
58
|
+
pre.dawn .InvalidIllegal {
|
59
|
+
background-color: #B52A1D;
|
60
|
+
color: #F8F8F8;
|
61
|
+
font-style: italic;
|
62
|
+
}
|
63
|
+
pre.dawn .MarkupDeleted {
|
64
|
+
color: #B52A1D;
|
65
|
+
}
|
66
|
+
pre.dawn .MarkupRaw {
|
67
|
+
background-color: #C5C5C5;
|
68
|
+
color: #234A97;
|
69
|
+
}
|
70
|
+
pre.dawn .SupportFunction {
|
71
|
+
color: #693A17;
|
72
|
+
}
|
73
|
+
pre.dawn .PunctuationSeparator {
|
74
|
+
color: #794938;
|
75
|
+
}
|
76
|
+
pre.dawn .StringRegexp {
|
77
|
+
color: #CF5628;
|
78
|
+
}
|
79
|
+
pre.dawn .StringEmbeddedSource {
|
80
|
+
background-color: #829AC2;
|
81
|
+
color: #080808;
|
82
|
+
}
|
83
|
+
pre.dawn .MarkupLink {
|
84
|
+
color: #234A97;
|
85
|
+
font-style: italic;
|
86
|
+
}
|
87
|
+
pre.dawn .MarkupBold {
|
88
|
+
font-weight: bold;
|
89
|
+
color: #080808;
|
90
|
+
}
|
91
|
+
pre.dawn .StringVariable {
|
92
|
+
color: #234A97;
|
93
|
+
}
|
94
|
+
pre.dawn .String {
|
95
|
+
color: #0B6125;
|
96
|
+
}
|
97
|
+
pre.dawn .Keyword {
|
98
|
+
color: #794938;
|
99
|
+
}
|
100
|
+
pre.dawn {
|
101
|
+
background-color: #F5F5F5;
|
102
|
+
color: #080808;
|
103
|
+
}
|
104
|
+
pre.dawn .MarkupItalic {
|
105
|
+
color: #080808;
|
106
|
+
font-style: italic;
|
107
|
+
}
|
108
|
+
pre.dawn .InvalidDeprecated {
|
109
|
+
font-weight: bold;
|
110
|
+
color: #B52A1D;
|
111
|
+
}
|
112
|
+
pre.dawn .Variable {
|
113
|
+
color: #234A97;
|
114
|
+
}
|
115
|
+
pre.dawn .Entity {
|
116
|
+
color: #BF4F24;
|
117
|
+
}
|
118
|
+
pre.dawn .Comment {
|
119
|
+
color: #5A525F;
|
120
|
+
font-style: italic;
|
121
|
+
}
|
@@ -0,0 +1,121 @@
|
|
1
|
+
pre.eiffel .EmbeddedSource {
|
2
|
+
background-color: #6597F6;
|
3
|
+
}
|
4
|
+
pre.eiffel .LibraryObject {
|
5
|
+
font-weight: bold;
|
6
|
+
color: #6D79DE;
|
7
|
+
}
|
8
|
+
pre.eiffel .Section {
|
9
|
+
font-style: italic;
|
10
|
+
}
|
11
|
+
pre.eiffel .FunctionArgumentAndResultTypes {
|
12
|
+
color: #70727E;
|
13
|
+
}
|
14
|
+
pre.eiffel .TypeName {
|
15
|
+
font-style: italic;
|
16
|
+
}
|
17
|
+
pre.eiffel .Number {
|
18
|
+
color: #CD0000;
|
19
|
+
font-style: italic;
|
20
|
+
}
|
21
|
+
pre.eiffel .MarkupList {
|
22
|
+
color: #B90690;
|
23
|
+
}
|
24
|
+
pre.eiffel .MarkupTagAttribute {
|
25
|
+
font-style: italic;
|
26
|
+
}
|
27
|
+
pre.eiffel .LibraryVariable {
|
28
|
+
font-weight: bold;
|
29
|
+
color: #21439C;
|
30
|
+
}
|
31
|
+
pre.eiffel .line-numbers {
|
32
|
+
background-color: #C3DCFF;
|
33
|
+
color: #000000;
|
34
|
+
}
|
35
|
+
pre.eiffel .FunctionParameter {
|
36
|
+
font-style: italic;
|
37
|
+
}
|
38
|
+
pre.eiffel .MarkupTag {
|
39
|
+
color: #1C02FF;
|
40
|
+
}
|
41
|
+
pre.eiffel {
|
42
|
+
background-color: #FFFFFF;
|
43
|
+
color: #000000;
|
44
|
+
}
|
45
|
+
pre.eiffel .MarkupHeading {
|
46
|
+
font-weight: bold;
|
47
|
+
color: #0C07FF;
|
48
|
+
}
|
49
|
+
pre.eiffel .JsOperator {
|
50
|
+
color: #687687;
|
51
|
+
}
|
52
|
+
pre.eiffel .InheritedClassName {
|
53
|
+
font-style: italic;
|
54
|
+
}
|
55
|
+
pre.eiffel .StringInterpolation {
|
56
|
+
color: #26B31A;
|
57
|
+
}
|
58
|
+
pre.eiffel .MarkupQuote {
|
59
|
+
color: #000000;
|
60
|
+
font-style: italic;
|
61
|
+
}
|
62
|
+
pre.eiffel .MarkupNameOfTag {
|
63
|
+
font-weight: bold;
|
64
|
+
}
|
65
|
+
pre.eiffel .InvalidTrailingWhitespace {
|
66
|
+
background-color: #FFD0D0;
|
67
|
+
}
|
68
|
+
pre.eiffel .LibraryConstant {
|
69
|
+
font-weight: bold;
|
70
|
+
color: #06960E;
|
71
|
+
}
|
72
|
+
pre.eiffel .MarkupXmlDeclaration {
|
73
|
+
color: #68685B;
|
74
|
+
}
|
75
|
+
pre.eiffel .PreprocessorDirective {
|
76
|
+
font-weight: bold;
|
77
|
+
color: #0C450D;
|
78
|
+
}
|
79
|
+
pre.eiffel .BuiltInConstant {
|
80
|
+
color: #585CF6;
|
81
|
+
font-style: italic;
|
82
|
+
}
|
83
|
+
pre.eiffel .MarkupDtd {
|
84
|
+
font-style: italic;
|
85
|
+
}
|
86
|
+
pre.eiffel .Invalid {
|
87
|
+
background-color: #990000;
|
88
|
+
color: #FFFFFF;
|
89
|
+
}
|
90
|
+
pre.eiffel .LibraryFunction {
|
91
|
+
font-weight: bold;
|
92
|
+
color: #3C4C72;
|
93
|
+
}
|
94
|
+
pre.eiffel .String {
|
95
|
+
color: #D80800;
|
96
|
+
}
|
97
|
+
pre.eiffel .UserDefinedConstant {
|
98
|
+
color: #C5060B;
|
99
|
+
font-style: italic;
|
100
|
+
}
|
101
|
+
pre.eiffel .Keyword {
|
102
|
+
font-weight: bold;
|
103
|
+
color: #0100B6;
|
104
|
+
}
|
105
|
+
pre.eiffel .MarkupDoctype {
|
106
|
+
color: #888888;
|
107
|
+
}
|
108
|
+
pre.eiffel .FunctionName {
|
109
|
+
font-weight: bold;
|
110
|
+
color: #0000A2;
|
111
|
+
}
|
112
|
+
pre.eiffel .PreprocessorLine {
|
113
|
+
color: #1A921C;
|
114
|
+
}
|
115
|
+
pre.eiffel .Variable {
|
116
|
+
color: #0206FF;
|
117
|
+
font-style: italic;
|
118
|
+
}
|
119
|
+
pre.eiffel .Comment {
|
120
|
+
color: #00B418;
|
121
|
+
}
|
@@ -0,0 +1,109 @@
|
|
1
|
+
pre.espresso_libre .EmbeddedSource {
|
2
|
+
background-color: #CE9065;
|
3
|
+
}
|
4
|
+
pre.espresso_libre .LibraryObject {
|
5
|
+
font-weight: bold;
|
6
|
+
color: #6D79DE;
|
7
|
+
}
|
8
|
+
pre.espresso_libre .Section {
|
9
|
+
font-style: italic;
|
10
|
+
}
|
11
|
+
pre.espresso_libre .FunctionArgumentAndResultTypes {
|
12
|
+
color: #8B8E9C;
|
13
|
+
}
|
14
|
+
pre.espresso_libre .TypeName {
|
15
|
+
text-decoration: underline;
|
16
|
+
}
|
17
|
+
pre.espresso_libre .Number {
|
18
|
+
color: #44AA43;
|
19
|
+
}
|
20
|
+
pre.espresso_libre {
|
21
|
+
background-color: #2A211C;
|
22
|
+
color: #BDAE9D;
|
23
|
+
}
|
24
|
+
pre.espresso_libre .MarkupTagAttribute {
|
25
|
+
font-style: italic;
|
26
|
+
}
|
27
|
+
pre.espresso_libre .LibraryVariable {
|
28
|
+
font-weight: bold;
|
29
|
+
color: #2F5FE0;
|
30
|
+
}
|
31
|
+
pre.espresso_libre .line-numbers {
|
32
|
+
background-color: #C3DCFF;
|
33
|
+
color: #000000;
|
34
|
+
}
|
35
|
+
pre.espresso_libre .FunctionParameter {
|
36
|
+
font-style: italic;
|
37
|
+
}
|
38
|
+
pre.espresso_libre .MarkupTag {
|
39
|
+
color: #43A8ED;
|
40
|
+
}
|
41
|
+
pre.espresso_libre .JsOperator {
|
42
|
+
color: #687687;
|
43
|
+
}
|
44
|
+
pre.espresso_libre .InheritedClassName {
|
45
|
+
font-style: italic;
|
46
|
+
}
|
47
|
+
pre.espresso_libre .StringInterpolation {
|
48
|
+
color: #2FE420;
|
49
|
+
}
|
50
|
+
pre.espresso_libre .MarkupNameOfTag {
|
51
|
+
font-weight: bold;
|
52
|
+
}
|
53
|
+
pre.espresso_libre .InvalidTrailingWhitespace {
|
54
|
+
background-color: #FFD0D0;
|
55
|
+
}
|
56
|
+
pre.espresso_libre .LibraryConstant {
|
57
|
+
font-weight: bold;
|
58
|
+
color: #00AF0E;
|
59
|
+
}
|
60
|
+
pre.espresso_libre .MarkupXmlDeclaration {
|
61
|
+
color: #8F7E65;
|
62
|
+
}
|
63
|
+
pre.espresso_libre .PreprocessorDirective {
|
64
|
+
font-weight: bold;
|
65
|
+
color: #9AFF87;
|
66
|
+
}
|
67
|
+
pre.espresso_libre .BuiltInConstant {
|
68
|
+
font-weight: bold;
|
69
|
+
color: #585CF6;
|
70
|
+
}
|
71
|
+
pre.espresso_libre .MarkupDtd {
|
72
|
+
font-style: italic;
|
73
|
+
}
|
74
|
+
pre.espresso_libre .Invalid {
|
75
|
+
background-color: #990000;
|
76
|
+
color: #FFFFFF;
|
77
|
+
}
|
78
|
+
pre.espresso_libre .LibraryFunction {
|
79
|
+
font-weight: bold;
|
80
|
+
color: #7290D9;
|
81
|
+
}
|
82
|
+
pre.espresso_libre .String {
|
83
|
+
color: #049B0A;
|
84
|
+
}
|
85
|
+
pre.espresso_libre .UserDefinedConstant {
|
86
|
+
font-weight: bold;
|
87
|
+
color: #C5656B;
|
88
|
+
}
|
89
|
+
pre.espresso_libre .Keyword {
|
90
|
+
font-weight: bold;
|
91
|
+
color: #43A8ED;
|
92
|
+
}
|
93
|
+
pre.espresso_libre .MarkupDoctype {
|
94
|
+
color: #888888;
|
95
|
+
}
|
96
|
+
pre.espresso_libre .FunctionName {
|
97
|
+
font-weight: bold;
|
98
|
+
color: #FF9358;
|
99
|
+
}
|
100
|
+
pre.espresso_libre .PreprocessorLine {
|
101
|
+
color: #1A921C;
|
102
|
+
}
|
103
|
+
pre.espresso_libre .Variable {
|
104
|
+
color: #318495;
|
105
|
+
}
|
106
|
+
pre.espresso_libre .Comment {
|
107
|
+
color: #0066FF;
|
108
|
+
font-style: italic;
|
109
|
+
}
|