ultraviolet 0.10.0 → 0.10.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +7 -0
- data/Manifest.txt +184 -188
- data/Rakefile +2 -2
- data/bin/theme2latexrender +9 -30
- data/bin/theme2xhtmlrender +17 -23
- data/lib/uv.rb +2 -2
- data/lib/uv/{html_processor.rb → render_processor.rb} +39 -13
- data/lib/uv/utility.rb +67 -0
- data/render/latex/active4d.render +7 -7
- data/render/latex/all_hallows_eve.render +6 -6
- data/render/latex/amy.render +7 -7
- data/render/latex/blackboard.render +5 -5
- data/render/latex/brilliance_black.render +171 -221
- data/render/latex/brilliance_dull.render +105 -105
- data/render/latex/cobalt.render +12 -12
- data/render/latex/dawn.render +8 -8
- data/render/latex/eiffel.render +4 -4
- data/render/latex/espresso_libre.render +5 -5
- data/render/latex/idle.render +2 -2
- data/render/latex/iplastic.render +5 -5
- data/render/latex/lazy.render +2 -2
- data/render/latex/mac_classic.render +7 -7
- data/render/latex/magicwb_amiga.render +8 -8
- data/render/latex/pastels_on_dark.render +5 -5
- data/render/latex/slush_poppies.render +1 -1
- data/render/latex/spacecadet.render +3 -3
- data/render/latex/sunburst.render +14 -14
- data/render/latex/twilight.render +9 -9
- data/render/latex/zenburnesque.render +2 -2
- data/render/xhtml/amy.render +1 -1
- data/render/xhtml/brilliance_black.render +74 -124
- data/render/xhtml/brilliance_dull.render +6 -6
- data/render/xhtml/files/css/active4d.css +1 -1
- data/render/xhtml/files/css/all_hallows_eve.css +1 -1
- data/render/xhtml/files/css/amy.css +6 -3
- data/render/xhtml/files/css/blackboard.css +3 -3
- data/render/xhtml/files/css/brilliance_black.css +193 -220
- data/render/xhtml/files/css/brilliance_dull.css +110 -90
- data/render/xhtml/files/css/cobalt.css +3 -3
- data/render/xhtml/files/css/dawn.css +6 -6
- data/render/xhtml/files/css/eiffel.css +1 -1
- data/render/xhtml/files/css/espresso_libre.css +2 -2
- data/render/xhtml/files/css/iplastic.css +3 -3
- data/render/xhtml/files/css/mac_classic.css +3 -3
- data/render/xhtml/files/css/magicwb_amiga.css +6 -3
- data/render/xhtml/files/css/pastels_on_dark.css +2 -2
- data/render/xhtml/files/css/spacecadet.css +1 -1
- data/render/xhtml/files/css/sunburst.css +7 -7
- data/render/xhtml/files/css/twilight.css +5 -5
- data/render/xhtml/files/css/zenburnesque.css +5 -2
- data/render/xhtml/mac_classic.render +1 -1
- data/render/xhtml/magicwb_amiga.render +1 -1
- data/render/xhtml/zenburnesque.render +1 -1
- data/syntax/antlr.syntax +49 -26
- data/syntax/apache.syntax +17 -2
- data/syntax/c.syntax +2 -2
- data/syntax/cm.syntax +32 -0
- data/syntax/coldfusion.syntax +4 -3
- data/syntax/css.syntax +8 -3
- data/syntax/d.syntax +4 -0
- data/syntax/groovy.syntax +10 -8
- data/syntax/gtd.syntax +22 -0
- data/syntax/haml.syntax +2 -2
- data/syntax/html.syntax +4 -4
- data/syntax/ini.syntax +5 -4
- data/syntax/javascript.syntax +2 -1
- data/syntax/languagedefinition.syntax +50 -39
- data/syntax/macports_portfile.syntax +21 -1
- data/syntax/makefile.syntax +1 -0
- data/syntax/objective-c.syntax +37 -30
- data/syntax/pascal.syntax +1 -1
- data/syntax/perl.syntax +40 -0
- data/syntax/php.syntax +672 -379
- data/syntax/pmwiki.syntax +113 -0
- data/syntax/property_list.syntax +4 -14
- data/syntax/python.syntax +17 -14
- data/syntax/release_notes.syntax +12 -3
- data/syntax/ruby_experimental.syntax +8 -8
- data/syntax/standard_ml.syntax +79 -3
- data/syntax/twiki.syntax +2 -2
- data/syntax/txt2tags.syntax +18 -18
- data/syntax/xml.syntax +1 -0
- data/syntax/yaml.syntax +2 -2
- metadata +193 -194
- data/syntax/buggy/nemerle.yaml +0 -74
- data/syntax/gtd2_text.syntax +0 -31
- data/syntax/old/YAML.yaml +0 -160
- data/syntax/old/txt2tags.yaml +0 -139
data/syntax/twiki.syntax
CHANGED
@@ -39,7 +39,7 @@ repository:
|
|
39
39
|
name: punctuation.definition.italic.twiki
|
40
40
|
"2":
|
41
41
|
name: punctuation.definition.italic.twiki
|
42
|
-
match: (_)[\s\w :.\?']*(_)
|
42
|
+
match: \b(_)[\s\w :.\?']*(_)\b
|
43
43
|
- captures:
|
44
44
|
"6":
|
45
45
|
name: punctuation.definition.raw.fixed.twiki
|
@@ -234,7 +234,7 @@ patterns:
|
|
234
234
|
- include: "#numlist-paragraph"
|
235
235
|
- name: meta.paragraph.twiki
|
236
236
|
begin: ^(?=\S)
|
237
|
-
end:
|
237
|
+
end: ^\s*$
|
238
238
|
patterns:
|
239
239
|
- include: "#inline"
|
240
240
|
- include: text.html.basic
|
data/syntax/txt2tags.syntax
CHANGED
@@ -7,42 +7,42 @@ uuid: B5A751C0-2CE4-41A5-99FB-7B673943DE60
|
|
7
7
|
patterns:
|
8
8
|
- name: comment.block.txt2tags
|
9
9
|
begin: ^%%%\s*$
|
10
|
-
end: ^%%%\s
|
10
|
+
end: ^%%%\s*$\n?
|
11
11
|
- name: string.unquoted.txt2tags
|
12
|
-
match: ^\s*[_=-]{20,}\s
|
12
|
+
match: ^\s*[_=-]{20,}\s*$\n?
|
13
13
|
- name: markup.underline.txt2tags
|
14
14
|
match: __([^\s](|.*?[^\s])_*)__
|
15
15
|
- name: markup.bold.txt2tags
|
16
16
|
match: \*\*([^\s](|.*?[^\s])\**)\*\*
|
17
17
|
- name: markup.heading.1.txt2tags
|
18
|
-
match: ^\s*={1}[^=](|.*[^=])={1}(\[[\w-]*\])?\s
|
18
|
+
match: ^\s*={1}[^=](|.*[^=])={1}(\[[\w-]*\])?\s*$\n?
|
19
19
|
- name: markup.heading.2.txt2tags
|
20
|
-
match: ^\s*={2}[^=](|.*[^=])={2}(\[[\w-]*\])?\s
|
20
|
+
match: ^\s*={2}[^=](|.*[^=])={2}(\[[\w-]*\])?\s*$\n?
|
21
21
|
- name: markup.heading.3.txt2tags
|
22
|
-
match: ^\s*={3}[^=](|.*[^=])={3}(\[[\w-]*\])?\s
|
22
|
+
match: ^\s*={3}[^=](|.*[^=])={3}(\[[\w-]*\])?\s*$\n?
|
23
23
|
- name: markup.heading.4.txt2tags
|
24
|
-
match: ^\s*={4}[^=](|.*[^=])={4}(\[[\w-]*\])?\s
|
24
|
+
match: ^\s*={4}[^=](|.*[^=])={4}(\[[\w-]*\])?\s*$\n?
|
25
25
|
- name: markup.heading.5.txt2tags
|
26
|
-
match: ^\s*={5}[^=](|.*[^=])={5}(\[[\w-]*\])?\s
|
26
|
+
match: ^\s*={5}[^=](|.*[^=])={5}(\[[\w-]*\])?\s*$\n?
|
27
27
|
- name: markup.heading.1.txt2tags
|
28
|
-
match: ^\s*\+{1}[^+](|.*[^+])\+{1}(\[[\w-]*\])?\s
|
28
|
+
match: ^\s*\+{1}[^+](|.*[^+])\+{1}(\[[\w-]*\])?\s*$\n?
|
29
29
|
- name: markup.heading.2.txt2tags
|
30
|
-
match: ^\s*\+{2}[^+](|.*[^+])\+{2}(\[[\w-]*\])?\s
|
30
|
+
match: ^\s*\+{2}[^+](|.*[^+])\+{2}(\[[\w-]*\])?\s*$\n?
|
31
31
|
- name: markup.heading.3.txt2tags
|
32
|
-
match: ^\s*\+{3}[^+](|.*[^+])\+{3}(\[[\w-]*\])?\s
|
32
|
+
match: ^\s*\+{3}[^+](|.*[^+])\+{3}(\[[\w-]*\])?\s*$\n?
|
33
33
|
- name: markup.heading.4.txt2tags
|
34
|
-
match: ^\s*\+{4}[^+](|.*[^+])\+{4}(\[[\w-]*\])?\s
|
34
|
+
match: ^\s*\+{4}[^+](|.*[^+])\+{4}(\[[\w-]*\])?\s*$\n?
|
35
35
|
- name: markup.heading.5.txt2tags
|
36
|
-
match: ^\s*\+{5}[^+](|.*[^+])\+{5}(\[[\w-]*\])?\s
|
36
|
+
match: ^\s*\+{5}[^+](|.*[^+])\+{5}(\[[\w-]*\])?\s*$\n?
|
37
37
|
- name: markup.italic.txt2tags
|
38
38
|
match: //([^\s](|.*?[^\s])/*)//
|
39
39
|
- name: string.quoted.other.raw.inline.txt2tags
|
40
40
|
match: "\"\"([^\\s](|.*?[^\\s])\"*)\"\""
|
41
41
|
- name: string.quoted.other.raw.line.txt2tags
|
42
|
-
match: ^""" (?=.)
|
42
|
+
match: ^""" (?=.).*$\n?
|
43
43
|
- name: string.quoted.other.raw.block.txt2tags
|
44
44
|
begin: ^"""\s*$
|
45
|
-
end: ^"""\s
|
45
|
+
end: ^"""\s*$\n?
|
46
46
|
- name: markup.list.numbered.txt2tags
|
47
47
|
match: ^ *\+ (?=[^ ])
|
48
48
|
- name: markup.list.unnumbered.txt2tags
|
@@ -53,9 +53,9 @@ patterns:
|
|
53
53
|
match: ^( *)([-+:])\s*$
|
54
54
|
- name: markup.raw.verb.block.txt2tags
|
55
55
|
begin: ^```\s*$
|
56
|
-
end: ^```\s
|
56
|
+
end: ^```\s*$\n?
|
57
57
|
- name: markup.raw.verb.line.txt2tags
|
58
|
-
match: ^``` (?=.)
|
58
|
+
match: ^``` (?=.).*$\n?
|
59
59
|
- name: markup.raw.verb.inline.txt2tags
|
60
60
|
match: ``([^\s](|.*?[^\s])`*)``
|
61
61
|
- name: invalid.deprecated.trailing-whitespace.txt2tags
|
@@ -73,7 +73,7 @@ patterns:
|
|
73
73
|
- name: meta.tag.link.txt2tags
|
74
74
|
match: (?i)\[(\[[\w_,.+%$#@!?+~/-]+\.(png|jpe?g|gif|eps|bmp)\]|[^]]+) (((https?|ftp|news|telnet|gopher|wais)://([A-Za-z0-9_.-]+(:[^ @]*)?@)?|(www[23]?|ftp)\.)[A-Za-z0-9%._/~:,=$@&+-]+\b/*(\?[A-Za-z0-9/%&=+;.,$@*_-]+)?(#[A-Za-z0-9%._-]*)?|[A-Za-z0-9_.-]+@([A-Za-z0-9_-]+\.)+[A-Za-z]{2,4}\b(\?[A-Za-z0-9/%&=+;.,$@*_-]+)?|[A-Za-z0-9%._/~:,=$@&+-]+|[A-Za-z0-9%._/~:,=$@&+-]*(#[A-Za-z0-9%._-]*))\]
|
75
75
|
- name: markup.quote.txt2tags
|
76
|
-
match: ^\t
|
76
|
+
match: ^\t.*$\n?
|
77
77
|
- name: comment.line.txt2tags
|
78
|
-
match:
|
78
|
+
match: ^%.*$\n?
|
79
79
|
keyEquivalent: ^~T
|
data/syntax/xml.syntax
CHANGED
data/syntax/yaml.syntax
CHANGED
@@ -26,7 +26,7 @@ uuid: B0C44228-4F1F-11DA-AFF2-000A95AF0064
|
|
26
26
|
foldingStartMarker: ^[^#]\s*.*:(\s*\[?| &.+)?$
|
27
27
|
patterns:
|
28
28
|
- include: "#erb"
|
29
|
-
- name: string.unquoted.block
|
29
|
+
- name: string.unquoted.block.yaml
|
30
30
|
begin: ^(\s*)(?:(-)|(?:(-\s*)?(\w+\s*(:))))\s*(\||>)
|
31
31
|
beginCaptures:
|
32
32
|
"2":
|
@@ -37,7 +37,7 @@ patterns:
|
|
37
37
|
name: entity.name.tag.yaml
|
38
38
|
"5":
|
39
39
|
name: punctuation.separator.key-value.yaml
|
40
|
-
end: ^(?!^\1)|^(?=\1(-|\w+\s*:))
|
40
|
+
end: ^(?!^\1)|^(?=\1(-|\w+\s*:)|#)
|
41
41
|
patterns:
|
42
42
|
- include: "#erb"
|
43
43
|
- name: constant.numeric.yaml
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: ultraviolet
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.10.
|
7
|
-
date: 2007-
|
6
|
+
version: 0.10.1
|
7
|
+
date: 2007-06-18 00:00:00 +02:00
|
8
8
|
summary: Syntax highlighting engine
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -29,249 +29,248 @@ post_install_message:
|
|
29
29
|
authors:
|
30
30
|
- Dizan Vasquez
|
31
31
|
files:
|
32
|
-
-
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
41
|
-
-
|
42
|
-
-
|
43
|
-
- render/xhtml/
|
44
|
-
- render/xhtml/
|
45
|
-
- render/xhtml/
|
46
|
-
- render/xhtml/pastels_on_dark.render
|
47
|
-
- render/xhtml/slush_poppies.render
|
48
|
-
- render/xhtml/spacecadet.render
|
49
|
-
- render/xhtml/sunburst.render
|
50
|
-
- render/xhtml/twilight.render
|
51
|
-
- render/xhtml/blackboard.render
|
52
|
-
- render/xhtml/dawn.render
|
53
|
-
- render/xhtml/zenburnesque.render
|
54
|
-
- render/xhtml/files
|
55
|
-
- render/xhtml/files/css
|
56
|
-
- render/xhtml/files/css/active4d.css
|
57
|
-
- render/xhtml/files/css/all_hallows_eve.css
|
58
|
-
- render/xhtml/files/css/amy.css
|
32
|
+
- test/test_uv.rb
|
33
|
+
- lib/uv/render_processor.rb
|
34
|
+
- lib/uv/utility.rb
|
35
|
+
- lib/uv.rb
|
36
|
+
- bin/theme2xhtmlrender
|
37
|
+
- bin/theme2latexrender
|
38
|
+
- bin/uv
|
39
|
+
- History.txt
|
40
|
+
- Rakefile
|
41
|
+
- Manifest.txt
|
42
|
+
- README.txt
|
43
|
+
- render/xhtml/files/css/idle.css
|
44
|
+
- render/xhtml/files/css/lazy.css
|
45
|
+
- render/xhtml/files/css/espresso_libre.css
|
59
46
|
- render/xhtml/files/css/blackboard.css
|
60
|
-
- render/xhtml/files/css/brilliance_black.css
|
61
47
|
- render/xhtml/files/css/brilliance_dull.css
|
62
|
-
- render/xhtml/files/css/
|
48
|
+
- render/xhtml/files/css/sunburst.css
|
49
|
+
- render/xhtml/files/css/amy.css
|
50
|
+
- render/xhtml/files/css/zenburnesque.css
|
51
|
+
- render/xhtml/files/css/magicwb_amiga.css
|
63
52
|
- render/xhtml/files/css/dawn.css
|
64
53
|
- render/xhtml/files/css/eiffel.css
|
65
|
-
- render/xhtml/files/css/
|
66
|
-
- render/xhtml/files/css/
|
67
|
-
- render/xhtml/files/css/
|
68
|
-
- render/xhtml/files/css/lazy.css
|
54
|
+
- render/xhtml/files/css/twilight.css
|
55
|
+
- render/xhtml/files/css/spacecadet.css
|
56
|
+
- render/xhtml/files/css/brilliance_black.css
|
69
57
|
- render/xhtml/files/css/mac_classic.css
|
70
|
-
- render/xhtml/files/css/
|
71
|
-
- render/xhtml/files/css/pastels_on_dark.css
|
58
|
+
- render/xhtml/files/css/active4d.css
|
72
59
|
- render/xhtml/files/css/slush_poppies.css
|
73
|
-
- render/xhtml/files/css/
|
74
|
-
- render/xhtml/files/css/
|
75
|
-
- render/xhtml/files/css/
|
76
|
-
- render/xhtml/files/css/
|
77
|
-
- render/
|
78
|
-
- render/
|
79
|
-
- render/
|
80
|
-
- render/
|
60
|
+
- render/xhtml/files/css/cobalt.css
|
61
|
+
- render/xhtml/files/css/iplastic.css
|
62
|
+
- render/xhtml/files/css/all_hallows_eve.css
|
63
|
+
- render/xhtml/files/css/pastels_on_dark.css
|
64
|
+
- render/xhtml/idle.render
|
65
|
+
- render/xhtml/lazy.render
|
66
|
+
- render/xhtml/espresso_libre.render
|
67
|
+
- render/xhtml/blackboard.render
|
68
|
+
- render/xhtml/brilliance_dull.render
|
69
|
+
- render/xhtml/sunburst.render
|
70
|
+
- render/xhtml/amy.render
|
71
|
+
- render/xhtml/zenburnesque.render
|
72
|
+
- render/xhtml/magicwb_amiga.render
|
73
|
+
- render/xhtml/dawn.render
|
74
|
+
- render/xhtml/eiffel.render
|
75
|
+
- render/xhtml/twilight.render
|
76
|
+
- render/xhtml/spacecadet.render
|
77
|
+
- render/xhtml/brilliance_black.render
|
78
|
+
- render/xhtml/mac_classic.render
|
79
|
+
- render/xhtml/active4d.render
|
80
|
+
- render/xhtml/slush_poppies.render
|
81
|
+
- render/xhtml/cobalt.render
|
82
|
+
- render/xhtml/iplastic.render
|
83
|
+
- render/xhtml/all_hallows_eve.render
|
84
|
+
- render/xhtml/pastels_on_dark.render
|
85
|
+
- render/latex/mac_classic.render
|
86
|
+
- render/latex/active4d.render
|
87
|
+
- render/latex/cobalt.render
|
88
|
+
- render/latex/magicwb_amiga.render
|
89
|
+
- render/latex/pastels_on_dark.render
|
90
|
+
- render/latex/iplastic.render
|
81
91
|
- render/latex/idle.render
|
82
92
|
- render/latex/lazy.render
|
83
|
-
- render/latex/
|
84
|
-
- render/latex/blackboard.render
|
93
|
+
- render/latex/espresso_libre.render
|
85
94
|
- render/latex/brilliance_dull.render
|
95
|
+
- render/latex/blackboard.render
|
96
|
+
- render/latex/sunburst.render
|
97
|
+
- render/latex/amy.render
|
86
98
|
- render/latex/zenburnesque.render
|
87
|
-
- render/latex/magicwb_amiga.render
|
88
99
|
- render/latex/dawn.render
|
100
|
+
- render/latex/eiffel.render
|
89
101
|
- render/latex/twilight.render
|
90
102
|
- render/latex/spacecadet.render
|
91
|
-
- render/latex/brilliance_black.render
|
92
|
-
- render/latex/mac_classic.render
|
93
|
-
- render/latex/active4d.render
|
94
103
|
- render/latex/slush_poppies.render
|
95
|
-
- render/latex/
|
96
|
-
- render/latex/
|
97
|
-
- render/
|
98
|
-
-
|
99
|
-
-
|
100
|
-
-
|
101
|
-
- syntax/
|
102
|
-
- syntax/
|
103
|
-
- syntax/
|
104
|
-
- syntax/
|
105
|
-
- syntax/
|
106
|
-
- syntax/
|
107
|
-
- syntax/
|
108
|
-
- syntax/asp.syntax
|
109
|
-
- syntax/active4d_ini.syntax
|
110
|
-
- syntax/sweave.syntax
|
111
|
-
- syntax/xsl.syntax
|
104
|
+
- render/latex/brilliance_black.render
|
105
|
+
- render/latex/all_hallows_eve.render
|
106
|
+
- render/old/txt2tags.render
|
107
|
+
- syntax/logo.syntax
|
108
|
+
- syntax/dylan.syntax
|
109
|
+
- syntax/latex_log.syntax
|
110
|
+
- syntax/textile.syntax
|
111
|
+
- syntax/build.syntax
|
112
|
+
- syntax/latex_memoir.syntax
|
113
|
+
- syntax/lexflex.syntax
|
114
|
+
- syntax/lisp.syntax
|
115
|
+
- syntax/gtd.syntax
|
116
|
+
- syntax/m.syntax
|
112
117
|
- syntax/ocaml.syntax
|
113
118
|
- syntax/d.syntax
|
114
|
-
- syntax/
|
115
|
-
- syntax/
|
116
|
-
- syntax/
|
117
|
-
- syntax/
|
119
|
+
- syntax/cm.syntax
|
120
|
+
- syntax/ocamlyacc.syntax
|
121
|
+
- syntax/opengl.syntax
|
122
|
+
- syntax/pascal.syntax
|
123
|
+
- syntax/lua.syntax
|
124
|
+
- syntax/active4d.syntax
|
118
125
|
- syntax/mel.syntax
|
119
|
-
- syntax/
|
120
|
-
- syntax/
|
121
|
-
- syntax/
|
122
|
-
- syntax/
|
123
|
-
- syntax/
|
124
|
-
- syntax/
|
125
|
-
- syntax/
|
126
|
+
- syntax/r.syntax
|
127
|
+
- syntax/r_console.syntax
|
128
|
+
- syntax/smarty.syntax
|
129
|
+
- syntax/latex.syntax
|
130
|
+
- syntax/prolog.syntax
|
131
|
+
- syntax/rez.syntax
|
132
|
+
- syntax/asp.syntax
|
126
133
|
- syntax/xhtml_1.0.syntax
|
134
|
+
- syntax/icalendar.syntax
|
135
|
+
- syntax/mootools.syntax
|
136
|
+
- syntax/scheme.syntax
|
127
137
|
- syntax/xml.syntax
|
128
|
-
- syntax/
|
129
|
-
- syntax/
|
130
|
-
- syntax/rez.syntax
|
131
|
-
- syntax/logo.syntax
|
132
|
-
- syntax/ocamllex.syntax
|
138
|
+
- syntax/mail.syntax
|
139
|
+
- syntax/swig.syntax
|
133
140
|
- syntax/slate.syntax
|
134
|
-
- syntax/
|
135
|
-
- syntax/s5.syntax
|
136
|
-
- syntax/php.syntax
|
141
|
+
- syntax/sweave.syntax
|
137
142
|
- syntax/qmake_project.syntax
|
138
|
-
- syntax/
|
143
|
+
- syntax/release_notes.syntax
|
144
|
+
- syntax/html_tcl.syntax
|
145
|
+
- syntax/html.syntax
|
146
|
+
- syntax/c.syntax
|
147
|
+
- syntax/pmwiki.syntax
|
148
|
+
- syntax/ruby.syntax
|
139
149
|
- syntax/csv.syntax
|
150
|
+
- syntax/ruby_on_rails.syntax
|
151
|
+
- syntax/xsl.syntax
|
140
152
|
- syntax/yaml.syntax
|
141
|
-
- syntax/
|
142
|
-
- syntax/
|
143
|
-
- syntax/
|
144
|
-
- syntax/
|
145
|
-
- syntax/objective-c.syntax
|
153
|
+
- syntax/io.syntax
|
154
|
+
- syntax/java.syntax
|
155
|
+
- syntax/gri.syntax
|
156
|
+
- syntax/movable_type.syntax
|
146
157
|
- syntax/cs.syntax
|
147
|
-
- syntax/moinmoin.syntax
|
148
|
-
- syntax/mootools.syntax
|
149
158
|
- syntax/css.syntax
|
150
|
-
- syntax/dot.syntax
|
151
159
|
- syntax/c++.syntax
|
152
|
-
- syntax/
|
153
|
-
- syntax/
|
154
|
-
- syntax/
|
155
|
-
- syntax/
|
156
|
-
- syntax/
|
157
|
-
- syntax/
|
158
|
-
- syntax/
|
159
|
-
- syntax/
|
160
|
-
- syntax/
|
161
|
-
- syntax/
|
162
|
-
- syntax/
|
160
|
+
- syntax/haml.syntax
|
161
|
+
- syntax/dot.syntax
|
162
|
+
- syntax/tsv.syntax
|
163
|
+
- syntax/ruby_experimental.syntax
|
164
|
+
- syntax/man.syntax
|
165
|
+
- syntax/bibtex.syntax
|
166
|
+
- syntax/objective-c.syntax
|
167
|
+
- syntax/subversion_commit_message.syntax
|
168
|
+
- syntax/ocamllex.syntax
|
169
|
+
- syntax/tcl.syntax
|
170
|
+
- syntax/tex.syntax
|
171
|
+
- syntax/ragel.syntax
|
172
|
+
- syntax/shell-unix-generic.syntax
|
163
173
|
- syntax/inform.syntax
|
164
|
-
- syntax/
|
165
|
-
- syntax/
|
166
|
-
- syntax/
|
167
|
-
- syntax/html.syntax
|
168
|
-
- syntax/ini.syntax
|
169
|
-
- syntax/ada.syntax
|
170
|
-
- syntax/context_free.syntax
|
171
|
-
- syntax/lexflex.syntax
|
174
|
+
- syntax/sql.syntax
|
175
|
+
- syntax/python.syntax
|
176
|
+
- syntax/modula-3.syntax
|
172
177
|
- syntax/cake.syntax
|
173
|
-
- syntax/
|
174
|
-
- syntax/
|
175
|
-
- syntax/
|
176
|
-
- syntax/
|
177
|
-
- syntax/html-asp.syntax
|
178
|
-
- syntax/html_for_asp.net.syntax
|
178
|
+
- syntax/logtalk.syntax
|
179
|
+
- syntax/ini.syntax
|
180
|
+
- syntax/diff.syntax
|
181
|
+
- syntax/fortran.syntax
|
179
182
|
- syntax/txt2tags.syntax
|
180
|
-
- syntax/
|
181
|
-
- syntax/latex_beamer.syntax
|
182
|
-
- syntax/html_tcl.syntax
|
183
|
-
- syntax/bibtex.syntax
|
184
|
-
- syntax/lua.syntax
|
185
|
-
- syntax/smarty.syntax
|
186
|
-
- syntax/perl.syntax
|
187
|
-
- syntax/io.syntax
|
188
|
-
- syntax/latex_memoir.syntax
|
189
|
-
- syntax/mod_perl.syntax
|
190
|
-
- syntax/sql_rails.syntax
|
191
|
-
- syntax/java.syntax
|
192
|
-
- syntax/tsv.syntax
|
193
|
-
- syntax/qt_c++.syntax
|
194
|
-
- syntax/man.syntax
|
183
|
+
- syntax/s5.syntax
|
195
184
|
- syntax/scilab.syntax
|
185
|
+
- syntax/mips.syntax
|
186
|
+
- syntax/twiki.syntax
|
187
|
+
- syntax/perl.syntax
|
188
|
+
- syntax/fxscript.syntax
|
189
|
+
- syntax/markdown.syntax
|
196
190
|
- syntax/lilypond.syntax
|
197
|
-
- syntax/
|
198
|
-
- syntax/
|
191
|
+
- syntax/blog_html.syntax
|
192
|
+
- syntax/html_mason.syntax
|
193
|
+
- syntax/jquery_javascript.syntax
|
194
|
+
- syntax/json.syntax
|
195
|
+
- syntax/languagedefinition.syntax
|
196
|
+
- syntax/tex_math.syntax
|
197
|
+
- syntax/xml_strict.syntax
|
198
|
+
- syntax/php.syntax
|
199
|
+
- syntax/doxygen.syntax
|
200
|
+
- syntax/strings_file.syntax
|
201
|
+
- syntax/makefile.syntax
|
202
|
+
- syntax/setext.syntax
|
203
|
+
- syntax/ada.syntax
|
204
|
+
- syntax/active4d_ini.syntax
|
205
|
+
- syntax/active4d_library.syntax
|
199
206
|
- syntax/antlr.syntax
|
200
|
-
- syntax/
|
207
|
+
- syntax/javascript_+_prototype.syntax
|
208
|
+
- syntax/lighttpd.syntax
|
209
|
+
- syntax/template_toolkit.syntax
|
210
|
+
- syntax/sql_rails.syntax
|
211
|
+
- syntax/ssh-config.syntax
|
212
|
+
- syntax/mediawiki.syntax
|
213
|
+
- syntax/moinmoin.syntax
|
214
|
+
- syntax/javascript.syntax
|
215
|
+
- syntax/quake3_config.syntax
|
216
|
+
- syntax/qt_c++.syntax
|
217
|
+
- syntax/camlp4.syntax
|
218
|
+
- syntax/multimarkdown.syntax
|
219
|
+
- syntax/blog_text.syntax
|
220
|
+
- syntax/blog_textile.syntax
|
221
|
+
- syntax/bulletin_board.syntax
|
222
|
+
- syntax/groovy.syntax
|
223
|
+
- syntax/gtdalt.syntax
|
224
|
+
- syntax/regular_expressions_python.syntax
|
225
|
+
- syntax/latex_beamer.syntax
|
226
|
+
- syntax/remind.syntax
|
227
|
+
- syntax/regexp.syntax
|
228
|
+
- syntax/rd_r_documentation.syntax
|
229
|
+
- syntax/standard_ml.syntax
|
230
|
+
- syntax/literate_haskell.syntax
|
231
|
+
- syntax/python_django.syntax
|
201
232
|
- syntax/restructuredtext.syntax
|
202
|
-
- syntax/
|
203
|
-
- syntax/
|
204
|
-
- syntax/
|
205
|
-
- syntax/active4d.syntax
|
206
|
-
- syntax/html_mason.syntax
|
207
|
-
- syntax/release_notes.syntax
|
208
|
-
- syntax/mips.syntax
|
233
|
+
- syntax/mod_perl.syntax
|
234
|
+
- syntax/coldfusion.syntax
|
235
|
+
- syntax/installer_distribution_script.syntax
|
209
236
|
- syntax/vectorscript.syntax
|
210
|
-
- syntax/logtalk.syntax
|
211
|
-
- syntax/r_console.syntax
|
212
|
-
- syntax/literate_haskell.syntax
|
213
237
|
- syntax/macports_portfile.syntax
|
214
|
-
- syntax/markdown.syntax
|
215
|
-
- syntax/regular_expressions_python.syntax
|
216
|
-
- syntax/groovy.syntax
|
217
|
-
- syntax/setext.syntax
|
218
|
-
- syntax/opengl.syntax
|
219
|
-
- syntax/diff.syntax
|
220
|
-
- syntax/modula-3.syntax
|
221
|
-
- syntax/icalendar.syntax
|
222
|
-
- syntax/apache.syntax
|
223
|
-
- syntax/gtdalt.syntax
|
224
|
-
- syntax/dylan.syntax
|
225
|
-
- syntax/xml_strict.syntax
|
226
238
|
- syntax/yui_javascript.syntax
|
227
|
-
- syntax/javaproperties.syntax
|
228
|
-
- syntax/python_django.syntax
|
229
|
-
- syntax/movable_type.syntax
|
230
|
-
- syntax/quake3_config.syntax
|
231
|
-
- syntax/ruby_experimental.syntax
|
232
|
-
- syntax/shell-unix-generic.syntax
|
233
|
-
- syntax/postscript.syntax
|
234
|
-
- syntax/plain_text.syntax
|
235
|
-
- syntax/ssh-config.syntax
|
236
|
-
- syntax/processing.syntax
|
237
|
-
- syntax/property_list.syntax
|
238
239
|
- syntax/actionscript.syntax
|
239
240
|
- syntax/active4d_html.syntax
|
240
|
-
- syntax/
|
241
|
+
- syntax/apache.syntax
|
241
242
|
- syntax/applescript.syntax
|
242
243
|
- syntax/asp_vb.net.syntax
|
243
|
-
- syntax/blog_html.syntax
|
244
244
|
- syntax/blog_markdown.syntax
|
245
|
-
- syntax/
|
246
|
-
- syntax/coldfusion.syntax
|
245
|
+
- syntax/context_free.syntax
|
247
246
|
- syntax/css_experimental.syntax
|
248
247
|
- syntax/dokuwiki.syntax
|
249
|
-
- syntax/doxygen.syntax
|
250
248
|
- syntax/eiffel.syntax
|
251
249
|
- syntax/erlang.syntax
|
252
250
|
- syntax/f-script.syntax
|
253
|
-
- syntax/fxscript.syntax
|
254
|
-
- syntax/greasemonkey.syntax
|
255
251
|
- syntax/haskell.syntax
|
252
|
+
- syntax/greasemonkey.syntax
|
253
|
+
- syntax/html-asp.syntax
|
254
|
+
- syntax/html_django.syntax
|
255
|
+
- syntax/html_for_asp.net.syntax
|
256
256
|
- syntax/html_rails.syntax
|
257
|
-
- syntax/
|
258
|
-
- syntax/javascript_+
|
259
|
-
- syntax/
|
257
|
+
- syntax/javaproperties.syntax
|
258
|
+
- syntax/javascript_+_prototype_bracketed.syntax
|
259
|
+
- syntax/objective-c++.syntax
|
260
|
+
- syntax/plain_text.syntax
|
261
|
+
- syntax/postscript.syntax
|
262
|
+
- syntax/processing.syntax
|
263
|
+
- syntax/property_list.syntax
|
260
264
|
- syntax/regular_expressions_oniguruma.syntax
|
261
|
-
|
262
|
-
-
|
263
|
-
|
264
|
-
-
|
265
|
+
test_files:
|
266
|
+
- test/test_uv.rb
|
267
|
+
rdoc_options:
|
268
|
+
- --main
|
269
|
+
- README.txt
|
270
|
+
extra_rdoc_files:
|
265
271
|
- History.txt
|
266
|
-
- Rakefile
|
267
272
|
- Manifest.txt
|
268
273
|
- README.txt
|
269
|
-
test_files:
|
270
|
-
- test/test_uv.rb
|
271
|
-
rdoc_options: []
|
272
|
-
|
273
|
-
extra_rdoc_files: []
|
274
|
-
|
275
274
|
executables:
|
276
275
|
- theme2xhtmlrender
|
277
276
|
- theme2latexrender
|
@@ -288,5 +287,5 @@ dependencies:
|
|
288
287
|
requirements:
|
289
288
|
- - ">="
|
290
289
|
- !ruby/object:Gem::Version
|
291
|
-
version: 0.
|
290
|
+
version: 0.10.0
|
292
291
|
version:
|