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,543 @@
|
|
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>comment</key>
|
6
|
+
<string></string>
|
7
|
+
<key>fileTypes</key>
|
8
|
+
<array>
|
9
|
+
<string>css</string>
|
10
|
+
<string>css.erb</string>
|
11
|
+
</array>
|
12
|
+
<key>foldingStartMarker</key>
|
13
|
+
<string>/\*\*(?!\*)|\{\s*($|/\*(?!.*?\*/.*\S))</string>
|
14
|
+
<key>foldingStopMarker</key>
|
15
|
+
<string>(?<!\*)\*\*/|^\s*\}</string>
|
16
|
+
<key>keyEquivalent</key>
|
17
|
+
<string>^~C</string>
|
18
|
+
<key>name</key>
|
19
|
+
<string>CSS</string>
|
20
|
+
<key>patterns</key>
|
21
|
+
<array>
|
22
|
+
<dict>
|
23
|
+
<key>begin</key>
|
24
|
+
<string>^(?=\s*[:.*#a-zA-Z])</string>
|
25
|
+
<key>end</key>
|
26
|
+
<string>(?=\{)</string>
|
27
|
+
<key>name</key>
|
28
|
+
<string>meta.selector.css</string>
|
29
|
+
<key>patterns</key>
|
30
|
+
<array>
|
31
|
+
<dict>
|
32
|
+
<key>include</key>
|
33
|
+
<string>#comment-block</string>
|
34
|
+
</dict>
|
35
|
+
<dict>
|
36
|
+
<key>match</key>
|
37
|
+
<string>\b(a|abbr|acronym|address|area|b|base|big|blockquote|body|br|button|caption|cite|code|col|colgroup|dd|del|dfn|div|dl|dt|em|fieldset|form|frame|frameset|(h[1-6])|head|hr|html|i|iframe|img|input|ins|kbd|label|legend|li|link|map|meta|noframes|noscript|object|ol|optgroup|option|p|param|pre|q|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|ul|var)\b</string>
|
38
|
+
<key>name</key>
|
39
|
+
<string>entity.name.tag.css</string>
|
40
|
+
</dict>
|
41
|
+
<dict>
|
42
|
+
<key>captures</key>
|
43
|
+
<dict>
|
44
|
+
<key>1</key>
|
45
|
+
<dict>
|
46
|
+
<key>name</key>
|
47
|
+
<string>punctuation.definition.entity.css</string>
|
48
|
+
</dict>
|
49
|
+
</dict>
|
50
|
+
<key>match</key>
|
51
|
+
<string>(\.)[a-zA-Z0-9_-]+</string>
|
52
|
+
<key>name</key>
|
53
|
+
<string>entity.other.attribute-name.class.css</string>
|
54
|
+
</dict>
|
55
|
+
<dict>
|
56
|
+
<key>captures</key>
|
57
|
+
<dict>
|
58
|
+
<key>1</key>
|
59
|
+
<dict>
|
60
|
+
<key>name</key>
|
61
|
+
<string>punctuation.definition.entity.css</string>
|
62
|
+
</dict>
|
63
|
+
</dict>
|
64
|
+
<key>match</key>
|
65
|
+
<string>(#)[a-zA-Z][a-zA-Z0-9_-]*</string>
|
66
|
+
<key>name</key>
|
67
|
+
<string>entity.other.attribute-name.id.css</string>
|
68
|
+
</dict>
|
69
|
+
<dict>
|
70
|
+
<key>match</key>
|
71
|
+
<string>\*</string>
|
72
|
+
<key>name</key>
|
73
|
+
<string>entity.name.tag.wildcard.css</string>
|
74
|
+
</dict>
|
75
|
+
<dict>
|
76
|
+
<key>captures</key>
|
77
|
+
<dict>
|
78
|
+
<key>1</key>
|
79
|
+
<dict>
|
80
|
+
<key>name</key>
|
81
|
+
<string>punctuation.definition.entity.css</string>
|
82
|
+
</dict>
|
83
|
+
</dict>
|
84
|
+
<key>match</key>
|
85
|
+
<string>(:+)\b(after|before|first-child|first-letter|first-line|selection)\b</string>
|
86
|
+
<key>name</key>
|
87
|
+
<string>entity.other.attribute-name.pseudo-element.css</string>
|
88
|
+
</dict>
|
89
|
+
<dict>
|
90
|
+
<key>captures</key>
|
91
|
+
<dict>
|
92
|
+
<key>1</key>
|
93
|
+
<dict>
|
94
|
+
<key>name</key>
|
95
|
+
<string>punctuation.definition.entity.css</string>
|
96
|
+
</dict>
|
97
|
+
</dict>
|
98
|
+
<key>match</key>
|
99
|
+
<string>(:)\b(active|hover|link|visited|focus)\b</string>
|
100
|
+
<key>name</key>
|
101
|
+
<string>entity.other.attribute-name.pseudo-class.css</string>
|
102
|
+
</dict>
|
103
|
+
<dict>
|
104
|
+
<key>captures</key>
|
105
|
+
<dict>
|
106
|
+
<key>1</key>
|
107
|
+
<dict>
|
108
|
+
<key>name</key>
|
109
|
+
<string>punctuation.definition.entity.css</string>
|
110
|
+
</dict>
|
111
|
+
<key>2</key>
|
112
|
+
<dict>
|
113
|
+
<key>name</key>
|
114
|
+
<string>entity.other.attribute-name.attribute.css</string>
|
115
|
+
</dict>
|
116
|
+
<key>3</key>
|
117
|
+
<dict>
|
118
|
+
<key>name</key>
|
119
|
+
<string>punctuation.separator.operator.css</string>
|
120
|
+
</dict>
|
121
|
+
<key>4</key>
|
122
|
+
<dict>
|
123
|
+
<key>name</key>
|
124
|
+
<string>string.unquoted.attribute-value.css</string>
|
125
|
+
</dict>
|
126
|
+
<key>5</key>
|
127
|
+
<dict>
|
128
|
+
<key>name</key>
|
129
|
+
<string>string.quoted.double.attribute-value.css</string>
|
130
|
+
</dict>
|
131
|
+
<key>6</key>
|
132
|
+
<dict>
|
133
|
+
<key>name</key>
|
134
|
+
<string>punctuation.definition.string.begin.css</string>
|
135
|
+
</dict>
|
136
|
+
<key>7</key>
|
137
|
+
<dict>
|
138
|
+
<key>name</key>
|
139
|
+
<string>punctuation.definition.string.end.css</string>
|
140
|
+
</dict>
|
141
|
+
</dict>
|
142
|
+
<key>match</key>
|
143
|
+
<string>(?i)(\[)\s*(-?[_a-z\\[[:^ascii:]]][_a-z0-9\-\\[[:^ascii:]]]*)(?:\s*([~|^$*]?=)\s*(?:(-?[_a-z\\[[:^ascii:]]][_a-z0-9\-\\[[:^ascii:]]]*)|((?>(['"])(?:[^\\]|\\.)*?(\6)))))?\s*(\])</string>
|
144
|
+
<key>name</key>
|
145
|
+
<string>meta.attribute-selector.css</string>
|
146
|
+
</dict>
|
147
|
+
</array>
|
148
|
+
</dict>
|
149
|
+
<dict>
|
150
|
+
<key>include</key>
|
151
|
+
<string>#comment-block</string>
|
152
|
+
</dict>
|
153
|
+
<dict>
|
154
|
+
<key>begin</key>
|
155
|
+
<string>^\s*((@)import\b)</string>
|
156
|
+
<key>captures</key>
|
157
|
+
<dict>
|
158
|
+
<key>1</key>
|
159
|
+
<dict>
|
160
|
+
<key>name</key>
|
161
|
+
<string>keyword.control.at-rule.import.css</string>
|
162
|
+
</dict>
|
163
|
+
<key>2</key>
|
164
|
+
<dict>
|
165
|
+
<key>name</key>
|
166
|
+
<string>punctuation.definition.keyword.css</string>
|
167
|
+
</dict>
|
168
|
+
</dict>
|
169
|
+
<key>end</key>
|
170
|
+
<string>\s*((?=;|\}))</string>
|
171
|
+
<key>name</key>
|
172
|
+
<string>meta.at-rule.import.css</string>
|
173
|
+
<key>patterns</key>
|
174
|
+
<array>
|
175
|
+
<dict>
|
176
|
+
<key>include</key>
|
177
|
+
<string>#string-double</string>
|
178
|
+
</dict>
|
179
|
+
<dict>
|
180
|
+
<key>begin</key>
|
181
|
+
<string>(url)\s*(\()\s*</string>
|
182
|
+
<key>beginCaptures</key>
|
183
|
+
<dict>
|
184
|
+
<key>1</key>
|
185
|
+
<dict>
|
186
|
+
<key>name</key>
|
187
|
+
<string>support.function.url.css</string>
|
188
|
+
</dict>
|
189
|
+
<key>2</key>
|
190
|
+
<dict>
|
191
|
+
<key>name</key>
|
192
|
+
<string>punctuation.section.function.css</string>
|
193
|
+
</dict>
|
194
|
+
</dict>
|
195
|
+
<key>end</key>
|
196
|
+
<string>\s*(\))\s*</string>
|
197
|
+
<key>endCaptures</key>
|
198
|
+
<dict>
|
199
|
+
<key>1</key>
|
200
|
+
<dict>
|
201
|
+
<key>name</key>
|
202
|
+
<string>punctuation.section.function.css</string>
|
203
|
+
</dict>
|
204
|
+
</dict>
|
205
|
+
<key>patterns</key>
|
206
|
+
<array>
|
207
|
+
<dict>
|
208
|
+
<key>match</key>
|
209
|
+
<string>[^'") \t]+</string>
|
210
|
+
<key>name</key>
|
211
|
+
<string>variable.parameter.url.css</string>
|
212
|
+
</dict>
|
213
|
+
<dict>
|
214
|
+
<key>include</key>
|
215
|
+
<string>#string-single</string>
|
216
|
+
</dict>
|
217
|
+
<dict>
|
218
|
+
<key>include</key>
|
219
|
+
<string>#string-double</string>
|
220
|
+
</dict>
|
221
|
+
</array>
|
222
|
+
</dict>
|
223
|
+
</array>
|
224
|
+
</dict>
|
225
|
+
<dict>
|
226
|
+
<key>begin</key>
|
227
|
+
<string>^\s*((@)media)\s+(((all|aural|braille|embossed|handheld|print|projection|screen|tty|tv)\s*,?\s*)+)\s*{</string>
|
228
|
+
<key>captures</key>
|
229
|
+
<dict>
|
230
|
+
<key>1</key>
|
231
|
+
<dict>
|
232
|
+
<key>name</key>
|
233
|
+
<string>keyword.control.at-rule.media.css</string>
|
234
|
+
</dict>
|
235
|
+
<key>2</key>
|
236
|
+
<dict>
|
237
|
+
<key>name</key>
|
238
|
+
<string>punctuation.definition.keyword.css</string>
|
239
|
+
</dict>
|
240
|
+
<key>3</key>
|
241
|
+
<dict>
|
242
|
+
<key>name</key>
|
243
|
+
<string>support.constant.media.css</string>
|
244
|
+
</dict>
|
245
|
+
</dict>
|
246
|
+
<key>end</key>
|
247
|
+
<string>\s*((?=;|\}))</string>
|
248
|
+
<key>name</key>
|
249
|
+
<string>meta.at-rule.media.css</string>
|
250
|
+
<key>patterns</key>
|
251
|
+
<array>
|
252
|
+
<dict>
|
253
|
+
<key>include</key>
|
254
|
+
<string>$self</string>
|
255
|
+
</dict>
|
256
|
+
</array>
|
257
|
+
</dict>
|
258
|
+
<dict>
|
259
|
+
<key>begin</key>
|
260
|
+
<string>\{</string>
|
261
|
+
<key>captures</key>
|
262
|
+
<dict>
|
263
|
+
<key>0</key>
|
264
|
+
<dict>
|
265
|
+
<key>name</key>
|
266
|
+
<string>punctuation.section.property-list.css</string>
|
267
|
+
</dict>
|
268
|
+
</dict>
|
269
|
+
<key>end</key>
|
270
|
+
<string>\}</string>
|
271
|
+
<key>name</key>
|
272
|
+
<string>meta.property-list.css</string>
|
273
|
+
<key>patterns</key>
|
274
|
+
<array>
|
275
|
+
<dict>
|
276
|
+
<key>include</key>
|
277
|
+
<string>#comment-block</string>
|
278
|
+
</dict>
|
279
|
+
<dict>
|
280
|
+
<key>begin</key>
|
281
|
+
<string>(?<![-a-z])(?=[-a-z])</string>
|
282
|
+
<key>end</key>
|
283
|
+
<string>$|(?![-a-z])</string>
|
284
|
+
<key>name</key>
|
285
|
+
<string>meta.property-name.css</string>
|
286
|
+
<key>patterns</key>
|
287
|
+
<array>
|
288
|
+
<dict>
|
289
|
+
<key>match</key>
|
290
|
+
<string>\b(azimuth|background-attachment|background-color|background-image|background-position|background-repeat|background|border-bottom-color|border-bottom-style|border-bottom-width|border-bottom|border-collapse|border-color|border-left-color|border-left-style|border-left-width|border-left|border-right-color|border-right-style|border-right-width|border-right|border-spacing|border-style|border-top-color|border-top-style|border-top-width|border-top|border-width|border|bottom|caption-side|clear|clip|color|content|counter-increment|counter-reset|cue-after|cue-before|cue|cursor|direction|display|elevation|empty-cells|float|font-family|font-size-adjust|font-size|font-stretch|font-style|font-variant|font-weight|font|height|left|letter-spacing|line-height|list-style-image|list-style-position|list-style-type|list-style|margin-bottom|margin-left|margin-right|margin-top|marker-offset|margin|marks|max-height|max-width|min-height|min-width|-moz-border-radius|opacity|orphans|outline-color|outline-style|outline-width|outline|overflow(-[xy])?|padding-bottom|padding-left|padding-right|padding-top|padding|page-break-after|page-break-before|page-break-inside|page|pause-after|pause-before|pause|pitch-range|pitch|play-during|position|quotes|richness|right|size|speak-header|speak-numeral|speak-punctuation|speech-rate|speak|stress|table-layout|text-align|text-decoration|text-indent|text-shadow|text-transform|top|unicode-bidi|vertical-align|visibility|voice-family|volume|white-space|widows|width|word-spacing|z-index)\b</string>
|
291
|
+
<key>name</key>
|
292
|
+
<string>support.type.property-name.css</string>
|
293
|
+
</dict>
|
294
|
+
</array>
|
295
|
+
</dict>
|
296
|
+
<dict>
|
297
|
+
<key>begin</key>
|
298
|
+
<string>(:)\s*</string>
|
299
|
+
<key>beginCaptures</key>
|
300
|
+
<dict>
|
301
|
+
<key>1</key>
|
302
|
+
<dict>
|
303
|
+
<key>name</key>
|
304
|
+
<string>punctuation.separator.key-value.css</string>
|
305
|
+
</dict>
|
306
|
+
</dict>
|
307
|
+
<key>end</key>
|
308
|
+
<string>\s*(;|(?=\}))</string>
|
309
|
+
<key>endCaptures</key>
|
310
|
+
<dict>
|
311
|
+
<key>1</key>
|
312
|
+
<dict>
|
313
|
+
<key>name</key>
|
314
|
+
<string>punctuation.terminator.rule.css</string>
|
315
|
+
</dict>
|
316
|
+
</dict>
|
317
|
+
<key>name</key>
|
318
|
+
<string>meta.property-value.css</string>
|
319
|
+
<key>patterns</key>
|
320
|
+
<array>
|
321
|
+
<dict>
|
322
|
+
<key>match</key>
|
323
|
+
<string>\b(absolute|all-scroll|always|armenian|auto|baseline|below|bidi-override|block|bold|bolder|both|bottom|break-all|break-word|capitalize|center|char|circle|cjk-ideographic|col-resize|collapse|crosshair|dashed|decimal-leading-zero|decimal|default|disabled|disc|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ellipsis|fixed|georgian|groove|hand|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|inactive|inherit|inline-block|inline|inset|inside|inter-ideograph|inter-word|italic|justify|katakana-iroha|katakana|keep-all|left|lighter|line-edge|line-through|line|list-item|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|medium|middle|move|n-resize|ne-resize|newspaper|no-drop|no-repeat|nw-resize|none|normal|not-allowed|nowrap|oblique|outset|outside|overline|pointer|progress|relative|repeat-x|repeat-y|repeat|right|ridge|row-resize|rtl|s-resize|scroll|se-resize|separate|small-caps|solid|square|static|strict|super|sw-resize|table-footer-group|table-header-group|tb-rl|text-bottom|text-top|text|thick|thin|top|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|zero)\b</string>
|
324
|
+
<key>name</key>
|
325
|
+
<string>support.constant.property-value.css</string>
|
326
|
+
</dict>
|
327
|
+
<dict>
|
328
|
+
<key>match</key>
|
329
|
+
<string>(\b(?i:arial|century|comic|courier|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace)\b)</string>
|
330
|
+
<key>name</key>
|
331
|
+
<string>support.constant.font-name.css</string>
|
332
|
+
</dict>
|
333
|
+
<dict>
|
334
|
+
<key>comment</key>
|
335
|
+
<string>http://www.w3.org/TR/CSS21/syndata.html#value-def-color</string>
|
336
|
+
<key>match</key>
|
337
|
+
<string>\b(aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|orange|purple|red|silver|teal|white|yellow)\b</string>
|
338
|
+
<key>name</key>
|
339
|
+
<string>support.constant.color.w3c-standard-color-name.css</string>
|
340
|
+
</dict>
|
341
|
+
<dict>
|
342
|
+
<key>comment</key>
|
343
|
+
<string>These colours are mostly recognised but will not validate. ref: http://www.w3schools.com/css/css_colornames.asp</string>
|
344
|
+
<key>match</key>
|
345
|
+
<string>\b(aliceblue|antiquewhite|aquamarine|azure|beige|bisque|blanchedalmond|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|gainsboro|ghostwhite|gold|goldenrod|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|limegreen|linen|magenta|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|oldlace|olivedrab|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|thistle|tomato|turquoise|violet|wheat|whitesmoke|yellowgreen)\b</string>
|
346
|
+
<key>name</key>
|
347
|
+
<string>invalid.deprecated.color.w3c-non-standard-color-name.css</string>
|
348
|
+
</dict>
|
349
|
+
<dict>
|
350
|
+
<key>match</key>
|
351
|
+
<string>(-|\+)?\s*[0-9]+(\.[0-9]+)?</string>
|
352
|
+
<key>name</key>
|
353
|
+
<string>constant.numeric.css</string>
|
354
|
+
</dict>
|
355
|
+
<dict>
|
356
|
+
<key>match</key>
|
357
|
+
<string>(?<=[\d])(px|pt|cm|mm|in|em|ex|pc)\b|%</string>
|
358
|
+
<key>name</key>
|
359
|
+
<string>keyword.other.unit.css</string>
|
360
|
+
</dict>
|
361
|
+
<dict>
|
362
|
+
<key>captures</key>
|
363
|
+
<dict>
|
364
|
+
<key>1</key>
|
365
|
+
<dict>
|
366
|
+
<key>name</key>
|
367
|
+
<string>punctuation.definition.constant.css</string>
|
368
|
+
</dict>
|
369
|
+
</dict>
|
370
|
+
<key>match</key>
|
371
|
+
<string>(#)([0-9a-fA-F]{3}|[0-9a-fA-F]{6})\b</string>
|
372
|
+
<key>name</key>
|
373
|
+
<string>constant.other.color.rgb-value.css</string>
|
374
|
+
</dict>
|
375
|
+
<dict>
|
376
|
+
<key>include</key>
|
377
|
+
<string>#string-double</string>
|
378
|
+
</dict>
|
379
|
+
<dict>
|
380
|
+
<key>include</key>
|
381
|
+
<string>#string-single</string>
|
382
|
+
</dict>
|
383
|
+
<dict>
|
384
|
+
<key>begin</key>
|
385
|
+
<string>(rgb|url|attr|counter|counters)\s*(\()</string>
|
386
|
+
<key>beginCaptures</key>
|
387
|
+
<dict>
|
388
|
+
<key>1</key>
|
389
|
+
<dict>
|
390
|
+
<key>name</key>
|
391
|
+
<string>support.function.misc.css</string>
|
392
|
+
</dict>
|
393
|
+
<key>2</key>
|
394
|
+
<dict>
|
395
|
+
<key>name</key>
|
396
|
+
<string>punctuation.section.function.css</string>
|
397
|
+
</dict>
|
398
|
+
</dict>
|
399
|
+
<key>end</key>
|
400
|
+
<string>(\))</string>
|
401
|
+
<key>endCaptures</key>
|
402
|
+
<dict>
|
403
|
+
<key>1</key>
|
404
|
+
<dict>
|
405
|
+
<key>name</key>
|
406
|
+
<string>punctuation.section.function.css</string>
|
407
|
+
</dict>
|
408
|
+
</dict>
|
409
|
+
<key>patterns</key>
|
410
|
+
<array>
|
411
|
+
<dict>
|
412
|
+
<key>include</key>
|
413
|
+
<string>#string-single</string>
|
414
|
+
</dict>
|
415
|
+
<dict>
|
416
|
+
<key>include</key>
|
417
|
+
<string>#string-double</string>
|
418
|
+
</dict>
|
419
|
+
<dict>
|
420
|
+
<key>match</key>
|
421
|
+
<string>(\b0*((1?[0-9]{1,2})|(2([0-4][0-9]|5[0-5])))\s*,\s*)(0*((1?[0-9]{1,2})|(2([0-4][0-9]|5[0-5])))\s*,\s*)(0*((1?[0-9]{1,2})|(2([0-4][0-9]|5[0-5])))\b)</string>
|
422
|
+
<key>name</key>
|
423
|
+
<string>constant.other.color.rgb-value.css</string>
|
424
|
+
</dict>
|
425
|
+
<dict>
|
426
|
+
<key>match</key>
|
427
|
+
<string>\b([0-9]{1,2}|100)\s*%,\s*([0-9]{1,2}|100)\s*%,\s*([0-9]{1,2}|100)\s*%</string>
|
428
|
+
<key>name</key>
|
429
|
+
<string>constant.other.color.rgb-percentage.css</string>
|
430
|
+
</dict>
|
431
|
+
<dict>
|
432
|
+
<key>match</key>
|
433
|
+
<string>[^'") \t]+</string>
|
434
|
+
<key>name</key>
|
435
|
+
<string>variable.parameter.misc.css</string>
|
436
|
+
</dict>
|
437
|
+
</array>
|
438
|
+
</dict>
|
439
|
+
<dict>
|
440
|
+
<key>match</key>
|
441
|
+
<string>\!\s*important</string>
|
442
|
+
<key>name</key>
|
443
|
+
<string>keyword.other.important.css</string>
|
444
|
+
</dict>
|
445
|
+
</array>
|
446
|
+
</dict>
|
447
|
+
</array>
|
448
|
+
</dict>
|
449
|
+
</array>
|
450
|
+
<key>repository</key>
|
451
|
+
<dict>
|
452
|
+
<key>comment-block</key>
|
453
|
+
<dict>
|
454
|
+
<key>begin</key>
|
455
|
+
<string>/\*</string>
|
456
|
+
<key>captures</key>
|
457
|
+
<dict>
|
458
|
+
<key>0</key>
|
459
|
+
<dict>
|
460
|
+
<key>name</key>
|
461
|
+
<string>punctuation.definition.comment.css</string>
|
462
|
+
</dict>
|
463
|
+
</dict>
|
464
|
+
<key>end</key>
|
465
|
+
<string>\*/</string>
|
466
|
+
<key>name</key>
|
467
|
+
<string>comment.block.css</string>
|
468
|
+
</dict>
|
469
|
+
<key>string-double</key>
|
470
|
+
<dict>
|
471
|
+
<key>begin</key>
|
472
|
+
<string>"</string>
|
473
|
+
<key>beginCaptures</key>
|
474
|
+
<dict>
|
475
|
+
<key>0</key>
|
476
|
+
<dict>
|
477
|
+
<key>name</key>
|
478
|
+
<string>punctuation.definition.string.begin.css</string>
|
479
|
+
</dict>
|
480
|
+
</dict>
|
481
|
+
<key>end</key>
|
482
|
+
<string>"</string>
|
483
|
+
<key>endCaptures</key>
|
484
|
+
<dict>
|
485
|
+
<key>0</key>
|
486
|
+
<dict>
|
487
|
+
<key>name</key>
|
488
|
+
<string>punctuation.definition.string.end.css</string>
|
489
|
+
</dict>
|
490
|
+
</dict>
|
491
|
+
<key>name</key>
|
492
|
+
<string>string.quoted.double.css</string>
|
493
|
+
<key>patterns</key>
|
494
|
+
<array>
|
495
|
+
<dict>
|
496
|
+
<key>match</key>
|
497
|
+
<string>\\.</string>
|
498
|
+
<key>name</key>
|
499
|
+
<string>constant.character.escape.css</string>
|
500
|
+
</dict>
|
501
|
+
</array>
|
502
|
+
</dict>
|
503
|
+
<key>string-single</key>
|
504
|
+
<dict>
|
505
|
+
<key>begin</key>
|
506
|
+
<string>'</string>
|
507
|
+
<key>beginCaptures</key>
|
508
|
+
<dict>
|
509
|
+
<key>0</key>
|
510
|
+
<dict>
|
511
|
+
<key>name</key>
|
512
|
+
<string>punctuation.definition.string.begin.css</string>
|
513
|
+
</dict>
|
514
|
+
</dict>
|
515
|
+
<key>end</key>
|
516
|
+
<string>'</string>
|
517
|
+
<key>endCaptures</key>
|
518
|
+
<dict>
|
519
|
+
<key>0</key>
|
520
|
+
<dict>
|
521
|
+
<key>name</key>
|
522
|
+
<string>punctuation.definition.string.end.css</string>
|
523
|
+
</dict>
|
524
|
+
</dict>
|
525
|
+
<key>name</key>
|
526
|
+
<string>string.quoted.single.css</string>
|
527
|
+
<key>patterns</key>
|
528
|
+
<array>
|
529
|
+
<dict>
|
530
|
+
<key>match</key>
|
531
|
+
<string>\\.</string>
|
532
|
+
<key>name</key>
|
533
|
+
<string>constant.character.escape.css</string>
|
534
|
+
</dict>
|
535
|
+
</array>
|
536
|
+
</dict>
|
537
|
+
</dict>
|
538
|
+
<key>scopeName</key>
|
539
|
+
<string>source.css</string>
|
540
|
+
<key>uuid</key>
|
541
|
+
<string>69AA0917-B7BB-11D9-A7E2-000D93C8BE28</string>
|
542
|
+
</dict>
|
543
|
+
</plist>
|