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,91 @@
|
|
1
|
+
pre.zenburnesque .InheritedClass {
|
2
|
+
}
|
3
|
+
pre.zenburnesque .TypeName {
|
4
|
+
color: #F09040;
|
5
|
+
}
|
6
|
+
pre.zenburnesque .FloatingPointPrefixOperators {
|
7
|
+
text-decoration: underline;
|
8
|
+
}
|
9
|
+
pre.zenburnesque .Number {
|
10
|
+
color: #22C0FF;
|
11
|
+
}
|
12
|
+
pre.zenburnesque .Directive {
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
pre.zenburnesque .LibraryVariable {
|
16
|
+
}
|
17
|
+
pre.zenburnesque .Storage {
|
18
|
+
}
|
19
|
+
pre.zenburnesque .line-numbers {
|
20
|
+
background-color: #A0A0C0;
|
21
|
+
color: #000000;
|
22
|
+
}
|
23
|
+
pre.zenburnesque .LineNumberDirectives {
|
24
|
+
text-decoration: underline;
|
25
|
+
}
|
26
|
+
pre.zenburnesque .TagName {
|
27
|
+
}
|
28
|
+
pre.zenburnesque .StorageTypes {
|
29
|
+
color: #6080FF;
|
30
|
+
}
|
31
|
+
pre.zenburnesque .Operators {
|
32
|
+
color: #FFFFA0;
|
33
|
+
}
|
34
|
+
pre.zenburnesque {
|
35
|
+
background-color: #404040;
|
36
|
+
color: #DEDEDE;
|
37
|
+
}
|
38
|
+
pre.zenburnesque .LibraryConstant {
|
39
|
+
}
|
40
|
+
pre.zenburnesque .VariantTypes {
|
41
|
+
color: #4080A0;
|
42
|
+
}
|
43
|
+
pre.zenburnesque .Characters {
|
44
|
+
color: #FF8080;
|
45
|
+
}
|
46
|
+
pre.zenburnesque .FunctionArgument {
|
47
|
+
}
|
48
|
+
pre.zenburnesque .LanguageKeyword {
|
49
|
+
color: #FFFFA0;
|
50
|
+
}
|
51
|
+
pre.zenburnesque .BuiltInConstant {
|
52
|
+
}
|
53
|
+
pre.zenburnesque .FloatingPointNumbers {
|
54
|
+
text-decoration: underline;
|
55
|
+
}
|
56
|
+
pre.zenburnesque .ClassTypeName {
|
57
|
+
color: #F4A020;
|
58
|
+
}
|
59
|
+
pre.zenburnesque .TypeName1 {
|
60
|
+
color: #FFE000;
|
61
|
+
}
|
62
|
+
pre.zenburnesque .ModuleKeyword {
|
63
|
+
font-weight: bold;
|
64
|
+
color: #FF8000;
|
65
|
+
}
|
66
|
+
pre.zenburnesque .Invalid {
|
67
|
+
}
|
68
|
+
pre.zenburnesque .LibraryClassType {
|
69
|
+
}
|
70
|
+
pre.zenburnesque .LibraryFunction {
|
71
|
+
}
|
72
|
+
pre.zenburnesque .TagAttribute {
|
73
|
+
}
|
74
|
+
pre.zenburnesque .FloatingPointInfixOperators {
|
75
|
+
text-decoration: underline;
|
76
|
+
}
|
77
|
+
pre.zenburnesque .UserDefinedConstant {
|
78
|
+
}
|
79
|
+
pre.zenburnesque .String {
|
80
|
+
color: #FF2020;
|
81
|
+
}
|
82
|
+
pre.zenburnesque .FunctionName {
|
83
|
+
font-weight: bold;
|
84
|
+
color: #FFCC66;
|
85
|
+
}
|
86
|
+
pre.zenburnesque .Variable {
|
87
|
+
}
|
88
|
+
pre.zenburnesque .Comment {
|
89
|
+
color: #709070;
|
90
|
+
font-style: italic;
|
91
|
+
}
|
@@ -0,0 +1,101 @@
|
|
1
|
+
---
|
2
|
+
name: IDLE
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
6
|
+
tags:
|
7
|
+
- begin: <span class="Comment">
|
8
|
+
end: </span>
|
9
|
+
selector: comment
|
10
|
+
- begin: <span class="String">
|
11
|
+
end: </span>
|
12
|
+
selector: string
|
13
|
+
- begin: <span class="Number">
|
14
|
+
end: </span>
|
15
|
+
selector: constant.numeric
|
16
|
+
- begin: <span class="BuiltInConstant">
|
17
|
+
end: </span>
|
18
|
+
selector: constant.language
|
19
|
+
- begin: <span class="UserDefinedConstant">
|
20
|
+
end: </span>
|
21
|
+
selector: constant.character, constant.other
|
22
|
+
- begin: <span class="Variable">
|
23
|
+
end: </span>
|
24
|
+
selector: variable.language, variable.other
|
25
|
+
- begin: <span class="Keyword">
|
26
|
+
end: </span>
|
27
|
+
selector: keyword
|
28
|
+
- begin: <span class="Storage">
|
29
|
+
end: </span>
|
30
|
+
selector: storage
|
31
|
+
- begin: <span class="TypeName">
|
32
|
+
end: </span>
|
33
|
+
selector: entity.name.type
|
34
|
+
- begin: <span class="InheritedClass">
|
35
|
+
end: </span>
|
36
|
+
selector: entity.other.inherited-class
|
37
|
+
- begin: <span class="FunctionName">
|
38
|
+
end: </span>
|
39
|
+
selector: entity.name.function
|
40
|
+
- begin: <span class="FunctionArgument">
|
41
|
+
end: </span>
|
42
|
+
selector: variable.parameter
|
43
|
+
- begin: <span class="TagName">
|
44
|
+
end: </span>
|
45
|
+
selector: entity.name.tag
|
46
|
+
- begin: <span class="TagAttribute">
|
47
|
+
end: </span>
|
48
|
+
selector: entity.other.attribute-name
|
49
|
+
- begin: <span class="LibraryFunction">
|
50
|
+
end: </span>
|
51
|
+
selector: support.function
|
52
|
+
- begin: <span class="LibraryConstant">
|
53
|
+
end: </span>
|
54
|
+
selector: support.constant
|
55
|
+
- begin: <span class="LibraryClassType">
|
56
|
+
end: </span>
|
57
|
+
selector: support.type, support.class
|
58
|
+
- begin: <span class="LibraryVariable">
|
59
|
+
end: </span>
|
60
|
+
selector: support.variable
|
61
|
+
- begin: <span class="Invalid">
|
62
|
+
end: </span>
|
63
|
+
selector: invalid
|
64
|
+
- begin: <span class="StringInterpolation">
|
65
|
+
end: </span>
|
66
|
+
selector: constant.other.placeholder.py
|
67
|
+
listing:
|
68
|
+
begin: <pre class="idle">
|
69
|
+
end: </pre>
|
70
|
+
document:
|
71
|
+
begin: |
|
72
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
73
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
74
|
+
|
75
|
+
<head>
|
76
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
77
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
78
|
+
<meta http-equiv="expires" content="3600" />
|
79
|
+
<meta name="revisit-after" content="2 days" />
|
80
|
+
<meta name="robots" content="index,follow" />
|
81
|
+
<meta name="publisher" content="Dichodaemon" />
|
82
|
+
<meta name="copyright" content="Dichodaemon" />
|
83
|
+
|
84
|
+
<meta name="author" content="Dichodaemon" />
|
85
|
+
<meta name="distribution" content="global" />
|
86
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
87
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
88
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/idle.css" />
|
89
|
+
<title>idle</title>
|
90
|
+
|
91
|
+
</head>
|
92
|
+
|
93
|
+
<body>
|
94
|
+
|
95
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
96
|
+
</body>\n\
|
97
|
+
</html>\n"
|
98
|
+
filter: CGI.escapeHTML( @escaped )
|
99
|
+
line-numbers:
|
100
|
+
begin: <span class="line-numbers">
|
101
|
+
end: </span>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
---
|
2
|
+
name: iPlastic
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
6
|
+
tags:
|
7
|
+
- begin: <span class="String">
|
8
|
+
end: </span>
|
9
|
+
selector: string
|
10
|
+
- begin: <span class="Number">
|
11
|
+
end: </span>
|
12
|
+
selector: constant.numeric
|
13
|
+
- begin: <span class="RegularExpression">
|
14
|
+
end: </span>
|
15
|
+
selector: string.regexp
|
16
|
+
- begin: <span class="Keyword">
|
17
|
+
end: </span>
|
18
|
+
selector: keyword
|
19
|
+
- begin: <span class="Identifier">
|
20
|
+
end: </span>
|
21
|
+
selector: constant.language
|
22
|
+
- begin: <span class="Exception">
|
23
|
+
end: </span>
|
24
|
+
selector: support.class.exception
|
25
|
+
- begin: <span class="FunctionName">
|
26
|
+
end: </span>
|
27
|
+
selector: entity.name.function
|
28
|
+
- begin: <span class="TypeName">
|
29
|
+
end: </span>
|
30
|
+
selector: entity.name.type
|
31
|
+
- begin: <span class="Arguments">
|
32
|
+
end: </span>
|
33
|
+
selector: variable.parameter
|
34
|
+
- begin: <span class="Comment">
|
35
|
+
end: </span>
|
36
|
+
selector: comment
|
37
|
+
- begin: <span class="Invalid">
|
38
|
+
end: </span>
|
39
|
+
selector: invalid
|
40
|
+
- begin: <span class="TrailingWhitespace">
|
41
|
+
end: </span>
|
42
|
+
selector: invalid.deprecated.trailing-whitespace
|
43
|
+
- begin: <span class="EmbeddedSource">
|
44
|
+
end: </span>
|
45
|
+
selector: text source
|
46
|
+
- begin: <span class="Tag">
|
47
|
+
end: </span>
|
48
|
+
selector: meta.tag, declaration.tag
|
49
|
+
- begin: <span class="Constant">
|
50
|
+
end: </span>
|
51
|
+
selector: constant, support.constant
|
52
|
+
- begin: <span class="Support">
|
53
|
+
end: </span>
|
54
|
+
selector: support
|
55
|
+
- begin: <span class="Storage">
|
56
|
+
end: </span>
|
57
|
+
selector: storage
|
58
|
+
- begin: <span class="SectionName">
|
59
|
+
end: </span>
|
60
|
+
selector: entity.name.section
|
61
|
+
- begin: <span class="FrameTitle">
|
62
|
+
end: </span>
|
63
|
+
selector: entity.name.function.frame
|
64
|
+
- begin: <span class="XmlDeclaration">
|
65
|
+
end: </span>
|
66
|
+
selector: meta.tag.preprocessor.xml
|
67
|
+
- begin: <span class="TagAttribute">
|
68
|
+
end: </span>
|
69
|
+
selector: entity.other.attribute-name
|
70
|
+
- begin: <span class="TagName">
|
71
|
+
end: </span>
|
72
|
+
selector: entity.name.tag
|
73
|
+
listing:
|
74
|
+
begin: <pre class="iplastic">
|
75
|
+
end: </pre>
|
76
|
+
document:
|
77
|
+
begin: |
|
78
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
79
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
80
|
+
|
81
|
+
<head>
|
82
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
83
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
84
|
+
<meta http-equiv="expires" content="3600" />
|
85
|
+
<meta name="revisit-after" content="2 days" />
|
86
|
+
<meta name="robots" content="index,follow" />
|
87
|
+
<meta name="publisher" content="Dichodaemon" />
|
88
|
+
<meta name="copyright" content="Dichodaemon" />
|
89
|
+
|
90
|
+
<meta name="author" content="Dichodaemon" />
|
91
|
+
<meta name="distribution" content="global" />
|
92
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
93
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
94
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/iplastic.css" />
|
95
|
+
<title>iplastic</title>
|
96
|
+
|
97
|
+
</head>
|
98
|
+
|
99
|
+
<body>
|
100
|
+
|
101
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
102
|
+
</body>\n\
|
103
|
+
</html>\n"
|
104
|
+
filter: CGI.escapeHTML( @escaped )
|
105
|
+
line-numbers:
|
106
|
+
begin: <span class="line-numbers">
|
107
|
+
end: </span>
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
name: LAZY
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
6
|
+
tags:
|
7
|
+
- begin: <span class="Comment">
|
8
|
+
end: </span>
|
9
|
+
selector: comment
|
10
|
+
- begin: <span class="Constant">
|
11
|
+
end: </span>
|
12
|
+
selector: constant
|
13
|
+
- begin: <span class="Entity">
|
14
|
+
end: </span>
|
15
|
+
selector: entity
|
16
|
+
- begin: <span class="LatexEntity">
|
17
|
+
end: </span>
|
18
|
+
selector: text.tex.latex entity
|
19
|
+
- begin: <span class="Keyword">
|
20
|
+
end: </span>
|
21
|
+
selector: keyword, storage
|
22
|
+
- begin: <span class="String">
|
23
|
+
end: </span>
|
24
|
+
selector: string, meta.verbatim
|
25
|
+
- begin: <span class="Support">
|
26
|
+
end: </span>
|
27
|
+
selector: support
|
28
|
+
- begin: <span class="Variable">
|
29
|
+
end: </span>
|
30
|
+
selector: variable
|
31
|
+
- begin: <span class="InvalidDeprecated">
|
32
|
+
end: </span>
|
33
|
+
selector: invalid.deprecated
|
34
|
+
- begin: <span class="InvalidIllegal">
|
35
|
+
end: </span>
|
36
|
+
selector: invalid.illegal
|
37
|
+
- begin: <span class="Superclass">
|
38
|
+
end: </span>
|
39
|
+
selector: entity.other.inherited-class
|
40
|
+
- begin: <span class="StringInterpolation">
|
41
|
+
end: </span>
|
42
|
+
selector: string constant.other.placeholder
|
43
|
+
- begin: <span class="MetaFunctionCallPy">
|
44
|
+
end: </span>
|
45
|
+
selector: meta.function-call.py
|
46
|
+
- begin: <span class="MetaTag">
|
47
|
+
end: </span>
|
48
|
+
selector: meta.tag, meta.tag entity
|
49
|
+
- begin: <span class="OcamlVariant">
|
50
|
+
end: </span>
|
51
|
+
selector: keyword.type.variant
|
52
|
+
- begin: <span class="OcamlOperator">
|
53
|
+
end: </span>
|
54
|
+
selector: source.ocaml keyword.operator
|
55
|
+
- begin: <span class="OcamlInfixOperator">
|
56
|
+
end: </span>
|
57
|
+
selector: source.ocaml keyword.operator.symbol.infix
|
58
|
+
- begin: <span class="OcamlPrefixOperator">
|
59
|
+
end: </span>
|
60
|
+
selector: source.ocaml keyword.operator.symbol.prefix
|
61
|
+
- begin: <span class="OcamlInfixFPOperator">
|
62
|
+
end: </span>
|
63
|
+
selector: source.ocaml keyword.operator.symbol.infix.floating-point
|
64
|
+
- begin: <span class="OcamlPrefixFPOperator">
|
65
|
+
end: </span>
|
66
|
+
selector: source.ocaml keyword.operator.symbol.prefix.floating-point
|
67
|
+
- begin: <span class="OcamlFPConstant">
|
68
|
+
end: </span>
|
69
|
+
selector: source.ocaml constant.numeric.floating-point
|
70
|
+
listing:
|
71
|
+
begin: <pre class="lazy">
|
72
|
+
end: </pre>
|
73
|
+
document:
|
74
|
+
begin: |
|
75
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
76
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
77
|
+
|
78
|
+
<head>
|
79
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
80
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
81
|
+
<meta http-equiv="expires" content="3600" />
|
82
|
+
<meta name="revisit-after" content="2 days" />
|
83
|
+
<meta name="robots" content="index,follow" />
|
84
|
+
<meta name="publisher" content="Dichodaemon" />
|
85
|
+
<meta name="copyright" content="Dichodaemon" />
|
86
|
+
|
87
|
+
<meta name="author" content="Dichodaemon" />
|
88
|
+
<meta name="distribution" content="global" />
|
89
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
90
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
91
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/lazy.css" />
|
92
|
+
<title>lazy</title>
|
93
|
+
|
94
|
+
</head>
|
95
|
+
|
96
|
+
<body>
|
97
|
+
|
98
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
99
|
+
</body>\n\
|
100
|
+
</html>\n"
|
101
|
+
filter: CGI.escapeHTML( @escaped )
|
102
|
+
line-numbers:
|
103
|
+
begin: <span class="line-numbers">
|
104
|
+
end: </span>
|
@@ -0,0 +1,143 @@
|
|
1
|
+
---
|
2
|
+
name: Mac Classic
|
3
|
+
line:
|
4
|
+
begin: ""
|
5
|
+
end: ""
|
6
|
+
tags:
|
7
|
+
- begin: <span class="Comment">
|
8
|
+
end: </span>
|
9
|
+
selector: comment
|
10
|
+
- begin: <span class="Keyword">
|
11
|
+
end: </span>
|
12
|
+
selector: keyword, storage
|
13
|
+
- begin: <span class="Number">
|
14
|
+
end: </span>
|
15
|
+
selector: constant.numeric
|
16
|
+
- begin: <span class="UserDefinedConstant">
|
17
|
+
end: </span>
|
18
|
+
selector: constant
|
19
|
+
- begin: <span class="BuiltInConstant">
|
20
|
+
end: </span>
|
21
|
+
selector: constant.language
|
22
|
+
- begin: <span class="Variable">
|
23
|
+
end: </span>
|
24
|
+
selector: variable.language, variable.other
|
25
|
+
- begin: <span class="String">
|
26
|
+
end: </span>
|
27
|
+
selector: string
|
28
|
+
- begin: <span class="StringInterpolation">
|
29
|
+
end: </span>
|
30
|
+
selector: constant.character.escape, string source
|
31
|
+
- begin: <span class="PreprocessorLine">
|
32
|
+
end: </span>
|
33
|
+
selector: meta.preprocessor
|
34
|
+
- begin: <span class="PreprocessorDirective">
|
35
|
+
end: </span>
|
36
|
+
selector: keyword.control.import
|
37
|
+
- begin: <span class="FunctionName">
|
38
|
+
end: </span>
|
39
|
+
selector: entity.name.function, support.function.any-method
|
40
|
+
- begin: <span class="TypeName">
|
41
|
+
end: </span>
|
42
|
+
selector: entity.name.type
|
43
|
+
- begin: <span class="InheritedClassName">
|
44
|
+
end: </span>
|
45
|
+
selector: entity.other.inherited-class
|
46
|
+
- begin: <span class="FunctionParameter">
|
47
|
+
end: </span>
|
48
|
+
selector: variable.parameter
|
49
|
+
- begin: <span class="FunctionArgumentAndResultTypes">
|
50
|
+
end: </span>
|
51
|
+
selector: storage.type.method
|
52
|
+
- begin: <span class="Section">
|
53
|
+
end: </span>
|
54
|
+
selector: meta.section entity.name.section, declaration.section entity.name.section
|
55
|
+
- begin: <span class="LibraryFunction">
|
56
|
+
end: </span>
|
57
|
+
selector: support.function
|
58
|
+
- begin: <span class="LibraryObject">
|
59
|
+
end: </span>
|
60
|
+
selector: support.class, support.type
|
61
|
+
- begin: <span class="LibraryConstant">
|
62
|
+
end: </span>
|
63
|
+
selector: support.constant
|
64
|
+
- begin: <span class="LibraryVariable">
|
65
|
+
end: </span>
|
66
|
+
selector: support.variable
|
67
|
+
- begin: <span class="JsOperator">
|
68
|
+
end: </span>
|
69
|
+
selector: keyword.operator.js
|
70
|
+
- begin: <span class="Invalid">
|
71
|
+
end: </span>
|
72
|
+
selector: invalid
|
73
|
+
- begin: <span class="InvalidTrailingWhitespace">
|
74
|
+
end: </span>
|
75
|
+
selector: invalid.deprecated.trailing-whitespace
|
76
|
+
- begin: <span class="EmbeddedSource">
|
77
|
+
end: </span>
|
78
|
+
selector: text source, string.unquoted
|
79
|
+
- begin: <span class="EmbeddedEmbeddedSource">
|
80
|
+
end: </span>
|
81
|
+
selector: text source string.unquoted, text source text source
|
82
|
+
- begin: <span class="MarkupXmlDeclaration">
|
83
|
+
end: </span>
|
84
|
+
selector: meta.tag.preprocessor.xml
|
85
|
+
- begin: <span class="MarkupDoctype">
|
86
|
+
end: </span>
|
87
|
+
selector: meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string
|
88
|
+
- begin: <span class="MarkupDtd">
|
89
|
+
end: </span>
|
90
|
+
selector: string.quoted.docinfo.doctype.DTD
|
91
|
+
- begin: <span class="MarkupTag">
|
92
|
+
end: </span>
|
93
|
+
selector: meta.tag, declaration.tag
|
94
|
+
- begin: <span class="MarkupNameOfTag">
|
95
|
+
end: </span>
|
96
|
+
selector: entity.name.tag
|
97
|
+
- begin: <span class="MarkupTagAttribute">
|
98
|
+
end: </span>
|
99
|
+
selector: entity.other.attribute-name
|
100
|
+
- begin: <span class="MarkupHeading">
|
101
|
+
end: </span>
|
102
|
+
selector: markup.heading
|
103
|
+
- begin: <span class="MarkupQuote">
|
104
|
+
end: </span>
|
105
|
+
selector: markup.quote
|
106
|
+
- begin: <span class="MarkupList">
|
107
|
+
end: </span>
|
108
|
+
selector: markup.list
|
109
|
+
listing:
|
110
|
+
begin: <pre class="mac_classic">
|
111
|
+
end: </pre>
|
112
|
+
document:
|
113
|
+
begin: |
|
114
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
115
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
116
|
+
|
117
|
+
<head>
|
118
|
+
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
119
|
+
<meta http-equiv="cache-control" content="no-cache" />
|
120
|
+
<meta http-equiv="expires" content="3600" />
|
121
|
+
<meta name="revisit-after" content="2 days" />
|
122
|
+
<meta name="robots" content="index,follow" />
|
123
|
+
<meta name="publisher" content="Dichodaemon" />
|
124
|
+
<meta name="copyright" content="Dichodaemon" />
|
125
|
+
|
126
|
+
<meta name="author" content="Dichodaemon" />
|
127
|
+
<meta name="distribution" content="global" />
|
128
|
+
<meta name="description" content="Ocatarinetabellachithchix" />
|
129
|
+
<meta name="keywords" content="arzaversperia flexilimosos toves" />
|
130
|
+
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="css/mac_classic.css" />
|
131
|
+
<title>mac_classic</title>
|
132
|
+
|
133
|
+
</head>
|
134
|
+
|
135
|
+
<body>
|
136
|
+
|
137
|
+
end: " <p>\n <a href=\"http://validator.w3.org/check?uri=referer\">\n <img style=\"border:0\"\n src=\"http://www.w3.org/Icons/valid-xhtml10\"\n alt=\"Valid XHTML 1.0 Strict\" height=\"31\" width=\"88\" />\n </a>\n <a href=\"http://jigsaw.w3.org/css-validator/check?uri=referer\">\n <img style=\"border:0;width:88px;height:31px\"\n src=\"http://jigsaw.w3.org/css-validator/images/vcss\" \n alt=\"Valid CSS!\" />\n </a>\n </p>\n\
|
138
|
+
</body>\n\
|
139
|
+
</html>\n"
|
140
|
+
filter: CGI.escapeHTML( @escaped )
|
141
|
+
line-numbers:
|
142
|
+
begin: <span class="line-numbers">
|
143
|
+
end: </span>
|