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.
Files changed (155) hide show
  1. data/.project +18 -0
  2. data/bin/geanyfy.rb +4 -41
  3. data/lib/rmthemegen/basis_theme.tmTheme +971 -0
  4. data/lib/rmthemegen/geany.filetypes.all +2945 -0
  5. data/lib/rmthemegen/plist.html +246 -0
  6. data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
  7. data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
  8. data/lib/rmthemegen/rmtg_textmate.rb +262 -0
  9. data/lib/rmthemegen/rmthemegen_187.rb +32 -233
  10. data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
  11. data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
  12. data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
  13. data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
  14. data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
  15. data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
  16. data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
  17. data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
  18. data/lib/rmthemegen/syntaxes/C.plist +1126 -0
  19. data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
  20. data/lib/rmthemegen/syntaxes/C____.plist +521 -0
  21. data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
  22. data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
  23. data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
  24. data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
  25. data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
  26. data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
  27. data/lib/rmthemegen/syntaxes/Io.plist +225 -0
  28. data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
  29. data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
  30. data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
  31. data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
  32. data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
  33. data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
  34. data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
  35. data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
  36. data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
  37. data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
  38. data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
  39. data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
  40. data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
  41. data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
  42. data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
  43. data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
  44. data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
  45. data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
  46. data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
  47. data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
  48. data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
  49. data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
  50. data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
  51. data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
  52. data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
  53. data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
  54. data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
  55. data/lib/rmthemegen/syntaxes/XML.plist +576 -0
  56. data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
  57. data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
  58. data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
  59. data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
  60. data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
  61. data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
  62. data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
  63. data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
  64. data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
  65. data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
  66. data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
  67. data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
  68. data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
  69. data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
  70. data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
  71. data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
  72. data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
  73. data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
  74. data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
  75. data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
  76. data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
  77. data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
  78. data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
  79. data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
  80. data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
  81. data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
  82. data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
  83. data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
  84. data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
  85. data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
  86. data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
  87. data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
  88. data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
  89. data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
  90. data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
  91. data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
  92. data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
  93. data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
  94. data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
  95. data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
  96. data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
  97. data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
  98. data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
  99. data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
  100. data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
  101. data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
  102. data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
  103. data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
  104. data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
  105. data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
  106. data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
  107. data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
  108. data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
  109. data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
  110. data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
  111. data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
  112. data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
  113. data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
  114. data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
  115. data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
  116. data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
  117. data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
  118. data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
  119. data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
  120. data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
  121. data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
  122. data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
  123. data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
  124. data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
  125. data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
  126. data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
  127. data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
  128. data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
  129. data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
  130. data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
  131. data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
  132. data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
  133. data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
  134. data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
  135. data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
  136. data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
  137. data/lib/rmthemegen/token_list.rb +171 -101
  138. data/lib/rmthemegen/uv_addons.rb +176 -0
  139. data/rmthemegen.gemspec +4 -1
  140. data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
  141. data/test/choco.css +138 -0
  142. data/test/choco.render +136 -0
  143. data/test/get_tm_scopes.rb +79 -0
  144. data/test/get_tm_tokens.rb +0 -3
  145. data/test/newtheme.sh +6 -0
  146. data/test/output +14 -0
  147. data/test/rexml.element.methods +100 -0
  148. data/test/scopes_harvested +61 -0
  149. data/test/scopes_harvested.rb +15 -0
  150. data/test/test_generate_themes.rb +75 -38
  151. metadata +198 -13
  152. data/lib/rmthemegen/index.html +0 -2
  153. data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
  154. data/test/rmt_beautiful_quality.tmTheme +0 -399
  155. data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,705 @@
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>sql</string>
8
+ <string>ddl</string>
9
+ <string>dml</string>
10
+ </array>
11
+ <key>foldingStartMarker</key>
12
+ <string>\s*\(\s*$</string>
13
+ <key>foldingStopMarker</key>
14
+ <string>^\s*\)</string>
15
+ <key>keyEquivalent</key>
16
+ <string>^~S</string>
17
+ <key>name</key>
18
+ <string>SQL</string>
19
+ <key>patterns</key>
20
+ <array>
21
+ <dict>
22
+ <key>include</key>
23
+ <string>#comments</string>
24
+ </dict>
25
+ <dict>
26
+ <key>captures</key>
27
+ <dict>
28
+ <key>1</key>
29
+ <dict>
30
+ <key>name</key>
31
+ <string>keyword.other.create.sql</string>
32
+ </dict>
33
+ <key>2</key>
34
+ <dict>
35
+ <key>name</key>
36
+ <string>keyword.other.sql</string>
37
+ </dict>
38
+ <key>5</key>
39
+ <dict>
40
+ <key>name</key>
41
+ <string>entity.name.function.sql</string>
42
+ </dict>
43
+ </dict>
44
+ <key>match</key>
45
+ <string>(?i:^\s*(create)\s+(aggregate|conversion|database|domain|function|group|(unique\s+)?index|language|operator class|operator|rule|schema|sequence|table|tablespace|trigger|type|user|view)\s+)(['"`]?)(\w+)\4</string>
46
+ <key>name</key>
47
+ <string>meta.create.sql</string>
48
+ </dict>
49
+ <dict>
50
+ <key>captures</key>
51
+ <dict>
52
+ <key>1</key>
53
+ <dict>
54
+ <key>name</key>
55
+ <string>keyword.other.create.sql</string>
56
+ </dict>
57
+ <key>2</key>
58
+ <dict>
59
+ <key>name</key>
60
+ <string>keyword.other.sql</string>
61
+ </dict>
62
+ </dict>
63
+ <key>match</key>
64
+ <string>(?i:^\s*(drop)\s+(aggregate|conversion|database|domain|function|group|index|language|operator class|operator|rule|schema|sequence|table|tablespace|trigger|type|user|view))</string>
65
+ <key>name</key>
66
+ <string>meta.drop.sql</string>
67
+ </dict>
68
+ <dict>
69
+ <key>captures</key>
70
+ <dict>
71
+ <key>1</key>
72
+ <dict>
73
+ <key>name</key>
74
+ <string>keyword.other.create.sql</string>
75
+ </dict>
76
+ <key>2</key>
77
+ <dict>
78
+ <key>name</key>
79
+ <string>keyword.other.table.sql</string>
80
+ </dict>
81
+ <key>3</key>
82
+ <dict>
83
+ <key>name</key>
84
+ <string>entity.name.function.sql</string>
85
+ </dict>
86
+ <key>4</key>
87
+ <dict>
88
+ <key>name</key>
89
+ <string>keyword.other.cascade.sql</string>
90
+ </dict>
91
+ </dict>
92
+ <key>match</key>
93
+ <string>(?i:\s*(drop)\s+(table)\s+(\w+)(\s+cascade)?\b)</string>
94
+ <key>name</key>
95
+ <string>meta.drop.sql</string>
96
+ </dict>
97
+ <dict>
98
+ <key>captures</key>
99
+ <dict>
100
+ <key>1</key>
101
+ <dict>
102
+ <key>name</key>
103
+ <string>keyword.other.create.sql</string>
104
+ </dict>
105
+ <key>2</key>
106
+ <dict>
107
+ <key>name</key>
108
+ <string>keyword.other.table.sql</string>
109
+ </dict>
110
+ </dict>
111
+ <key>match</key>
112
+ <string>(?i:^\s*(alter)\s+(aggregate|conversion|database|domain|function|group|index|language|operator class|operator|rule|schema|sequence|table|tablespace|trigger|type|user|view)\s+)</string>
113
+ <key>name</key>
114
+ <string>meta.alter.sql</string>
115
+ </dict>
116
+ <dict>
117
+ <key>captures</key>
118
+ <dict>
119
+ <key>1</key>
120
+ <dict>
121
+ <key>name</key>
122
+ <string>storage.type.sql</string>
123
+ </dict>
124
+ <key>10</key>
125
+ <dict>
126
+ <key>name</key>
127
+ <string>constant.numeric.sql</string>
128
+ </dict>
129
+ <key>11</key>
130
+ <dict>
131
+ <key>name</key>
132
+ <string>storage.type.sql</string>
133
+ </dict>
134
+ <key>12</key>
135
+ <dict>
136
+ <key>name</key>
137
+ <string>storage.type.sql</string>
138
+ </dict>
139
+ <key>13</key>
140
+ <dict>
141
+ <key>name</key>
142
+ <string>storage.type.sql</string>
143
+ </dict>
144
+ <key>14</key>
145
+ <dict>
146
+ <key>name</key>
147
+ <string>constant.numeric.sql</string>
148
+ </dict>
149
+ <key>15</key>
150
+ <dict>
151
+ <key>name</key>
152
+ <string>storage.type.sql</string>
153
+ </dict>
154
+ <key>2</key>
155
+ <dict>
156
+ <key>name</key>
157
+ <string>storage.type.sql</string>
158
+ </dict>
159
+ <key>3</key>
160
+ <dict>
161
+ <key>name</key>
162
+ <string>constant.numeric.sql</string>
163
+ </dict>
164
+ <key>4</key>
165
+ <dict>
166
+ <key>name</key>
167
+ <string>storage.type.sql</string>
168
+ </dict>
169
+ <key>5</key>
170
+ <dict>
171
+ <key>name</key>
172
+ <string>constant.numeric.sql</string>
173
+ </dict>
174
+ <key>6</key>
175
+ <dict>
176
+ <key>name</key>
177
+ <string>storage.type.sql</string>
178
+ </dict>
179
+ <key>7</key>
180
+ <dict>
181
+ <key>name</key>
182
+ <string>constant.numeric.sql</string>
183
+ </dict>
184
+ <key>8</key>
185
+ <dict>
186
+ <key>name</key>
187
+ <string>constant.numeric.sql</string>
188
+ </dict>
189
+ <key>9</key>
190
+ <dict>
191
+ <key>name</key>
192
+ <string>storage.type.sql</string>
193
+ </dict>
194
+ </dict>
195
+ <key>match</key>
196
+ <string>(?xi)
197
+
198
+ # normal stuff, capture 1
199
+ \b(bigint|bigserial|bit|boolean|box|bytea|cidr|circle|date|double\sprecision|inet|int|integer|line|lseg|macaddr|money|oid|path|point|polygon|real|serial|smallint|sysdate|text)\b
200
+
201
+ # numeric suffix, capture 2 + 3i
202
+ |\b(bit\svarying|character\s(?:varying)?|tinyint|var\schar|float|interval)\((\d+)\)
203
+
204
+ # optional numeric suffix, capture 4 + 5i
205
+ |\b(char|number|varchar\d?)\b(?:\((\d+)\))?
206
+
207
+ # special case, capture 6 + 7i + 8i
208
+ |\b(numeric)\b(?:\((\d+),(\d+)\))?
209
+
210
+ # special case, captures 9, 10i, 11
211
+ |\b(times)(?:\((\d+)\))(\swithoutstimeszone\b)?
212
+
213
+ # special case, captures 12, 13, 14i, 15
214
+ |\b(timestamp)(?:(s)\((\d+)\)(\swithoutstimeszone\b)?)?
215
+
216
+ </string>
217
+ </dict>
218
+ <dict>
219
+ <key>match</key>
220
+ <string>(?i:\b((?:primary|foreign)\s+key|references|on\sdelete(\s+cascade)?|check|constraint)\b)</string>
221
+ <key>name</key>
222
+ <string>storage.modifier.sql</string>
223
+ </dict>
224
+ <dict>
225
+ <key>match</key>
226
+ <string>\b\d+\b</string>
227
+ <key>name</key>
228
+ <string>constant.numeric.sql</string>
229
+ </dict>
230
+ <dict>
231
+ <key>match</key>
232
+ <string>(?i:\b(select(\s+distinct)?|insert\s+(ignore\s+)?into|update|delete|from|set|where|group\sby|or|like|and|union(\s+all)?|having|order\sby|limit|(inner|cross)\s+join|join|straight_join|(left|right)(\s+outer)?\s+join|natural(\s+(left|right)(\s+outer)?)?\s+join)\b)</string>
233
+ <key>name</key>
234
+ <string>keyword.other.DML.sql</string>
235
+ </dict>
236
+ <dict>
237
+ <key>match</key>
238
+ <string>(?i:\b(on|((is\s+)?not\s+)?null)\b)</string>
239
+ <key>name</key>
240
+ <string>keyword.other.DDL.create.II.sql</string>
241
+ </dict>
242
+ <dict>
243
+ <key>match</key>
244
+ <string>(?i:\bvalues\b)</string>
245
+ <key>name</key>
246
+ <string>keyword.other.DML.II.sql</string>
247
+ </dict>
248
+ <dict>
249
+ <key>match</key>
250
+ <string>(?i:\b(begin(\s+work)?|start\s+transaction|commit(\s+work)?|rollback(\s+work)?)\b)</string>
251
+ <key>name</key>
252
+ <string>keyword.other.LUW.sql</string>
253
+ </dict>
254
+ <dict>
255
+ <key>match</key>
256
+ <string>(?i:\b(grant(\swith\sgrant\soption)?|revoke)\b)</string>
257
+ <key>name</key>
258
+ <string>keyword.other.authorization.sql</string>
259
+ </dict>
260
+ <dict>
261
+ <key>match</key>
262
+ <string>(?i:\bin\b)</string>
263
+ <key>name</key>
264
+ <string>keyword.other.data-integrity.sql</string>
265
+ </dict>
266
+ <dict>
267
+ <key>match</key>
268
+ <string>(?i:^\s*(comment\s+on\s+(table|column|aggregate|constraint|database|domain|function|index|operator|rule|schema|sequence|trigger|type|view))\s+.*?\s+(is)\s+)</string>
269
+ <key>name</key>
270
+ <string>keyword.other.object-comments.sql</string>
271
+ </dict>
272
+ <dict>
273
+ <key>match</key>
274
+ <string>(?i)\bAS\b</string>
275
+ <key>name</key>
276
+ <string>keyword.other.alias.sql</string>
277
+ </dict>
278
+ <dict>
279
+ <key>match</key>
280
+ <string>(?i)\b(DESC|ASC)\b</string>
281
+ <key>name</key>
282
+ <string>keyword.other.order.sql</string>
283
+ </dict>
284
+ <dict>
285
+ <key>match</key>
286
+ <string>\*</string>
287
+ <key>name</key>
288
+ <string>keyword.operator.star.sql</string>
289
+ </dict>
290
+ <dict>
291
+ <key>match</key>
292
+ <string>[!&lt;&gt;]?=|&lt;&gt;|&lt;|&gt;</string>
293
+ <key>name</key>
294
+ <string>keyword.operator.comparison.sql</string>
295
+ </dict>
296
+ <dict>
297
+ <key>match</key>
298
+ <string>-|\+|/</string>
299
+ <key>name</key>
300
+ <string>keyword.operator.math.sql</string>
301
+ </dict>
302
+ <dict>
303
+ <key>match</key>
304
+ <string>\|\|</string>
305
+ <key>name</key>
306
+ <string>keyword.operator.concatenator.sql</string>
307
+ </dict>
308
+ <dict>
309
+ <key>comment</key>
310
+ <string>List of SQL99 built-in functions from http://www.oreilly.com/catalog/sqlnut/chapter/ch04.html</string>
311
+ <key>match</key>
312
+ <string>(?i)\b(CURRENT_(DATE|TIME(STAMP)?|USER)|(SESSION|SYSTEM)_USER)\b</string>
313
+ <key>name</key>
314
+ <string>support.function.scalar.sql</string>
315
+ </dict>
316
+ <dict>
317
+ <key>comment</key>
318
+ <string>List of SQL99 built-in functions from http://www.oreilly.com/catalog/sqlnut/chapter/ch04.html</string>
319
+ <key>match</key>
320
+ <string>(?i)\b(AVG|COUNT|MIN|MAX|SUM)(?=\s*\()</string>
321
+ <key>name</key>
322
+ <string>support.function.aggregate.sql</string>
323
+ </dict>
324
+ <dict>
325
+ <key>match</key>
326
+ <string>(?i)\b(CONCATENATE|CONVERT|LOWER|SUBSTRING|TRANSLATE|TRIM|UPPER)\b</string>
327
+ <key>name</key>
328
+ <string>support.function.string.sql</string>
329
+ </dict>
330
+ <dict>
331
+ <key>captures</key>
332
+ <dict>
333
+ <key>1</key>
334
+ <dict>
335
+ <key>name</key>
336
+ <string>constant.other.database-name.sql</string>
337
+ </dict>
338
+ <key>2</key>
339
+ <dict>
340
+ <key>name</key>
341
+ <string>constant.other.table-name.sql</string>
342
+ </dict>
343
+ </dict>
344
+ <key>match</key>
345
+ <string>(\w+?)\.(\w+)</string>
346
+ </dict>
347
+ <dict>
348
+ <key>include</key>
349
+ <string>#strings</string>
350
+ </dict>
351
+ <dict>
352
+ <key>include</key>
353
+ <string>#regexps</string>
354
+ </dict>
355
+ </array>
356
+ <key>repository</key>
357
+ <dict>
358
+ <key>comments</key>
359
+ <dict>
360
+ <key>patterns</key>
361
+ <array>
362
+ <dict>
363
+ <key>captures</key>
364
+ <dict>
365
+ <key>1</key>
366
+ <dict>
367
+ <key>name</key>
368
+ <string>punctuation.definition.comment.sql</string>
369
+ </dict>
370
+ </dict>
371
+ <key>match</key>
372
+ <string>(--).*$\n?</string>
373
+ <key>name</key>
374
+ <string>comment.line.double-dash.sql</string>
375
+ </dict>
376
+ <dict>
377
+ <key>captures</key>
378
+ <dict>
379
+ <key>1</key>
380
+ <dict>
381
+ <key>name</key>
382
+ <string>punctuation.definition.comment.sql</string>
383
+ </dict>
384
+ </dict>
385
+ <key>match</key>
386
+ <string>(#).*$\n?</string>
387
+ <key>name</key>
388
+ <string>comment.line.number-sign.sql</string>
389
+ </dict>
390
+ <dict>
391
+ <key>begin</key>
392
+ <string>/\*</string>
393
+ <key>captures</key>
394
+ <dict>
395
+ <key>0</key>
396
+ <dict>
397
+ <key>name</key>
398
+ <string>punctuation.definition.comment.sql</string>
399
+ </dict>
400
+ </dict>
401
+ <key>end</key>
402
+ <string>\*/</string>
403
+ <key>name</key>
404
+ <string>comment.block.c</string>
405
+ </dict>
406
+ </array>
407
+ </dict>
408
+ <key>regexps</key>
409
+ <dict>
410
+ <key>patterns</key>
411
+ <array>
412
+ <dict>
413
+ <key>begin</key>
414
+ <string>/(?=\S.*/)</string>
415
+ <key>beginCaptures</key>
416
+ <dict>
417
+ <key>0</key>
418
+ <dict>
419
+ <key>name</key>
420
+ <string>punctuation.definition.string.begin.sql</string>
421
+ </dict>
422
+ </dict>
423
+ <key>end</key>
424
+ <string>/</string>
425
+ <key>endCaptures</key>
426
+ <dict>
427
+ <key>0</key>
428
+ <dict>
429
+ <key>name</key>
430
+ <string>punctuation.definition.string.end.sql</string>
431
+ </dict>
432
+ </dict>
433
+ <key>name</key>
434
+ <string>string.regexp.sql</string>
435
+ <key>patterns</key>
436
+ <array>
437
+ <dict>
438
+ <key>include</key>
439
+ <string>#string_interpolation</string>
440
+ </dict>
441
+ <dict>
442
+ <key>match</key>
443
+ <string>\\/</string>
444
+ <key>name</key>
445
+ <string>constant.character.escape.slash.sql</string>
446
+ </dict>
447
+ </array>
448
+ </dict>
449
+ <dict>
450
+ <key>begin</key>
451
+ <string>%r\{</string>
452
+ <key>beginCaptures</key>
453
+ <dict>
454
+ <key>0</key>
455
+ <dict>
456
+ <key>name</key>
457
+ <string>punctuation.definition.string.begin.sql</string>
458
+ </dict>
459
+ </dict>
460
+ <key>comment</key>
461
+ <string>We should probably handle nested bracket pairs!?! -- Allan</string>
462
+ <key>end</key>
463
+ <string>\}</string>
464
+ <key>endCaptures</key>
465
+ <dict>
466
+ <key>0</key>
467
+ <dict>
468
+ <key>name</key>
469
+ <string>punctuation.definition.string.end.sql</string>
470
+ </dict>
471
+ </dict>
472
+ <key>name</key>
473
+ <string>string.regexp.modr.sql</string>
474
+ <key>patterns</key>
475
+ <array>
476
+ <dict>
477
+ <key>include</key>
478
+ <string>#string_interpolation</string>
479
+ </dict>
480
+ </array>
481
+ </dict>
482
+ </array>
483
+ </dict>
484
+ <key>string_escape</key>
485
+ <dict>
486
+ <key>match</key>
487
+ <string>\\.</string>
488
+ <key>name</key>
489
+ <string>constant.character.escape.sql</string>
490
+ </dict>
491
+ <key>string_interpolation</key>
492
+ <dict>
493
+ <key>captures</key>
494
+ <dict>
495
+ <key>1</key>
496
+ <dict>
497
+ <key>name</key>
498
+ <string>punctuation.definition.string.end.sql</string>
499
+ </dict>
500
+ </dict>
501
+ <key>match</key>
502
+ <string>(#\{)([^\}]*)(\})</string>
503
+ <key>name</key>
504
+ <string>string.interpolated.sql</string>
505
+ </dict>
506
+ <key>strings</key>
507
+ <dict>
508
+ <key>patterns</key>
509
+ <array>
510
+ <dict>
511
+ <key>captures</key>
512
+ <dict>
513
+ <key>1</key>
514
+ <dict>
515
+ <key>name</key>
516
+ <string>punctuation.definition.string.begin.sql</string>
517
+ </dict>
518
+ <key>3</key>
519
+ <dict>
520
+ <key>name</key>
521
+ <string>punctuation.definition.string.end.sql</string>
522
+ </dict>
523
+ </dict>
524
+ <key>comment</key>
525
+ <string>this is faster than the next begin/end rule since sub-pattern will match till end-of-line and SQL files tend to have very long lines.</string>
526
+ <key>match</key>
527
+ <string>(')[^'\\]*(')</string>
528
+ <key>name</key>
529
+ <string>string.quoted.single.sql</string>
530
+ </dict>
531
+ <dict>
532
+ <key>begin</key>
533
+ <string>'</string>
534
+ <key>beginCaptures</key>
535
+ <dict>
536
+ <key>0</key>
537
+ <dict>
538
+ <key>name</key>
539
+ <string>punctuation.definition.string.begin.sql</string>
540
+ </dict>
541
+ </dict>
542
+ <key>end</key>
543
+ <string>'</string>
544
+ <key>endCaptures</key>
545
+ <dict>
546
+ <key>0</key>
547
+ <dict>
548
+ <key>name</key>
549
+ <string>punctuation.definition.string.end.sql</string>
550
+ </dict>
551
+ </dict>
552
+ <key>name</key>
553
+ <string>string.quoted.single.sql</string>
554
+ <key>patterns</key>
555
+ <array>
556
+ <dict>
557
+ <key>include</key>
558
+ <string>#string_escape</string>
559
+ </dict>
560
+ </array>
561
+ </dict>
562
+ <dict>
563
+ <key>captures</key>
564
+ <dict>
565
+ <key>1</key>
566
+ <dict>
567
+ <key>name</key>
568
+ <string>punctuation.definition.string.begin.sql</string>
569
+ </dict>
570
+ <key>3</key>
571
+ <dict>
572
+ <key>name</key>
573
+ <string>punctuation.definition.string.end.sql</string>
574
+ </dict>
575
+ </dict>
576
+ <key>comment</key>
577
+ <string>this is faster than the next begin/end rule since sub-pattern will match till end-of-line and SQL files tend to have very long lines.</string>
578
+ <key>match</key>
579
+ <string>(`)[^`\\]*(`)</string>
580
+ <key>name</key>
581
+ <string>string.quoted.other.backtick.sql</string>
582
+ </dict>
583
+ <dict>
584
+ <key>begin</key>
585
+ <string>`</string>
586
+ <key>beginCaptures</key>
587
+ <dict>
588
+ <key>0</key>
589
+ <dict>
590
+ <key>name</key>
591
+ <string>punctuation.definition.string.begin.sql</string>
592
+ </dict>
593
+ </dict>
594
+ <key>end</key>
595
+ <string>`</string>
596
+ <key>endCaptures</key>
597
+ <dict>
598
+ <key>0</key>
599
+ <dict>
600
+ <key>name</key>
601
+ <string>punctuation.definition.string.end.sql</string>
602
+ </dict>
603
+ </dict>
604
+ <key>name</key>
605
+ <string>string.quoted.other.backtick.sql</string>
606
+ <key>patterns</key>
607
+ <array>
608
+ <dict>
609
+ <key>include</key>
610
+ <string>#string_escape</string>
611
+ </dict>
612
+ </array>
613
+ </dict>
614
+ <dict>
615
+ <key>captures</key>
616
+ <dict>
617
+ <key>1</key>
618
+ <dict>
619
+ <key>name</key>
620
+ <string>punctuation.definition.string.begin.sql</string>
621
+ </dict>
622
+ <key>3</key>
623
+ <dict>
624
+ <key>name</key>
625
+ <string>punctuation.definition.string.end.sql</string>
626
+ </dict>
627
+ </dict>
628
+ <key>comment</key>
629
+ <string>this is faster than the next begin/end rule since sub-pattern will match till end-of-line and SQL files tend to have very long lines.</string>
630
+ <key>match</key>
631
+ <string>(")[^"#]*(")</string>
632
+ <key>name</key>
633
+ <string>string.quoted.double.sql</string>
634
+ </dict>
635
+ <dict>
636
+ <key>begin</key>
637
+ <string>"</string>
638
+ <key>beginCaptures</key>
639
+ <dict>
640
+ <key>0</key>
641
+ <dict>
642
+ <key>name</key>
643
+ <string>punctuation.definition.string.begin.sql</string>
644
+ </dict>
645
+ </dict>
646
+ <key>end</key>
647
+ <string>"</string>
648
+ <key>endCaptures</key>
649
+ <dict>
650
+ <key>0</key>
651
+ <dict>
652
+ <key>name</key>
653
+ <string>punctuation.definition.string.end.sql</string>
654
+ </dict>
655
+ </dict>
656
+ <key>name</key>
657
+ <string>string.quoted.double.sql</string>
658
+ <key>patterns</key>
659
+ <array>
660
+ <dict>
661
+ <key>include</key>
662
+ <string>#string_interpolation</string>
663
+ </dict>
664
+ </array>
665
+ </dict>
666
+ <dict>
667
+ <key>begin</key>
668
+ <string>%\{</string>
669
+ <key>beginCaptures</key>
670
+ <dict>
671
+ <key>0</key>
672
+ <dict>
673
+ <key>name</key>
674
+ <string>punctuation.definition.string.begin.sql</string>
675
+ </dict>
676
+ </dict>
677
+ <key>end</key>
678
+ <string>\}</string>
679
+ <key>endCaptures</key>
680
+ <dict>
681
+ <key>0</key>
682
+ <dict>
683
+ <key>name</key>
684
+ <string>punctuation.definition.string.end.sql</string>
685
+ </dict>
686
+ </dict>
687
+ <key>name</key>
688
+ <string>string.other.quoted.brackets.sql</string>
689
+ <key>patterns</key>
690
+ <array>
691
+ <dict>
692
+ <key>include</key>
693
+ <string>#string_interpolation</string>
694
+ </dict>
695
+ </array>
696
+ </dict>
697
+ </array>
698
+ </dict>
699
+ </dict>
700
+ <key>scopeName</key>
701
+ <string>source.sql</string>
702
+ <key>uuid</key>
703
+ <string>C49120AC-6ECC-11D9-ACC8-000D93589AF6</string>
704
+ </dict>
705
+ </plist>