rmthemegen 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.project +18 -0
- data/bin/geanyfy.rb +4 -41
- data/lib/rmthemegen/basis_theme.tmTheme +971 -0
- data/lib/rmthemegen/geany.filetypes.all +2945 -0
- data/lib/rmthemegen/plist.html +246 -0
- data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
- data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
- data/lib/rmthemegen/rmtg_textmate.rb +262 -0
- data/lib/rmthemegen/rmthemegen_187.rb +32 -233
- data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
- data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
- data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
- data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
- data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
- data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
- data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
- data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
- data/lib/rmthemegen/syntaxes/C.plist +1126 -0
- data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
- data/lib/rmthemegen/syntaxes/C____.plist +521 -0
- data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
- data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
- data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
- data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
- data/lib/rmthemegen/syntaxes/Io.plist +225 -0
- data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
- data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
- data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
- data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
- data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
- data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
- data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
- data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
- data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
- data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
- data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
- data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
- data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
- data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
- data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
- data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
- data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
- data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
- data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
- data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
- data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
- data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
- data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
- data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
- data/lib/rmthemegen/syntaxes/XML.plist +576 -0
- data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
- data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
- data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
- data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
- data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
- data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
- data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
- data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
- data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
- data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
- data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
- data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
- data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
- data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
- data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
- data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
- data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
- data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
- data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
- data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
- data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
- data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
- data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
- data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
- data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
- data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
- data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
- data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
- data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
- data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
- data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
- data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
- data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
- data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
- data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
- data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
- data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
- data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
- data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
- data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
- data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
- data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
- data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
- data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
- data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
- data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
- data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
- data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
- data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
- data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
- data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
- data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
- data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
- data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
- data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
- data/lib/rmthemegen/token_list.rb +171 -101
- data/lib/rmthemegen/uv_addons.rb +176 -0
- data/rmthemegen.gemspec +4 -1
- data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
- data/test/choco.css +138 -0
- data/test/choco.render +136 -0
- data/test/get_tm_scopes.rb +79 -0
- data/test/get_tm_tokens.rb +0 -3
- data/test/newtheme.sh +6 -0
- data/test/output +14 -0
- data/test/rexml.element.methods +100 -0
- data/test/scopes_harvested +61 -0
- data/test/scopes_harvested.rb +15 -0
- data/test/test_generate_themes.rb +75 -38
- metadata +198 -13
- data/lib/rmthemegen/index.html +0 -2
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
- data/test/rmt_beautiful_quality.tmTheme +0 -399
- data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,544 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>fileTypes</key>
|
6
|
+
<array>
|
7
|
+
<string>conf</string>
|
8
|
+
<string>htaccess</string>
|
9
|
+
</array>
|
10
|
+
<key>foldingStartMarker</key>
|
11
|
+
<string>^[ ]*(?x)
|
12
|
+
(<(?i:FilesMatch|Files|DirectoryMatch|Directory|LocationMatch|Location|VirtualHost|IfModule|IfDefine)\b.*?>
|
13
|
+
)</string>
|
14
|
+
<key>foldingStopMarker</key>
|
15
|
+
<string>^[ ]*(?x)
|
16
|
+
(</(?i:FilesMatch|Files|DirectoryMatch|Directory|LocationMatch|Location|VirtualHost|IfModule|IfDefine)>
|
17
|
+
)</string>
|
18
|
+
<key>keyEquivalent</key>
|
19
|
+
<string>^~A</string>
|
20
|
+
<key>name</key>
|
21
|
+
<string>Apache</string>
|
22
|
+
<key>patterns</key>
|
23
|
+
<array>
|
24
|
+
<dict>
|
25
|
+
<key>captures</key>
|
26
|
+
<dict>
|
27
|
+
<key>1</key>
|
28
|
+
<dict>
|
29
|
+
<key>name</key>
|
30
|
+
<string>punctuation.definition.comment.apache-config</string>
|
31
|
+
</dict>
|
32
|
+
</dict>
|
33
|
+
<key>match</key>
|
34
|
+
<string>(#).*$\n?</string>
|
35
|
+
<key>name</key>
|
36
|
+
<string>comment.line.number-sign.apache-config</string>
|
37
|
+
</dict>
|
38
|
+
<dict>
|
39
|
+
<key>captures</key>
|
40
|
+
<dict>
|
41
|
+
<key>1</key>
|
42
|
+
<dict>
|
43
|
+
<key>name</key>
|
44
|
+
<string>punctuation.definition.tag.apache-config</string>
|
45
|
+
</dict>
|
46
|
+
<key>2</key>
|
47
|
+
<dict>
|
48
|
+
<key>name</key>
|
49
|
+
<string>entity.name.tag.apache-config</string>
|
50
|
+
</dict>
|
51
|
+
<key>3</key>
|
52
|
+
<dict>
|
53
|
+
<key>name</key>
|
54
|
+
<string>punctuation.definition.tag.apache-config</string>
|
55
|
+
</dict>
|
56
|
+
<key>4</key>
|
57
|
+
<dict>
|
58
|
+
<key>name</key>
|
59
|
+
<string>meta.scope.between-tag-pair.apache-config</string>
|
60
|
+
</dict>
|
61
|
+
<key>5</key>
|
62
|
+
<dict>
|
63
|
+
<key>name</key>
|
64
|
+
<string>entity.name.tag.apache-config</string>
|
65
|
+
</dict>
|
66
|
+
<key>6</key>
|
67
|
+
<dict>
|
68
|
+
<key>name</key>
|
69
|
+
<string>punctuation.definition.tag.apache-config</string>
|
70
|
+
</dict>
|
71
|
+
</dict>
|
72
|
+
<key>match</key>
|
73
|
+
<string>^[ ]*(<)([a-zA-Z0-9:]+)[^>]*(>(<)/)(\2)(>)</string>
|
74
|
+
<key>name</key>
|
75
|
+
<string>meta.tag.any.html</string>
|
76
|
+
</dict>
|
77
|
+
<dict>
|
78
|
+
<key>begin</key>
|
79
|
+
<string>^[ ]*((<)(VirtualHost)(?:[ ]+([^>]+))?(>))</string>
|
80
|
+
<key>beginCaptures</key>
|
81
|
+
<dict>
|
82
|
+
<key>1</key>
|
83
|
+
<dict>
|
84
|
+
<key>name</key>
|
85
|
+
<string>meta.tag.apache-config</string>
|
86
|
+
</dict>
|
87
|
+
<key>2</key>
|
88
|
+
<dict>
|
89
|
+
<key>name</key>
|
90
|
+
<string>punctuation.definition.tag.apache-config</string>
|
91
|
+
</dict>
|
92
|
+
<key>3</key>
|
93
|
+
<dict>
|
94
|
+
<key>name</key>
|
95
|
+
<string>entity.name.tag.apache-config</string>
|
96
|
+
</dict>
|
97
|
+
<key>4</key>
|
98
|
+
<dict>
|
99
|
+
<key>name</key>
|
100
|
+
<string>meta.toc-list.virtual-host.apache-config</string>
|
101
|
+
</dict>
|
102
|
+
<key>5</key>
|
103
|
+
<dict>
|
104
|
+
<key>name</key>
|
105
|
+
<string>punctuation.definition.tag.apache-config</string>
|
106
|
+
</dict>
|
107
|
+
</dict>
|
108
|
+
<key>end</key>
|
109
|
+
<string>^[ ]*((</)(VirtualHost)[^>]*(>))</string>
|
110
|
+
<key>endCaptures</key>
|
111
|
+
<dict>
|
112
|
+
<key>1</key>
|
113
|
+
<dict>
|
114
|
+
<key>name</key>
|
115
|
+
<string>meta.tag.apache-config</string>
|
116
|
+
</dict>
|
117
|
+
<key>2</key>
|
118
|
+
<dict>
|
119
|
+
<key>name</key>
|
120
|
+
<string>punctuation.definition.tag.apache-config</string>
|
121
|
+
</dict>
|
122
|
+
<key>3</key>
|
123
|
+
<dict>
|
124
|
+
<key>name</key>
|
125
|
+
<string>entity.name.tag.apache-config</string>
|
126
|
+
</dict>
|
127
|
+
<key>4</key>
|
128
|
+
<dict>
|
129
|
+
<key>name</key>
|
130
|
+
<string>punctuation.definition.tag.apache-config</string>
|
131
|
+
</dict>
|
132
|
+
</dict>
|
133
|
+
<key>name</key>
|
134
|
+
<string>meta.vhost.apache-config</string>
|
135
|
+
<key>patterns</key>
|
136
|
+
<array>
|
137
|
+
<dict>
|
138
|
+
<key>include</key>
|
139
|
+
<string>$base</string>
|
140
|
+
</dict>
|
141
|
+
</array>
|
142
|
+
</dict>
|
143
|
+
<dict>
|
144
|
+
<key>begin</key>
|
145
|
+
<string>^[ ]*((<)(Directory(?:Match)?)(?:[ ]+([^>]+))?(>))</string>
|
146
|
+
<key>beginCaptures</key>
|
147
|
+
<dict>
|
148
|
+
<key>1</key>
|
149
|
+
<dict>
|
150
|
+
<key>name</key>
|
151
|
+
<string>meta.tag.apache-config</string>
|
152
|
+
</dict>
|
153
|
+
<key>2</key>
|
154
|
+
<dict>
|
155
|
+
<key>name</key>
|
156
|
+
<string>punctuation.definition.tag.apache-config</string>
|
157
|
+
</dict>
|
158
|
+
<key>3</key>
|
159
|
+
<dict>
|
160
|
+
<key>name</key>
|
161
|
+
<string>entity.name.tag.apache-config</string>
|
162
|
+
</dict>
|
163
|
+
<key>4</key>
|
164
|
+
<dict>
|
165
|
+
<key>name</key>
|
166
|
+
<string>meta.toc-list.directory.apache-config</string>
|
167
|
+
</dict>
|
168
|
+
<key>5</key>
|
169
|
+
<dict>
|
170
|
+
<key>name</key>
|
171
|
+
<string>punctuation.definition.tag.apache-config</string>
|
172
|
+
</dict>
|
173
|
+
</dict>
|
174
|
+
<key>end</key>
|
175
|
+
<string>^[ ]*((</)(Directory(?:Match)?)[^>]*(>))</string>
|
176
|
+
<key>endCaptures</key>
|
177
|
+
<dict>
|
178
|
+
<key>1</key>
|
179
|
+
<dict>
|
180
|
+
<key>name</key>
|
181
|
+
<string>meta.tag.apache-config</string>
|
182
|
+
</dict>
|
183
|
+
<key>2</key>
|
184
|
+
<dict>
|
185
|
+
<key>name</key>
|
186
|
+
<string>punctuation.definition.tag.apache-config</string>
|
187
|
+
</dict>
|
188
|
+
<key>3</key>
|
189
|
+
<dict>
|
190
|
+
<key>name</key>
|
191
|
+
<string>entity.name.tag.apache-config</string>
|
192
|
+
</dict>
|
193
|
+
<key>4</key>
|
194
|
+
<dict>
|
195
|
+
<key>name</key>
|
196
|
+
<string>punctuation.definition.tag.apache-config</string>
|
197
|
+
</dict>
|
198
|
+
</dict>
|
199
|
+
<key>name</key>
|
200
|
+
<string>meta.directory.apache-config</string>
|
201
|
+
<key>patterns</key>
|
202
|
+
<array>
|
203
|
+
<dict>
|
204
|
+
<key>include</key>
|
205
|
+
<string>$base</string>
|
206
|
+
</dict>
|
207
|
+
</array>
|
208
|
+
</dict>
|
209
|
+
<dict>
|
210
|
+
<key>begin</key>
|
211
|
+
<string>^[ ]*((<)(Location(?:Match)?)(?:[ ]+([^>]+))?(>))</string>
|
212
|
+
<key>beginCaptures</key>
|
213
|
+
<dict>
|
214
|
+
<key>1</key>
|
215
|
+
<dict>
|
216
|
+
<key>name</key>
|
217
|
+
<string>meta.tag.apache-config</string>
|
218
|
+
</dict>
|
219
|
+
<key>2</key>
|
220
|
+
<dict>
|
221
|
+
<key>name</key>
|
222
|
+
<string>punctuation.definition.tag.apache-config</string>
|
223
|
+
</dict>
|
224
|
+
<key>3</key>
|
225
|
+
<dict>
|
226
|
+
<key>name</key>
|
227
|
+
<string>entity.name.tag.apache-config</string>
|
228
|
+
</dict>
|
229
|
+
<key>4</key>
|
230
|
+
<dict>
|
231
|
+
<key>name</key>
|
232
|
+
<string>meta.toc-list.location.apache-config</string>
|
233
|
+
</dict>
|
234
|
+
<key>5</key>
|
235
|
+
<dict>
|
236
|
+
<key>name</key>
|
237
|
+
<string>punctuation.definition.tag.apache-config</string>
|
238
|
+
</dict>
|
239
|
+
</dict>
|
240
|
+
<key>end</key>
|
241
|
+
<string>^[ ]*((</)(Location(?:Match)?)[^>]*(>))</string>
|
242
|
+
<key>endCaptures</key>
|
243
|
+
<dict>
|
244
|
+
<key>1</key>
|
245
|
+
<dict>
|
246
|
+
<key>name</key>
|
247
|
+
<string>meta.tag.apache-config</string>
|
248
|
+
</dict>
|
249
|
+
<key>2</key>
|
250
|
+
<dict>
|
251
|
+
<key>name</key>
|
252
|
+
<string>punctuation.definition.tag.apache-config</string>
|
253
|
+
</dict>
|
254
|
+
<key>3</key>
|
255
|
+
<dict>
|
256
|
+
<key>name</key>
|
257
|
+
<string>entity.name.tag.apache-config</string>
|
258
|
+
</dict>
|
259
|
+
<key>4</key>
|
260
|
+
<dict>
|
261
|
+
<key>name</key>
|
262
|
+
<string>punctuation.definition.tag.apache-config</string>
|
263
|
+
</dict>
|
264
|
+
</dict>
|
265
|
+
<key>name</key>
|
266
|
+
<string>meta.location.apache-config</string>
|
267
|
+
<key>patterns</key>
|
268
|
+
<array>
|
269
|
+
<dict>
|
270
|
+
<key>include</key>
|
271
|
+
<string>$base</string>
|
272
|
+
</dict>
|
273
|
+
</array>
|
274
|
+
</dict>
|
275
|
+
<dict>
|
276
|
+
<key>begin</key>
|
277
|
+
<string>(^Include)</string>
|
278
|
+
<key>beginCaptures</key>
|
279
|
+
<dict>
|
280
|
+
<key>1</key>
|
281
|
+
<dict>
|
282
|
+
<key>name</key>
|
283
|
+
<string>support.constant.include.start.apache-config</string>
|
284
|
+
</dict>
|
285
|
+
</dict>
|
286
|
+
<key>end</key>
|
287
|
+
<string>(\n)</string>
|
288
|
+
<key>endCaptures</key>
|
289
|
+
<dict>
|
290
|
+
<key>1</key>
|
291
|
+
<dict>
|
292
|
+
<key>name</key>
|
293
|
+
<string>support.constant.include.end.apache-config</string>
|
294
|
+
</dict>
|
295
|
+
</dict>
|
296
|
+
<key>name</key>
|
297
|
+
<string>source.include.apache-config</string>
|
298
|
+
<key>patterns</key>
|
299
|
+
<array>
|
300
|
+
<dict>
|
301
|
+
<key>match</key>
|
302
|
+
<string>(.*)</string>
|
303
|
+
<key>name</key>
|
304
|
+
<string>text.include.apache-config</string>
|
305
|
+
</dict>
|
306
|
+
</array>
|
307
|
+
</dict>
|
308
|
+
<dict>
|
309
|
+
<key>begin</key>
|
310
|
+
<string>^[ ]*\b(RewriteCond)\b</string>
|
311
|
+
<key>captures</key>
|
312
|
+
<dict>
|
313
|
+
<key>1</key>
|
314
|
+
<dict>
|
315
|
+
<key>name</key>
|
316
|
+
<string>support.constant.rewritecond.apache-config</string>
|
317
|
+
</dict>
|
318
|
+
</dict>
|
319
|
+
<key>end</key>
|
320
|
+
<string>$</string>
|
321
|
+
<key>patterns</key>
|
322
|
+
<array>
|
323
|
+
<dict>
|
324
|
+
<key>begin</key>
|
325
|
+
<string>[ ]+</string>
|
326
|
+
<key>end</key>
|
327
|
+
<string>$</string>
|
328
|
+
<key>patterns</key>
|
329
|
+
<array>
|
330
|
+
<dict>
|
331
|
+
<key>include</key>
|
332
|
+
<string>#vars</string>
|
333
|
+
</dict>
|
334
|
+
<dict>
|
335
|
+
<key>match</key>
|
336
|
+
<string>[^ %\n]+</string>
|
337
|
+
<key>name</key>
|
338
|
+
<string>string.regexp.rewrite-test.apache-config</string>
|
339
|
+
</dict>
|
340
|
+
<dict>
|
341
|
+
<key>begin</key>
|
342
|
+
<string>[ ]+</string>
|
343
|
+
<key>end</key>
|
344
|
+
<string>$</string>
|
345
|
+
<key>patterns</key>
|
346
|
+
<array>
|
347
|
+
<dict>
|
348
|
+
<key>match</key>
|
349
|
+
<string>[^ %\n]+</string>
|
350
|
+
<key>name</key>
|
351
|
+
<string>string.other.rewrite-condition.apache-config</string>
|
352
|
+
</dict>
|
353
|
+
<dict>
|
354
|
+
<key>captures</key>
|
355
|
+
<dict>
|
356
|
+
<key>1</key>
|
357
|
+
<dict>
|
358
|
+
<key>name</key>
|
359
|
+
<string>string.regexp.rewrite-operator.apache-config</string>
|
360
|
+
</dict>
|
361
|
+
</dict>
|
362
|
+
<key>match</key>
|
363
|
+
<string>[ ]+(\[[^\]]+\])</string>
|
364
|
+
</dict>
|
365
|
+
</array>
|
366
|
+
</dict>
|
367
|
+
</array>
|
368
|
+
</dict>
|
369
|
+
</array>
|
370
|
+
</dict>
|
371
|
+
<dict>
|
372
|
+
<key>begin</key>
|
373
|
+
<string>^[ ]*\b(RewriteRule)\b</string>
|
374
|
+
<key>captures</key>
|
375
|
+
<dict>
|
376
|
+
<key>1</key>
|
377
|
+
<dict>
|
378
|
+
<key>name</key>
|
379
|
+
<string>support.constant.rewriterule.apache-config</string>
|
380
|
+
</dict>
|
381
|
+
</dict>
|
382
|
+
<key>end</key>
|
383
|
+
<string>$</string>
|
384
|
+
<key>patterns</key>
|
385
|
+
<array>
|
386
|
+
<dict>
|
387
|
+
<key>begin</key>
|
388
|
+
<string>[ ]+</string>
|
389
|
+
<key>end</key>
|
390
|
+
<string>$</string>
|
391
|
+
<key>patterns</key>
|
392
|
+
<array>
|
393
|
+
<dict>
|
394
|
+
<key>include</key>
|
395
|
+
<string>#vars</string>
|
396
|
+
</dict>
|
397
|
+
<dict>
|
398
|
+
<key>match</key>
|
399
|
+
<string>[^ %]+</string>
|
400
|
+
<key>name</key>
|
401
|
+
<string>string.regexp.rewrite-pattern.apache-config</string>
|
402
|
+
</dict>
|
403
|
+
<dict>
|
404
|
+
<key>begin</key>
|
405
|
+
<string>[ ]+</string>
|
406
|
+
<key>end</key>
|
407
|
+
<string>$</string>
|
408
|
+
<key>patterns</key>
|
409
|
+
<array>
|
410
|
+
<dict>
|
411
|
+
<key>include</key>
|
412
|
+
<string>#vars</string>
|
413
|
+
</dict>
|
414
|
+
<dict>
|
415
|
+
<key>match</key>
|
416
|
+
<string>[^ %\n]+</string>
|
417
|
+
<key>name</key>
|
418
|
+
<string>string.other.rewrite-substitution.apache-config</string>
|
419
|
+
</dict>
|
420
|
+
<dict>
|
421
|
+
<key>captures</key>
|
422
|
+
<dict>
|
423
|
+
<key>1</key>
|
424
|
+
<dict>
|
425
|
+
<key>name</key>
|
426
|
+
<string>string.regexp.rewrite-operator.apache-config</string>
|
427
|
+
</dict>
|
428
|
+
</dict>
|
429
|
+
<key>match</key>
|
430
|
+
<string>[ ]+(\[[^\]]+\])</string>
|
431
|
+
</dict>
|
432
|
+
</array>
|
433
|
+
</dict>
|
434
|
+
</array>
|
435
|
+
</dict>
|
436
|
+
</array>
|
437
|
+
</dict>
|
438
|
+
<dict>
|
439
|
+
<key>match</key>
|
440
|
+
<string>\b(R(e(sourceConfig|direct(Match|Temp|Permanent)?|qu(ire|estHeader)|ferer(Ignore|Log)|write(Rule|Map|Base|Cond|Options|Engine|Lo(ck|g(Level)?))|admeName|move(Handler|Charset|Type|InputFilter|OutputFilter|Encoding|Language))|Limit(MEM|NPROC|CPU))|Group|XBitHack|M(MapFile|i(nSpare(Servers|Threads)|meMagicFile)|odMimeUsePathInfo|Cache(RemovalAlgorithm|M(inObjectSize|ax(StreamingBuffer|Object(Size|Count)))|Size)|ultiviewsMatch|eta(Suffix|Dir|Files)|ax(RequestsPer(Child|Thread)|MemFree|Spare(Servers|Threads)|Clients|Threads(PerChild)?|KeepAliveRequests))|B(indAddress|S2000Account|rowserMatch(NoCase)?)|S(hmemUIDisUser|c(oreBoardFile|ript(Sock|InterpreterSource|Log(Buffer|Length)?|Alias(Match)?)?)|tart(Servers|Threads)|S(I(StartTag|TimeFormat|UndefinedEcho|E(ndTag|rrorMsg))|L(R(equire(SSL)?|andomSeed)|Mutex|SessionCache(Timeout)?|C(ipherSuite|ertificate(ChainFile|KeyFile|File)|A(Revocation(Path|File)|Certificate(Path|File)))|Options|P(assPhraseDialog|ro(tocol|xy(MachineCertificate(Path|File)|C(ipherSuite|A(Revocation(Path|File)|Certificate(Path|File)))|Protocol|Engine|Verify(Depth)?)))|Engine|Verify(Client|Depth)))|uexecUserGroup|e(ndBufferSize|cureListen|t(Handler|InputFilter|OutputFilter|Env(If(NoCase)?)?)|rver(Root|Signature|Name|T(ype|okens)|Path|Limit|A(dmin|lias)))|atisfy)|H(ostnameLookups|eader(Name)?)|N(o(Cache|Proxy)|umServers|ameVirtualHost|WSSL(TrustedCerts|Upgradeable))|C(h(ildPerUserID|eckSpelling|arset(SourceEnc|Options|Default))|GI(MapExtension|CommandArgs)|o(ntentDigest|okie(Style|Name|Tracking|Domain|Prefix|Expires|Format|Log)|reDumpDirectory)|ustomLog|learModuleList|ache(Root|Gc(MemUsage|Clean|Interval|Daily|Unused)|M(inFileSize|ax(Expire|FileSize))|Size|NegotiatedDocs|TimeMargin|Ignore(NoLastMod|CacheControl)|D(i(sable|rLe(ngth|vels))|efaultExpire)|E(nable|xpiryCheck)|F(ile|orceCompletion)|LastModifiedFactor))|T(hread(sPerChild|StackSize|Limit)|ypesConfig|ime(out|Out)|ransferLog)|I(n(clude|dex(Ignore|O(ptions|rderDefault)))|SAPI(ReadAheadBuffer|CacheFile|FakeAsync|LogNotSupported|AppendLogTo(Errors|Query))|dentityCheck|f(Module|Define)|map(Menu|Base|Default))|O(ptions|rder)|D(irectory(Match|Slash|Index)?|ocumentRoot|e(ny|f(late(MemLevel|BufferSize|CompressionLevel|FilterNote|WindowSize)|ault(Type|Icon|Language)))|av(MinTimeout|DepthInfinity|LockDB)?)|U(se(CanonicalName|r(Dir)?)|nsetEnv)|P(idFile|ort|assEnv|ro(tocol(ReqCheck|Echo)|xy(Re(ceiveBufferSize|quests|mote(Match)?)|Ma(tch|xForwards)|B(lock|adHeader)|Timeout|IOBufferSize|Domain|P(ass(Reverse)?|reserveHost)|ErrorOverride|Via)?))|E(nable(MMAP|Sendfile|ExceptionHook)|BCDIC(Convert(ByType)?|Kludge)|rror(Header|Document|Log)|x(t(endedStatus|Filter(Options|Define))|pires(ByType|Default|Active)|ample))|Virtual(ScriptAlias(IP)?|Host|DocumentRoot(IP)?)|KeepAlive(Timeout)?|F(ile(s(Match)?|ETag)|or(ce(Type|LanguagePriority)|ensicLog)|ancyIndexing)|Win32DisableAcceptEx|L(i(sten(Back(log|Log))?|mit(Request(Body|Field(s(ize)?|Size)|Line)|XMLRequestBody|InternalRecursion|Except)?)|o(c(kFile|ation(Match)?)|ad(Module|File)|g(Format|Level))|DAP(SharedCache(Size|File)|Cache(TTL|Entries)|TrustedCA(Type)?|OpCache(TTL|Entries))|anguagePriority)|A(ssignUserID|nonymous(_(MustGiveEmail|NoUserID|VerifyEmail|LogEmail|Authoritative))?|c(ce(ss(Config|FileName)|pt(Mutex|PathInfo|Filter))|tion)|dd(Module(Info)?|Handler|Charset|Type|I(nputFilter|con(By(Type|Encoding))?)|OutputFilter(ByType)?|De(scription|faultCharset)|Encoding|Language|Alt(By(Type|Encoding))?)|uth(GroupFile|Name|Type|D(B(GroupFile|M(GroupFile|Type|UserFile|Authoritative)|UserFile|Authoritative)|igest(GroupFile|ShmemSize|N(cCheck|once(Format|Lifetime))|Domain|Qop|File|Algorithm))|UserFile|LDAP(RemoteUserIsDN|GroupAttribute(IsDN)?|Bind(DN|Password)|C(harsetConfig|ompareDNOnServer)|DereferenceAliases|Url|Enabled|FrontPageHack|Authoritative)|Authoritative)|l(ias(Match)?|low(CONNECT|Override|EncodedSlashes)?)|gentLog)|MIMEMagicFile)\b</string>
|
441
|
+
<key>name</key>
|
442
|
+
<string>support.constant.apache-config</string>
|
443
|
+
</dict>
|
444
|
+
<dict>
|
445
|
+
<key>match</key>
|
446
|
+
<string>\b(access_module|actions_module|action_module|alias_module|anon_auth_module|asis_module|authn_anon_module|authn_dbd_module|authn_dbm_module|authn_default_module|authn_file_module|authz_dbm_module|authz_default_module|authz_groupfile_module|authz_host_module|authz_owner_module|authz_user_module|auth_basic_module|auth_digest_module|auth_module|autoindex_module|bonjour_module|cache_module|cern_meta_module|cgi_module|config_log_module|dav_fs_module|dav_module|dbd_module|dbm_auth_module|deflate_module|digest_module|dir_module|disk_cache_module|dumpio_module|env_module|expires_module|ext_filter_module|fastcgi_module|filter_module|foo_module|headers_module|hfs_apple_module|ident_module|imagemap_module|imap_module|includes_module|include_module|info_module|jk_module|logio_module|log_config_module|log_forensic_module|mem_cache_module|mime_magic_module|mime_module|negotiation_module|perl_module|php4_module|php5_module|proxy_ajp_module|proxy_balancer_module|proxy_connect_module|proxy_ftp_module|proxy_http_module|proxy_module|rendezvous_apple_module|rendezvous_module|rewrite_module|setenvif_module|speling_module|ssl_module|status_module|substitute_module|unique_id_module|userdir_module|usertrack_module|version_module|vhost_alias_module)\b</string>
|
447
|
+
<key>name</key>
|
448
|
+
<string>support.class.apache-config</string>
|
449
|
+
</dict>
|
450
|
+
<dict>
|
451
|
+
<key>begin</key>
|
452
|
+
<string>"</string>
|
453
|
+
<key>beginCaptures</key>
|
454
|
+
<dict>
|
455
|
+
<key>0</key>
|
456
|
+
<dict>
|
457
|
+
<key>name</key>
|
458
|
+
<string>punctuation.definition.string.begin.apache-config</string>
|
459
|
+
</dict>
|
460
|
+
</dict>
|
461
|
+
<key>end</key>
|
462
|
+
<string>"(?!")</string>
|
463
|
+
<key>endCaptures</key>
|
464
|
+
<dict>
|
465
|
+
<key>0</key>
|
466
|
+
<dict>
|
467
|
+
<key>name</key>
|
468
|
+
<string>punctuation.definition.string.end.apache-config</string>
|
469
|
+
</dict>
|
470
|
+
</dict>
|
471
|
+
<key>name</key>
|
472
|
+
<string>string.quoted.double.apache-config</string>
|
473
|
+
<key>patterns</key>
|
474
|
+
<array>
|
475
|
+
<dict>
|
476
|
+
<key>match</key>
|
477
|
+
<string>""</string>
|
478
|
+
<key>name</key>
|
479
|
+
<string>constant.character.escape.apostrophe.apache</string>
|
480
|
+
</dict>
|
481
|
+
</array>
|
482
|
+
</dict>
|
483
|
+
<dict>
|
484
|
+
<key>begin</key>
|
485
|
+
<string>(</?)([a-zA-Z]+)</string>
|
486
|
+
<key>captures</key>
|
487
|
+
<dict>
|
488
|
+
<key>1</key>
|
489
|
+
<dict>
|
490
|
+
<key>name</key>
|
491
|
+
<string>punctuation.definition.tag.apache-config</string>
|
492
|
+
</dict>
|
493
|
+
<key>2</key>
|
494
|
+
<dict>
|
495
|
+
<key>name</key>
|
496
|
+
<string>entity.name.tag.apache-config</string>
|
497
|
+
</dict>
|
498
|
+
</dict>
|
499
|
+
<key>end</key>
|
500
|
+
<string>(/?>)</string>
|
501
|
+
<key>name</key>
|
502
|
+
<string>meta.tag.apache-config</string>
|
503
|
+
</dict>
|
504
|
+
</array>
|
505
|
+
<key>repository</key>
|
506
|
+
<dict>
|
507
|
+
<key>vars</key>
|
508
|
+
<dict>
|
509
|
+
<key>patterns</key>
|
510
|
+
<array>
|
511
|
+
<dict>
|
512
|
+
<key>captures</key>
|
513
|
+
<dict>
|
514
|
+
<key>1</key>
|
515
|
+
<dict>
|
516
|
+
<key>name</key>
|
517
|
+
<string>punctuation.definition.variable.apache-config</string>
|
518
|
+
</dict>
|
519
|
+
<key>3</key>
|
520
|
+
<dict>
|
521
|
+
<key>name</key>
|
522
|
+
<string>punctuation.definition.variable.apache-config</string>
|
523
|
+
</dict>
|
524
|
+
</dict>
|
525
|
+
<key>match</key>
|
526
|
+
<string>(%\{)(?:HTTP_(?:USER_AGENT|REFERER|COOKIE|FORWARDED|HOST|PROXY_CONNECTION|ACCEPT)|REMOTE_(?:ADDR|HOST|USER|IDENT)|REQUEST_(?:METHOD|URI|FILENAME)|SCRIPT_FILENAME|PATH_INFO|QUERY_STRING|AUTH_TYPE|DOCUMENT_ROOT|SERVER_(?:ADMIN|NAME|ADDR|PORT|PROTOCOL|SOFTWARE)|TIME_(?:YEAR|MON|DAY|HOUR|MIN|SEC|WDAY)|TIME|API_VERSION|THE_REQUEST|IS_SUBREQ|(?:ENV|LA-U|LA-F|HTTP|SSL):[^\}]+)(\})</string>
|
527
|
+
<key>name</key>
|
528
|
+
<string>support.variable.apache-config</string>
|
529
|
+
</dict>
|
530
|
+
<dict>
|
531
|
+
<key>match</key>
|
532
|
+
<string>%\{[^\}]+\}</string>
|
533
|
+
<key>name</key>
|
534
|
+
<string>invalid.illegal.bad-var.apache-config</string>
|
535
|
+
</dict>
|
536
|
+
</array>
|
537
|
+
</dict>
|
538
|
+
</dict>
|
539
|
+
<key>scopeName</key>
|
540
|
+
<string>source.apache-config</string>
|
541
|
+
<key>uuid</key>
|
542
|
+
<string>023D670E-80F1-11D9-9BD1-00039398C572</string>
|
543
|
+
</dict>
|
544
|
+
</plist>
|