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,3209 @@
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>
7
+ TODO: Include RegExp syntax
8
+ </string>
9
+ <key>fileTypes</key>
10
+ <array>
11
+ <string>pl</string>
12
+ <string>pm</string>
13
+ <string>pod</string>
14
+ <string>t</string>
15
+ <string>PL</string>
16
+ </array>
17
+ <key>firstLineMatch</key>
18
+ <string>^#!.*\bperl\b</string>
19
+ <key>foldingStartMarker</key>
20
+ <string>(/\*|(\{|\[|\()\s*$)</string>
21
+ <key>foldingStopMarker</key>
22
+ <string>(\*/|^\s*(\}|\]|\)))</string>
23
+ <key>keyEquivalent</key>
24
+ <string>^~P</string>
25
+ <key>name</key>
26
+ <string>Perl</string>
27
+ <key>patterns</key>
28
+ <array>
29
+ <dict>
30
+ <key>include</key>
31
+ <string>#line_comment</string>
32
+ </dict>
33
+ <dict>
34
+ <key>begin</key>
35
+ <string>^=</string>
36
+ <key>captures</key>
37
+ <dict>
38
+ <key>0</key>
39
+ <dict>
40
+ <key>name</key>
41
+ <string>punctuation.definition.comment.perl</string>
42
+ </dict>
43
+ </dict>
44
+ <key>end</key>
45
+ <string>^=cut</string>
46
+ <key>name</key>
47
+ <string>comment.block.documentation.perl</string>
48
+ </dict>
49
+ <dict>
50
+ <key>include</key>
51
+ <string>#variable</string>
52
+ </dict>
53
+ <dict>
54
+ <key>applyEndPatternLast</key>
55
+ <integer>1</integer>
56
+ <key>begin</key>
57
+ <string>\b(?=qr\s*[^\s\w])</string>
58
+ <key>comment</key>
59
+ <string>string.regexp.compile.perl</string>
60
+ <key>end</key>
61
+ <string>((([egimosx]*)))(?=(\s+\S|\s*[;\,\#\{\}\)]|$))</string>
62
+ <key>endCaptures</key>
63
+ <dict>
64
+ <key>1</key>
65
+ <dict>
66
+ <key>name</key>
67
+ <string>string.regexp.compile.perl</string>
68
+ </dict>
69
+ <key>2</key>
70
+ <dict>
71
+ <key>name</key>
72
+ <string>punctuation.definition.string.perl</string>
73
+ </dict>
74
+ <key>3</key>
75
+ <dict>
76
+ <key>name</key>
77
+ <string>keyword.control.regexp-option.perl</string>
78
+ </dict>
79
+ </dict>
80
+ <key>patterns</key>
81
+ <array>
82
+ <dict>
83
+ <key>begin</key>
84
+ <string>(qr)\s*\{</string>
85
+ <key>captures</key>
86
+ <dict>
87
+ <key>0</key>
88
+ <dict>
89
+ <key>name</key>
90
+ <string>punctuation.definition.string.perl</string>
91
+ </dict>
92
+ <key>1</key>
93
+ <dict>
94
+ <key>name</key>
95
+ <string>support.function.perl</string>
96
+ </dict>
97
+ </dict>
98
+ <key>end</key>
99
+ <string>\}</string>
100
+ <key>name</key>
101
+ <string>string.regexp.compile.nested_braces.perl</string>
102
+ <key>patterns</key>
103
+ <array>
104
+ <dict>
105
+ <key>include</key>
106
+ <string>#escaped_char</string>
107
+ </dict>
108
+ <dict>
109
+ <key>include</key>
110
+ <string>#variable</string>
111
+ </dict>
112
+ <dict>
113
+ <key>include</key>
114
+ <string>#nested_braces_interpolated</string>
115
+ </dict>
116
+ </array>
117
+ </dict>
118
+ <dict>
119
+ <key>begin</key>
120
+ <string>(qr)\s*\[</string>
121
+ <key>captures</key>
122
+ <dict>
123
+ <key>0</key>
124
+ <dict>
125
+ <key>name</key>
126
+ <string>punctuation.definition.string.perl</string>
127
+ </dict>
128
+ <key>1</key>
129
+ <dict>
130
+ <key>name</key>
131
+ <string>support.function.perl</string>
132
+ </dict>
133
+ </dict>
134
+ <key>end</key>
135
+ <string>\]</string>
136
+ <key>name</key>
137
+ <string>string.regexp.compile.nested_brackets.perl</string>
138
+ <key>patterns</key>
139
+ <array>
140
+ <dict>
141
+ <key>include</key>
142
+ <string>#escaped_char</string>
143
+ </dict>
144
+ <dict>
145
+ <key>include</key>
146
+ <string>#variable</string>
147
+ </dict>
148
+ <dict>
149
+ <key>include</key>
150
+ <string>#nested_brackets_interpolated</string>
151
+ </dict>
152
+ </array>
153
+ </dict>
154
+ <dict>
155
+ <key>begin</key>
156
+ <string>(qr)\s*&lt;</string>
157
+ <key>captures</key>
158
+ <dict>
159
+ <key>0</key>
160
+ <dict>
161
+ <key>name</key>
162
+ <string>punctuation.definition.string.perl</string>
163
+ </dict>
164
+ <key>1</key>
165
+ <dict>
166
+ <key>name</key>
167
+ <string>support.function.perl</string>
168
+ </dict>
169
+ </dict>
170
+ <key>end</key>
171
+ <string>&gt;</string>
172
+ <key>name</key>
173
+ <string>string.regexp.compile.nested_ltgt.perl</string>
174
+ <key>patterns</key>
175
+ <array>
176
+ <dict>
177
+ <key>include</key>
178
+ <string>#escaped_char</string>
179
+ </dict>
180
+ <dict>
181
+ <key>include</key>
182
+ <string>#variable</string>
183
+ </dict>
184
+ <dict>
185
+ <key>include</key>
186
+ <string>#nested_ltgt_interpolated</string>
187
+ </dict>
188
+ </array>
189
+ </dict>
190
+ <dict>
191
+ <key>begin</key>
192
+ <string>(qr)\s*\(</string>
193
+ <key>captures</key>
194
+ <dict>
195
+ <key>0</key>
196
+ <dict>
197
+ <key>name</key>
198
+ <string>punctuation.definition.string.perl</string>
199
+ </dict>
200
+ <key>1</key>
201
+ <dict>
202
+ <key>name</key>
203
+ <string>support.function.perl</string>
204
+ </dict>
205
+ </dict>
206
+ <key>end</key>
207
+ <string>\)</string>
208
+ <key>name</key>
209
+ <string>string.regexp.compile.nested_parens.perl</string>
210
+ <key>patterns</key>
211
+ <array>
212
+ <dict>
213
+ <key>include</key>
214
+ <string>#escaped_char</string>
215
+ </dict>
216
+ <dict>
217
+ <key>include</key>
218
+ <string>#variable</string>
219
+ </dict>
220
+ <dict>
221
+ <key>include</key>
222
+ <string>#nested_parens_interpolated</string>
223
+ </dict>
224
+ </array>
225
+ </dict>
226
+ <dict>
227
+ <key>begin</key>
228
+ <string>(qr)\s*\'</string>
229
+ <key>captures</key>
230
+ <dict>
231
+ <key>0</key>
232
+ <dict>
233
+ <key>name</key>
234
+ <string>punctuation.definition.string.perl</string>
235
+ </dict>
236
+ <key>1</key>
237
+ <dict>
238
+ <key>name</key>
239
+ <string>support.function.perl</string>
240
+ </dict>
241
+ </dict>
242
+ <key>end</key>
243
+ <string>\'</string>
244
+ <key>name</key>
245
+ <string>string.regexp.compile.single-quote.perl</string>
246
+ <key>patterns</key>
247
+ <array>
248
+ <dict>
249
+ <key>include</key>
250
+ <string>#escaped_char</string>
251
+ </dict>
252
+ </array>
253
+ </dict>
254
+ <dict>
255
+ <key>begin</key>
256
+ <string>(qr)\s*([^\s\w\'\{\[\(\&lt;])</string>
257
+ <key>captures</key>
258
+ <dict>
259
+ <key>0</key>
260
+ <dict>
261
+ <key>name</key>
262
+ <string>punctuation.definition.string.perl</string>
263
+ </dict>
264
+ <key>1</key>
265
+ <dict>
266
+ <key>name</key>
267
+ <string>support.function.perl</string>
268
+ </dict>
269
+ </dict>
270
+ <key>end</key>
271
+ <string>\2</string>
272
+ <key>name</key>
273
+ <string>string.regexp.compile.simple-delimiter.perl</string>
274
+ <key>patterns</key>
275
+ <array>
276
+ <dict>
277
+ <key>comment</key>
278
+ <string>This is to prevent thinks like qr/foo$/ to treat $/ as a variable</string>
279
+ <key>match</key>
280
+ <string>\$(?=[^\s\w\'\{\[\(\&lt;])</string>
281
+ <key>name</key>
282
+ <string>keyword.control.anchor.perl</string>
283
+ </dict>
284
+ <dict>
285
+ <key>include</key>
286
+ <string>#escaped_char</string>
287
+ </dict>
288
+ <dict>
289
+ <key>include</key>
290
+ <string>#variable</string>
291
+ </dict>
292
+ <dict>
293
+ <key>include</key>
294
+ <string>#nested_parens_interpolated</string>
295
+ </dict>
296
+ </array>
297
+ </dict>
298
+ </array>
299
+ </dict>
300
+ <dict>
301
+ <key>applyEndPatternLast</key>
302
+ <integer>1</integer>
303
+ <key>begin</key>
304
+ <string>\b(?=(?&lt;!\&amp;)(s)(\s+\S|\s*[;\,\#\{\}\(\)\[&lt;]|$))</string>
305
+ <key>comment</key>
306
+ <string>string.regexp.replace.perl</string>
307
+ <key>end</key>
308
+ <string>((([egimosx]*)))(?=(\s+\S|\s*[;\,\#\{\}\)\]&gt;]|$))</string>
309
+ <key>endCaptures</key>
310
+ <dict>
311
+ <key>1</key>
312
+ <dict>
313
+ <key>name</key>
314
+ <string>string.regexp.replace.perl</string>
315
+ </dict>
316
+ <key>2</key>
317
+ <dict>
318
+ <key>name</key>
319
+ <string>punctuation.definition.string.perl</string>
320
+ </dict>
321
+ <key>3</key>
322
+ <dict>
323
+ <key>name</key>
324
+ <string>keyword.control.regexp-option.perl</string>
325
+ </dict>
326
+ </dict>
327
+ <key>patterns</key>
328
+ <array>
329
+ <dict>
330
+ <key>begin</key>
331
+ <string>(s)\s*\{</string>
332
+ <key>captures</key>
333
+ <dict>
334
+ <key>0</key>
335
+ <dict>
336
+ <key>name</key>
337
+ <string>punctuation.definition.string.perl</string>
338
+ </dict>
339
+ <key>1</key>
340
+ <dict>
341
+ <key>name</key>
342
+ <string>support.function.perl</string>
343
+ </dict>
344
+ </dict>
345
+ <key>end</key>
346
+ <string>\}</string>
347
+ <key>name</key>
348
+ <string>string.regexp.nested_braces.perl</string>
349
+ <key>patterns</key>
350
+ <array>
351
+ <dict>
352
+ <key>include</key>
353
+ <string>#escaped_char</string>
354
+ </dict>
355
+ <dict>
356
+ <key>include</key>
357
+ <string>#nested_braces</string>
358
+ </dict>
359
+ </array>
360
+ </dict>
361
+ <dict>
362
+ <key>begin</key>
363
+ <string>(s)\s*\[</string>
364
+ <key>captures</key>
365
+ <dict>
366
+ <key>0</key>
367
+ <dict>
368
+ <key>name</key>
369
+ <string>punctuation.definition.string.perl</string>
370
+ </dict>
371
+ <key>1</key>
372
+ <dict>
373
+ <key>name</key>
374
+ <string>support.function.perl</string>
375
+ </dict>
376
+ </dict>
377
+ <key>end</key>
378
+ <string>\]</string>
379
+ <key>name</key>
380
+ <string>string.regexp.nested_brackets.perl</string>
381
+ <key>patterns</key>
382
+ <array>
383
+ <dict>
384
+ <key>include</key>
385
+ <string>#escaped_char</string>
386
+ </dict>
387
+ <dict>
388
+ <key>include</key>
389
+ <string>#nested_brackets</string>
390
+ </dict>
391
+ </array>
392
+ </dict>
393
+ <dict>
394
+ <key>begin</key>
395
+ <string>(s)\s*&lt;</string>
396
+ <key>captures</key>
397
+ <dict>
398
+ <key>0</key>
399
+ <dict>
400
+ <key>name</key>
401
+ <string>punctuation.definition.string.perl</string>
402
+ </dict>
403
+ <key>1</key>
404
+ <dict>
405
+ <key>name</key>
406
+ <string>support.function.perl</string>
407
+ </dict>
408
+ </dict>
409
+ <key>end</key>
410
+ <string>&gt;</string>
411
+ <key>name</key>
412
+ <string>string.regexp.nested_ltgt.perl</string>
413
+ <key>patterns</key>
414
+ <array>
415
+ <dict>
416
+ <key>include</key>
417
+ <string>#escaped_char</string>
418
+ </dict>
419
+ <dict>
420
+ <key>include</key>
421
+ <string>#nested_ltgt</string>
422
+ </dict>
423
+ </array>
424
+ </dict>
425
+ <dict>
426
+ <key>begin</key>
427
+ <string>(s)\s*\(</string>
428
+ <key>captures</key>
429
+ <dict>
430
+ <key>0</key>
431
+ <dict>
432
+ <key>name</key>
433
+ <string>punctuation.definition.string.perl</string>
434
+ </dict>
435
+ <key>1</key>
436
+ <dict>
437
+ <key>name</key>
438
+ <string>support.function.perl</string>
439
+ </dict>
440
+ </dict>
441
+ <key>end</key>
442
+ <string>\)</string>
443
+ <key>name</key>
444
+ <string>string.regexp.nested_parens.perl</string>
445
+ <key>patterns</key>
446
+ <array>
447
+ <dict>
448
+ <key>include</key>
449
+ <string>#escaped_char</string>
450
+ </dict>
451
+ <dict>
452
+ <key>include</key>
453
+ <string>#nested_parens</string>
454
+ </dict>
455
+ </array>
456
+ </dict>
457
+ <dict>
458
+ <key>begin</key>
459
+ <string>\{</string>
460
+ <key>captures</key>
461
+ <dict>
462
+ <key>0</key>
463
+ <dict>
464
+ <key>name</key>
465
+ <string>punctuation.definition.string.perl</string>
466
+ </dict>
467
+ </dict>
468
+ <key>end</key>
469
+ <string>\}</string>
470
+ <key>name</key>
471
+ <string>string.regexp.format.nested_braces.perl</string>
472
+ <key>patterns</key>
473
+ <array>
474
+ <dict>
475
+ <key>include</key>
476
+ <string>#escaped_char</string>
477
+ </dict>
478
+ <dict>
479
+ <key>include</key>
480
+ <string>#variable</string>
481
+ </dict>
482
+ <dict>
483
+ <key>include</key>
484
+ <string>#nested_braces_interpolated</string>
485
+ </dict>
486
+ </array>
487
+ </dict>
488
+ <dict>
489
+ <key>begin</key>
490
+ <string>\[</string>
491
+ <key>captures</key>
492
+ <dict>
493
+ <key>0</key>
494
+ <dict>
495
+ <key>name</key>
496
+ <string>punctuation.definition.string.perl</string>
497
+ </dict>
498
+ </dict>
499
+ <key>end</key>
500
+ <string>\]</string>
501
+ <key>name</key>
502
+ <string>string.regexp.format.nested_brackets.perl</string>
503
+ <key>patterns</key>
504
+ <array>
505
+ <dict>
506
+ <key>include</key>
507
+ <string>#escaped_char</string>
508
+ </dict>
509
+ <dict>
510
+ <key>include</key>
511
+ <string>#variable</string>
512
+ </dict>
513
+ <dict>
514
+ <key>include</key>
515
+ <string>#nested_brackets_interpolated</string>
516
+ </dict>
517
+ </array>
518
+ </dict>
519
+ <dict>
520
+ <key>begin</key>
521
+ <string>&lt;</string>
522
+ <key>captures</key>
523
+ <dict>
524
+ <key>0</key>
525
+ <dict>
526
+ <key>name</key>
527
+ <string>punctuation.definition.string.perl</string>
528
+ </dict>
529
+ </dict>
530
+ <key>end</key>
531
+ <string>&gt;</string>
532
+ <key>name</key>
533
+ <string>string.regexp.format.nested_ltgt.perl</string>
534
+ <key>patterns</key>
535
+ <array>
536
+ <dict>
537
+ <key>include</key>
538
+ <string>#escaped_char</string>
539
+ </dict>
540
+ <dict>
541
+ <key>include</key>
542
+ <string>#variable</string>
543
+ </dict>
544
+ <dict>
545
+ <key>include</key>
546
+ <string>#nested_ltgt_interpolated</string>
547
+ </dict>
548
+ </array>
549
+ </dict>
550
+ <dict>
551
+ <key>begin</key>
552
+ <string>\(</string>
553
+ <key>captures</key>
554
+ <dict>
555
+ <key>0</key>
556
+ <dict>
557
+ <key>name</key>
558
+ <string>punctuation.definition.string.perl</string>
559
+ </dict>
560
+ </dict>
561
+ <key>end</key>
562
+ <string>\)</string>
563
+ <key>name</key>
564
+ <string>string.regexp.format.nested_parens.perl</string>
565
+ <key>patterns</key>
566
+ <array>
567
+ <dict>
568
+ <key>include</key>
569
+ <string>#escaped_char</string>
570
+ </dict>
571
+ <dict>
572
+ <key>include</key>
573
+ <string>#variable</string>
574
+ </dict>
575
+ <dict>
576
+ <key>include</key>
577
+ <string>#nested_parens_interpolated</string>
578
+ </dict>
579
+ </array>
580
+ </dict>
581
+ <dict>
582
+ <key>begin</key>
583
+ <string>'</string>
584
+ <key>captures</key>
585
+ <dict>
586
+ <key>0</key>
587
+ <dict>
588
+ <key>name</key>
589
+ <string>punctuation.definition.string.perl</string>
590
+ </dict>
591
+ </dict>
592
+ <key>end</key>
593
+ <string>'</string>
594
+ <key>name</key>
595
+ <string>string.regexp.format.single_quote.perl</string>
596
+ <key>patterns</key>
597
+ <array>
598
+ <dict>
599
+ <key>match</key>
600
+ <string>\\['\\]</string>
601
+ <key>name</key>
602
+ <string>constant.character.escape.perl</string>
603
+ </dict>
604
+ </array>
605
+ </dict>
606
+ <dict>
607
+ <key>begin</key>
608
+ <string>([^\s\w\[({&lt;;])</string>
609
+ <key>captures</key>
610
+ <dict>
611
+ <key>0</key>
612
+ <dict>
613
+ <key>name</key>
614
+ <string>punctuation.definition.string.perl</string>
615
+ </dict>
616
+ </dict>
617
+ <key>end</key>
618
+ <string>\1</string>
619
+ <key>name</key>
620
+ <string>string.regexp.format.simple_delimiter.perl</string>
621
+ <key>patterns</key>
622
+ <array>
623
+ <dict>
624
+ <key>include</key>
625
+ <string>#escaped_char</string>
626
+ </dict>
627
+ <dict>
628
+ <key>include</key>
629
+ <string>#variable</string>
630
+ </dict>
631
+ </array>
632
+ </dict>
633
+ <dict>
634
+ <key>match</key>
635
+ <string>\s+</string>
636
+ </dict>
637
+ </array>
638
+ </dict>
639
+ <dict>
640
+ <key>begin</key>
641
+ <string>\b(?=s([^\s\w\[({&lt;]).*\1([egimos]*)([\}\)\;\,]|\s+))</string>
642
+ <key>comment</key>
643
+ <string>string.regexp.replaceXXX</string>
644
+ <key>end</key>
645
+ <string>((([egimos]*)))(?=([\}\)\;\,]|\s+|$))</string>
646
+ <key>endCaptures</key>
647
+ <dict>
648
+ <key>1</key>
649
+ <dict>
650
+ <key>name</key>
651
+ <string>string.regexp.replace.perl</string>
652
+ </dict>
653
+ <key>2</key>
654
+ <dict>
655
+ <key>name</key>
656
+ <string>punctuation.definition.string.perl</string>
657
+ </dict>
658
+ <key>3</key>
659
+ <dict>
660
+ <key>name</key>
661
+ <string>keyword.control.regexp-option.perl</string>
662
+ </dict>
663
+ </dict>
664
+ <key>patterns</key>
665
+ <array>
666
+ <dict>
667
+ <key>begin</key>
668
+ <string>(s\s*)([^\s\w\[({&lt;])</string>
669
+ <key>captures</key>
670
+ <dict>
671
+ <key>0</key>
672
+ <dict>
673
+ <key>name</key>
674
+ <string>punctuation.definition.string.perl</string>
675
+ </dict>
676
+ <key>1</key>
677
+ <dict>
678
+ <key>name</key>
679
+ <string>support.function.perl</string>
680
+ </dict>
681
+ </dict>
682
+ <key>end</key>
683
+ <string>(?=\2)</string>
684
+ <key>name</key>
685
+ <string>string.regexp.replaceXXX.simple_delimiter.perl</string>
686
+ <key>patterns</key>
687
+ <array>
688
+ <dict>
689
+ <key>include</key>
690
+ <string>#escaped_char</string>
691
+ </dict>
692
+ </array>
693
+ </dict>
694
+ <dict>
695
+ <key>begin</key>
696
+ <string>'</string>
697
+ <key>captures</key>
698
+ <dict>
699
+ <key>0</key>
700
+ <dict>
701
+ <key>name</key>
702
+ <string>punctuation.definition.string.perl</string>
703
+ </dict>
704
+ </dict>
705
+ <key>end</key>
706
+ <string>'</string>
707
+ <key>name</key>
708
+ <string>string.regexp.replaceXXX.format.single_quote.perl</string>
709
+ <key>patterns</key>
710
+ <array>
711
+ <dict>
712
+ <key>match</key>
713
+ <string>\\['\\]</string>
714
+ <key>name</key>
715
+ <string>constant.character.escape.perl.perl</string>
716
+ </dict>
717
+ </array>
718
+ </dict>
719
+ <dict>
720
+ <key>begin</key>
721
+ <string>([^\s\w\[({&lt;])</string>
722
+ <key>captures</key>
723
+ <dict>
724
+ <key>0</key>
725
+ <dict>
726
+ <key>name</key>
727
+ <string>punctuation.definition.string.perl</string>
728
+ </dict>
729
+ </dict>
730
+ <key>end</key>
731
+ <string>\1</string>
732
+ <key>name</key>
733
+ <string>string.regexp.replaceXXX.format.simple_delimiter.perl</string>
734
+ <key>patterns</key>
735
+ <array>
736
+ <dict>
737
+ <key>include</key>
738
+ <string>#escaped_char</string>
739
+ </dict>
740
+ <dict>
741
+ <key>include</key>
742
+ <string>#variable</string>
743
+ </dict>
744
+ </array>
745
+ </dict>
746
+ </array>
747
+ </dict>
748
+ <dict>
749
+ <key>begin</key>
750
+ <string>\b(?=(?&lt;!\\)s\s*([^\s\w\[({&lt;]))</string>
751
+ <key>comment</key>
752
+ <string>string.regexp.replace.extended</string>
753
+ <key>end</key>
754
+ <string>\1((([egimos]*x[egimos]*)))\b</string>
755
+ <key>endCaptures</key>
756
+ <dict>
757
+ <key>1</key>
758
+ <dict>
759
+ <key>name</key>
760
+ <string>string.regexp.replace.perl</string>
761
+ </dict>
762
+ <key>2</key>
763
+ <dict>
764
+ <key>name</key>
765
+ <string>punctuation.definition.string.perl</string>
766
+ </dict>
767
+ <key>3</key>
768
+ <dict>
769
+ <key>name</key>
770
+ <string>keyword.control.regexp-option.perl</string>
771
+ </dict>
772
+ </dict>
773
+ <key>patterns</key>
774
+ <array>
775
+ <dict>
776
+ <key>begin</key>
777
+ <string>(s)\s*(.)</string>
778
+ <key>captures</key>
779
+ <dict>
780
+ <key>0</key>
781
+ <dict>
782
+ <key>name</key>
783
+ <string>punctuation.definition.string.perl</string>
784
+ </dict>
785
+ <key>1</key>
786
+ <dict>
787
+ <key>name</key>
788
+ <string>support.function.perl</string>
789
+ </dict>
790
+ </dict>
791
+ <key>end</key>
792
+ <string>(?=\2)</string>
793
+ <key>name</key>
794
+ <string>string.regexp.replace.extended.simple_delimiter.perl</string>
795
+ <key>patterns</key>
796
+ <array>
797
+ <dict>
798
+ <key>include</key>
799
+ <string>#escaped_char</string>
800
+ </dict>
801
+ </array>
802
+ </dict>
803
+ <dict>
804
+ <key>begin</key>
805
+ <string>'</string>
806
+ <key>captures</key>
807
+ <dict>
808
+ <key>0</key>
809
+ <dict>
810
+ <key>name</key>
811
+ <string>punctuation.definition.string.perl</string>
812
+ </dict>
813
+ </dict>
814
+ <key>end</key>
815
+ <string>'(?=[egimos]*x[egimos]*)\b</string>
816
+ <key>name</key>
817
+ <string>string.regexp.replace.extended.simple_delimiter.perl</string>
818
+ <key>patterns</key>
819
+ <array>
820
+ <dict>
821
+ <key>include</key>
822
+ <string>#escaped_char</string>
823
+ </dict>
824
+ </array>
825
+ </dict>
826
+ <dict>
827
+ <key>begin</key>
828
+ <string>(.)</string>
829
+ <key>captures</key>
830
+ <dict>
831
+ <key>0</key>
832
+ <dict>
833
+ <key>name</key>
834
+ <string>punctuation.definition.string.perl</string>
835
+ </dict>
836
+ </dict>
837
+ <key>end</key>
838
+ <string>\1(?=[egimos]*x[egimos]*)\b</string>
839
+ <key>name</key>
840
+ <string>string.regexp.replace.extended.simple_delimiter.perl</string>
841
+ <key>patterns</key>
842
+ <array>
843
+ <dict>
844
+ <key>include</key>
845
+ <string>#escaped_char</string>
846
+ </dict>
847
+ <dict>
848
+ <key>include</key>
849
+ <string>#variable</string>
850
+ </dict>
851
+ </array>
852
+ </dict>
853
+ </array>
854
+ </dict>
855
+ <dict>
856
+ <key>match</key>
857
+ <string>\b\w+\s*(?==&gt;)</string>
858
+ <key>name</key>
859
+ <string>constant.other.key.perl</string>
860
+ </dict>
861
+ <dict>
862
+ <key>match</key>
863
+ <string>(?&lt;={)\s*\w+\s*(?=})</string>
864
+ <key>name</key>
865
+ <string>constant.other.bareword.perl</string>
866
+ </dict>
867
+ <dict>
868
+ <key>captures</key>
869
+ <dict>
870
+ <key>1</key>
871
+ <dict>
872
+ <key>name</key>
873
+ <string>punctuation.definition.string.perl</string>
874
+ </dict>
875
+ <key>5</key>
876
+ <dict>
877
+ <key>name</key>
878
+ <string>punctuation.definition.string.perl</string>
879
+ </dict>
880
+ </dict>
881
+ <key>match</key>
882
+ <string>(?&lt;!\\)((~\s*)?\/)(\S.*?)(?&lt;!\\)(\\{2})*(\/)</string>
883
+ <key>name</key>
884
+ <string>string.regexp.find.perl</string>
885
+ </dict>
886
+ <dict>
887
+ <key>begin</key>
888
+ <string>(?&lt;!\\)(\~\s*\/)</string>
889
+ <key>captures</key>
890
+ <dict>
891
+ <key>0</key>
892
+ <dict>
893
+ <key>name</key>
894
+ <string>punctuation.definition.string.perl</string>
895
+ </dict>
896
+ </dict>
897
+ <key>end</key>
898
+ <string>\/([cgimos]*x[cgimos]*)\b</string>
899
+ <key>endCaptures</key>
900
+ <dict>
901
+ <key>1</key>
902
+ <dict>
903
+ <key>name</key>
904
+ <string>keyword.control.regexp-option.perl</string>
905
+ </dict>
906
+ </dict>
907
+ <key>name</key>
908
+ <string>string.regexp.find.extended.perl</string>
909
+ <key>patterns</key>
910
+ <array>
911
+ <dict>
912
+ <key>include</key>
913
+ <string>#escaped_char</string>
914
+ </dict>
915
+ <dict>
916
+ <key>include</key>
917
+ <string>#variable</string>
918
+ </dict>
919
+ </array>
920
+ </dict>
921
+ <dict>
922
+ <key>captures</key>
923
+ <dict>
924
+ <key>1</key>
925
+ <dict>
926
+ <key>name</key>
927
+ <string>keyword.control.perl</string>
928
+ </dict>
929
+ <key>2</key>
930
+ <dict>
931
+ <key>name</key>
932
+ <string>entity.name.type.class.perl</string>
933
+ </dict>
934
+ <key>3</key>
935
+ <dict>
936
+ <key>name</key>
937
+ <string>comment.line.number-sign.perl</string>
938
+ </dict>
939
+ <key>4</key>
940
+ <dict>
941
+ <key>name</key>
942
+ <string>punctuation.definition.comment.perl</string>
943
+ </dict>
944
+ </dict>
945
+ <key>match</key>
946
+ <string>^\s*(package)\s+(\S+)\s*((#).*)?$\n?</string>
947
+ <key>name</key>
948
+ <string>meta.class.perl</string>
949
+ </dict>
950
+ <dict>
951
+ <key>captures</key>
952
+ <dict>
953
+ <key>1</key>
954
+ <dict>
955
+ <key>name</key>
956
+ <string>storage.type.sub.perl</string>
957
+ </dict>
958
+ <key>2</key>
959
+ <dict>
960
+ <key>name</key>
961
+ <string>entity.name.function.perl</string>
962
+ </dict>
963
+ <key>3</key>
964
+ <dict>
965
+ <key>name</key>
966
+ <string>storage.type.method.perl</string>
967
+ </dict>
968
+ </dict>
969
+ <key>match</key>
970
+ <string>^\s*(sub)\s+([-a-zA-Z0-9_]+)\s*(\([\$\@\*;]*\))?</string>
971
+ <key>name</key>
972
+ <string>meta.function.perl</string>
973
+ </dict>
974
+ <dict>
975
+ <key>captures</key>
976
+ <dict>
977
+ <key>1</key>
978
+ <dict>
979
+ <key>name</key>
980
+ <string>entity.name.function.perl</string>
981
+ </dict>
982
+ <key>2</key>
983
+ <dict>
984
+ <key>name</key>
985
+ <string>punctuation.definition.parameters.perl</string>
986
+ </dict>
987
+ <key>3</key>
988
+ <dict>
989
+ <key>name</key>
990
+ <string>variable.parameter.function.perl</string>
991
+ </dict>
992
+ </dict>
993
+ <key>match</key>
994
+ <string>^\s*(BEGIN|END|DESTROY)\b</string>
995
+ <key>name</key>
996
+ <string>meta.function.perl</string>
997
+ </dict>
998
+ <dict>
999
+ <key>begin</key>
1000
+ <string>^(?=(\t| {4}))</string>
1001
+ <key>end</key>
1002
+ <string>(?=[^\t\s])</string>
1003
+ <key>name</key>
1004
+ <string>meta.leading-tabs</string>
1005
+ <key>patterns</key>
1006
+ <array>
1007
+ <dict>
1008
+ <key>captures</key>
1009
+ <dict>
1010
+ <key>1</key>
1011
+ <dict>
1012
+ <key>name</key>
1013
+ <string>meta.odd-tab</string>
1014
+ </dict>
1015
+ <key>2</key>
1016
+ <dict>
1017
+ <key>name</key>
1018
+ <string>meta.even-tab</string>
1019
+ </dict>
1020
+ </dict>
1021
+ <key>match</key>
1022
+ <string>(\t| {4})(\t| {4})?</string>
1023
+ </dict>
1024
+ </array>
1025
+ </dict>
1026
+ <dict>
1027
+ <key>captures</key>
1028
+ <dict>
1029
+ <key>1</key>
1030
+ <dict>
1031
+ <key>name</key>
1032
+ <string>support.function.perl</string>
1033
+ </dict>
1034
+ <key>2</key>
1035
+ <dict>
1036
+ <key>name</key>
1037
+ <string>punctuation.definition.string.perl</string>
1038
+ </dict>
1039
+ <key>5</key>
1040
+ <dict>
1041
+ <key>name</key>
1042
+ <string>punctuation.definition.string.perl</string>
1043
+ </dict>
1044
+ </dict>
1045
+ <key>match</key>
1046
+ <string>\b(m)\s*(?&lt;!\\)([^\[\{\(A-Za-z0-9\s])(.*?)(?&lt;!\\)(\\{2})*(\2)</string>
1047
+ <key>name</key>
1048
+ <string>string.regexp.find-m.perl</string>
1049
+ </dict>
1050
+ <dict>
1051
+ <key>begin</key>
1052
+ <string>\b(m)\s*(?&lt;!\\)\(</string>
1053
+ <key>beginCaptures</key>
1054
+ <dict>
1055
+ <key>0</key>
1056
+ <dict>
1057
+ <key>name</key>
1058
+ <string>punctuation.definition.string.begin.perl</string>
1059
+ </dict>
1060
+ </dict>
1061
+ <key>end</key>
1062
+ <string>\)</string>
1063
+ <key>endCaptures</key>
1064
+ <dict>
1065
+ <key>0</key>
1066
+ <dict>
1067
+ <key>name</key>
1068
+ <string>punctuation.definition.string.end.perl</string>
1069
+ </dict>
1070
+ </dict>
1071
+ <key>name</key>
1072
+ <string>string.regexp.find-m-paren.perl</string>
1073
+ <key>patterns</key>
1074
+ <array>
1075
+ <dict>
1076
+ <key>include</key>
1077
+ <string>#escaped_char</string>
1078
+ </dict>
1079
+ <dict>
1080
+ <key>include</key>
1081
+ <string>#nested_parens_interpolated</string>
1082
+ </dict>
1083
+ <dict>
1084
+ <key>include</key>
1085
+ <string>#variable</string>
1086
+ </dict>
1087
+ </array>
1088
+ </dict>
1089
+ <dict>
1090
+ <key>begin</key>
1091
+ <string>\b(m)\s*(?&lt;!\\)\{</string>
1092
+ <key>beginCaptures</key>
1093
+ <dict>
1094
+ <key>0</key>
1095
+ <dict>
1096
+ <key>name</key>
1097
+ <string>punctuation.definition.string.begin.perl</string>
1098
+ </dict>
1099
+ </dict>
1100
+ <key>end</key>
1101
+ <string>\}</string>
1102
+ <key>endCaptures</key>
1103
+ <dict>
1104
+ <key>0</key>
1105
+ <dict>
1106
+ <key>name</key>
1107
+ <string>punctuation.definition.string.end.perl</string>
1108
+ </dict>
1109
+ </dict>
1110
+ <key>name</key>
1111
+ <string>string.regexp.find-m-brace.perl</string>
1112
+ <key>patterns</key>
1113
+ <array>
1114
+ <dict>
1115
+ <key>include</key>
1116
+ <string>#escaped_char</string>
1117
+ </dict>
1118
+ <dict>
1119
+ <key>include</key>
1120
+ <string>#nested_braces_interpolated</string>
1121
+ </dict>
1122
+ <dict>
1123
+ <key>include</key>
1124
+ <string>#variable</string>
1125
+ </dict>
1126
+ </array>
1127
+ </dict>
1128
+ <dict>
1129
+ <key>begin</key>
1130
+ <string>\b(m)\s*(?&lt;!\\)\[</string>
1131
+ <key>beginCaptures</key>
1132
+ <dict>
1133
+ <key>0</key>
1134
+ <dict>
1135
+ <key>name</key>
1136
+ <string>punctuation.definition.string.begin.perl</string>
1137
+ </dict>
1138
+ </dict>
1139
+ <key>end</key>
1140
+ <string>\]</string>
1141
+ <key>endCaptures</key>
1142
+ <dict>
1143
+ <key>0</key>
1144
+ <dict>
1145
+ <key>name</key>
1146
+ <string>punctuation.definition.string.end.perl</string>
1147
+ </dict>
1148
+ </dict>
1149
+ <key>name</key>
1150
+ <string>string.regexp.find-m-bracket.perl</string>
1151
+ <key>patterns</key>
1152
+ <array>
1153
+ <dict>
1154
+ <key>include</key>
1155
+ <string>#escaped_char</string>
1156
+ </dict>
1157
+ <dict>
1158
+ <key>include</key>
1159
+ <string>#nested_brackets_interpolated</string>
1160
+ </dict>
1161
+ <dict>
1162
+ <key>include</key>
1163
+ <string>#variable</string>
1164
+ </dict>
1165
+ </array>
1166
+ </dict>
1167
+ <dict>
1168
+ <key>begin</key>
1169
+ <string>\b(m)\s*(?&lt;!\\)\&lt;</string>
1170
+ <key>beginCaptures</key>
1171
+ <dict>
1172
+ <key>0</key>
1173
+ <dict>
1174
+ <key>name</key>
1175
+ <string>punctuation.definition.string.begin.perl</string>
1176
+ </dict>
1177
+ </dict>
1178
+ <key>end</key>
1179
+ <string>\&gt;</string>
1180
+ <key>endCaptures</key>
1181
+ <dict>
1182
+ <key>0</key>
1183
+ <dict>
1184
+ <key>name</key>
1185
+ <string>punctuation.definition.string.end.perl</string>
1186
+ </dict>
1187
+ </dict>
1188
+ <key>name</key>
1189
+ <string>string.regexp.find-m-ltgt.perl</string>
1190
+ <key>patterns</key>
1191
+ <array>
1192
+ <dict>
1193
+ <key>include</key>
1194
+ <string>#escaped_char</string>
1195
+ </dict>
1196
+ <dict>
1197
+ <key>include</key>
1198
+ <string>#nested_ltgt_interpolated</string>
1199
+ </dict>
1200
+ <dict>
1201
+ <key>include</key>
1202
+ <string>#variable</string>
1203
+ </dict>
1204
+ </array>
1205
+ </dict>
1206
+ <dict>
1207
+ <key>captures</key>
1208
+ <dict>
1209
+ <key>1</key>
1210
+ <dict>
1211
+ <key>name</key>
1212
+ <string>support.function.perl</string>
1213
+ </dict>
1214
+ <key>2</key>
1215
+ <dict>
1216
+ <key>name</key>
1217
+ <string>punctuation.definition.string.perl</string>
1218
+ </dict>
1219
+ <key>5</key>
1220
+ <dict>
1221
+ <key>name</key>
1222
+ <string>punctuation.definition.string.perl</string>
1223
+ </dict>
1224
+ <key>8</key>
1225
+ <dict>
1226
+ <key>name</key>
1227
+ <string>punctuation.definition.string.perl</string>
1228
+ </dict>
1229
+ </dict>
1230
+ <key>match</key>
1231
+ <string>\b(s|tr|y)\s*([^A-Za-z0-9\s])(.*?)(?&lt;!\\)(\\{2})*(\2)(.*?)(?&lt;!\\)(\\{2})*(\2)</string>
1232
+ <key>name</key>
1233
+ <string>string.regexp.replace.perl</string>
1234
+ </dict>
1235
+ <dict>
1236
+ <key>match</key>
1237
+ <string>\b(__FILE__|__LINE__|__PACKAGE__)\b</string>
1238
+ <key>name</key>
1239
+ <string>constant.language.perl</string>
1240
+ </dict>
1241
+ <dict>
1242
+ <key>match</key>
1243
+ <string>(?&lt;!-&gt;)\b(continue|die|do|else|elsif|exit|for|foreach|goto|if|last|next|redo|return|select|unless|until|wait|while|switch|case|package|require|use|eval)\b</string>
1244
+ <key>name</key>
1245
+ <string>keyword.control.perl</string>
1246
+ </dict>
1247
+ <dict>
1248
+ <key>match</key>
1249
+ <string>\b(my|our|local)\b</string>
1250
+ <key>name</key>
1251
+ <string>storage.modifier.perl</string>
1252
+ </dict>
1253
+ <dict>
1254
+ <key>match</key>
1255
+ <string>(?&lt;!\w)\-[rwx0RWXOezsfdlpSbctugkTBMAC]\b</string>
1256
+ <key>name</key>
1257
+ <string>keyword.operator.filetest.perl</string>
1258
+ </dict>
1259
+ <dict>
1260
+ <key>match</key>
1261
+ <string>\b(and|or|xor|as)\b</string>
1262
+ <key>name</key>
1263
+ <string>keyword.operator.logical.perl</string>
1264
+ </dict>
1265
+ <dict>
1266
+ <key>match</key>
1267
+ <string>(&lt;=&gt;| =&gt;|-&gt;)</string>
1268
+ <key>name</key>
1269
+ <string>keyword.operator.comparison.perl</string>
1270
+ </dict>
1271
+ <dict>
1272
+ <key>begin</key>
1273
+ <string>((&lt;&lt;) *"HTML").*\n?</string>
1274
+ <key>captures</key>
1275
+ <dict>
1276
+ <key>0</key>
1277
+ <dict>
1278
+ <key>name</key>
1279
+ <string>punctuation.definition.string.perl</string>
1280
+ </dict>
1281
+ <key>1</key>
1282
+ <dict>
1283
+ <key>name</key>
1284
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1285
+ </dict>
1286
+ <key>2</key>
1287
+ <dict>
1288
+ <key>name</key>
1289
+ <string>punctuation.definition.heredoc.perl</string>
1290
+ </dict>
1291
+ </dict>
1292
+ <key>contentName</key>
1293
+ <string>text.html.embedded.perl</string>
1294
+ <key>end</key>
1295
+ <string>(^HTML$)</string>
1296
+ <key>patterns</key>
1297
+ <array>
1298
+ <dict>
1299
+ <key>include</key>
1300
+ <string>#escaped_char</string>
1301
+ </dict>
1302
+ <dict>
1303
+ <key>include</key>
1304
+ <string>#variable</string>
1305
+ </dict>
1306
+ <dict>
1307
+ <key>include</key>
1308
+ <string>text.html.basic</string>
1309
+ </dict>
1310
+ </array>
1311
+ </dict>
1312
+ <dict>
1313
+ <key>begin</key>
1314
+ <string>((&lt;&lt;) *"XML").*\n?</string>
1315
+ <key>captures</key>
1316
+ <dict>
1317
+ <key>0</key>
1318
+ <dict>
1319
+ <key>name</key>
1320
+ <string>punctuation.definition.string.perl</string>
1321
+ </dict>
1322
+ <key>1</key>
1323
+ <dict>
1324
+ <key>name</key>
1325
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1326
+ </dict>
1327
+ <key>2</key>
1328
+ <dict>
1329
+ <key>name</key>
1330
+ <string>punctuation.definition.heredoc.perl</string>
1331
+ </dict>
1332
+ </dict>
1333
+ <key>contentName</key>
1334
+ <string>text.xml.embedded.perl</string>
1335
+ <key>end</key>
1336
+ <string>(^XML$)</string>
1337
+ <key>patterns</key>
1338
+ <array>
1339
+ <dict>
1340
+ <key>include</key>
1341
+ <string>#escaped_char</string>
1342
+ </dict>
1343
+ <dict>
1344
+ <key>include</key>
1345
+ <string>#variable</string>
1346
+ </dict>
1347
+ <dict>
1348
+ <key>include</key>
1349
+ <string>text.xml</string>
1350
+ </dict>
1351
+ </array>
1352
+ </dict>
1353
+ <dict>
1354
+ <key>begin</key>
1355
+ <string>((&lt;&lt;) *"CSS").*\n?</string>
1356
+ <key>captures</key>
1357
+ <dict>
1358
+ <key>0</key>
1359
+ <dict>
1360
+ <key>name</key>
1361
+ <string>punctuation.definition.string.perl</string>
1362
+ </dict>
1363
+ <key>1</key>
1364
+ <dict>
1365
+ <key>name</key>
1366
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1367
+ </dict>
1368
+ <key>2</key>
1369
+ <dict>
1370
+ <key>name</key>
1371
+ <string>punctuation.definition.heredoc.perl</string>
1372
+ </dict>
1373
+ </dict>
1374
+ <key>contentName</key>
1375
+ <string>text.css.embedded.perl</string>
1376
+ <key>end</key>
1377
+ <string>(^CSS$)</string>
1378
+ <key>patterns</key>
1379
+ <array>
1380
+ <dict>
1381
+ <key>include</key>
1382
+ <string>#escaped_char</string>
1383
+ </dict>
1384
+ <dict>
1385
+ <key>include</key>
1386
+ <string>#variable</string>
1387
+ </dict>
1388
+ <dict>
1389
+ <key>include</key>
1390
+ <string>source.css</string>
1391
+ </dict>
1392
+ </array>
1393
+ </dict>
1394
+ <dict>
1395
+ <key>begin</key>
1396
+ <string>((&lt;&lt;) *"JAVASCRIPT").*\n?</string>
1397
+ <key>captures</key>
1398
+ <dict>
1399
+ <key>0</key>
1400
+ <dict>
1401
+ <key>name</key>
1402
+ <string>punctuation.definition.string.perl</string>
1403
+ </dict>
1404
+ <key>1</key>
1405
+ <dict>
1406
+ <key>name</key>
1407
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1408
+ </dict>
1409
+ <key>2</key>
1410
+ <dict>
1411
+ <key>name</key>
1412
+ <string>punctuation.definition.heredoc.perl</string>
1413
+ </dict>
1414
+ </dict>
1415
+ <key>contentName</key>
1416
+ <string>text.js.embedded.perl</string>
1417
+ <key>end</key>
1418
+ <string>(^JAVASCRIPT$)</string>
1419
+ <key>patterns</key>
1420
+ <array>
1421
+ <dict>
1422
+ <key>include</key>
1423
+ <string>#escaped_char</string>
1424
+ </dict>
1425
+ <dict>
1426
+ <key>include</key>
1427
+ <string>#variable</string>
1428
+ </dict>
1429
+ <dict>
1430
+ <key>include</key>
1431
+ <string>source.js</string>
1432
+ </dict>
1433
+ </array>
1434
+ </dict>
1435
+ <dict>
1436
+ <key>begin</key>
1437
+ <string>((&lt;&lt;) *"SQL").*\n?</string>
1438
+ <key>captures</key>
1439
+ <dict>
1440
+ <key>0</key>
1441
+ <dict>
1442
+ <key>name</key>
1443
+ <string>punctuation.definition.string.perl</string>
1444
+ </dict>
1445
+ <key>1</key>
1446
+ <dict>
1447
+ <key>name</key>
1448
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1449
+ </dict>
1450
+ <key>2</key>
1451
+ <dict>
1452
+ <key>name</key>
1453
+ <string>punctuation.definition.heredoc.perl</string>
1454
+ </dict>
1455
+ </dict>
1456
+ <key>contentName</key>
1457
+ <string>source.sql.embedded.perl</string>
1458
+ <key>end</key>
1459
+ <string>(^SQL$)</string>
1460
+ <key>patterns</key>
1461
+ <array>
1462
+ <dict>
1463
+ <key>include</key>
1464
+ <string>#escaped_char</string>
1465
+ </dict>
1466
+ <dict>
1467
+ <key>include</key>
1468
+ <string>#variable</string>
1469
+ </dict>
1470
+ <dict>
1471
+ <key>include</key>
1472
+ <string>source.sql</string>
1473
+ </dict>
1474
+ </array>
1475
+ </dict>
1476
+ <dict>
1477
+ <key>begin</key>
1478
+ <string>((&lt;&lt;) *"POSTSCRIPT").*\n?</string>
1479
+ <key>captures</key>
1480
+ <dict>
1481
+ <key>0</key>
1482
+ <dict>
1483
+ <key>name</key>
1484
+ <string>punctuation.definition.string.perl</string>
1485
+ </dict>
1486
+ <key>1</key>
1487
+ <dict>
1488
+ <key>name</key>
1489
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1490
+ </dict>
1491
+ <key>2</key>
1492
+ <dict>
1493
+ <key>name</key>
1494
+ <string>punctuation.definition.heredoc.perl</string>
1495
+ </dict>
1496
+ </dict>
1497
+ <key>contentName</key>
1498
+ <string>text.postscript.embedded.perl</string>
1499
+ <key>end</key>
1500
+ <string>(^POSTSCRIPT$)</string>
1501
+ <key>patterns</key>
1502
+ <array>
1503
+ <dict>
1504
+ <key>include</key>
1505
+ <string>#escaped_char</string>
1506
+ </dict>
1507
+ <dict>
1508
+ <key>include</key>
1509
+ <string>#variable</string>
1510
+ </dict>
1511
+ <dict>
1512
+ <key>include</key>
1513
+ <string>source.postscript</string>
1514
+ </dict>
1515
+ </array>
1516
+ </dict>
1517
+ <dict>
1518
+ <key>begin</key>
1519
+ <string>((&lt;&lt;) *"([^"]*)").*\n?</string>
1520
+ <key>captures</key>
1521
+ <dict>
1522
+ <key>0</key>
1523
+ <dict>
1524
+ <key>name</key>
1525
+ <string>punctuation.definition.string.perl</string>
1526
+ </dict>
1527
+ <key>1</key>
1528
+ <dict>
1529
+ <key>name</key>
1530
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1531
+ </dict>
1532
+ <key>2</key>
1533
+ <dict>
1534
+ <key>name</key>
1535
+ <string>punctuation.definition.heredoc.perl</string>
1536
+ </dict>
1537
+ </dict>
1538
+ <key>contentName</key>
1539
+ <string>string.unquoted.heredoc.doublequote.perl</string>
1540
+ <key>end</key>
1541
+ <string>(^\3$)</string>
1542
+ <key>patterns</key>
1543
+ <array>
1544
+ <dict>
1545
+ <key>include</key>
1546
+ <string>#escaped_char</string>
1547
+ </dict>
1548
+ <dict>
1549
+ <key>include</key>
1550
+ <string>#variable</string>
1551
+ </dict>
1552
+ </array>
1553
+ </dict>
1554
+ <dict>
1555
+ <key>begin</key>
1556
+ <string>((&lt;&lt;) *'HTML').*\n?</string>
1557
+ <key>captures</key>
1558
+ <dict>
1559
+ <key>0</key>
1560
+ <dict>
1561
+ <key>name</key>
1562
+ <string>punctuation.definition.string.perl</string>
1563
+ </dict>
1564
+ <key>1</key>
1565
+ <dict>
1566
+ <key>name</key>
1567
+ <string>string.unquoted.heredoc.quote.perl</string>
1568
+ </dict>
1569
+ <key>2</key>
1570
+ <dict>
1571
+ <key>name</key>
1572
+ <string>punctuation.definition.heredoc.perl</string>
1573
+ </dict>
1574
+ </dict>
1575
+ <key>contentName</key>
1576
+ <string>text.html.embedded.perl</string>
1577
+ <key>end</key>
1578
+ <string>(^HTML$)</string>
1579
+ <key>patterns</key>
1580
+ <array>
1581
+ <dict>
1582
+ <key>include</key>
1583
+ <string>text.html.basic</string>
1584
+ </dict>
1585
+ </array>
1586
+ </dict>
1587
+ <dict>
1588
+ <key>begin</key>
1589
+ <string>((&lt;&lt;) *'XML').*\n?</string>
1590
+ <key>captures</key>
1591
+ <dict>
1592
+ <key>0</key>
1593
+ <dict>
1594
+ <key>name</key>
1595
+ <string>punctuation.definition.string.perl</string>
1596
+ </dict>
1597
+ <key>1</key>
1598
+ <dict>
1599
+ <key>name</key>
1600
+ <string>string.unquoted.heredoc.quote.perl</string>
1601
+ </dict>
1602
+ <key>2</key>
1603
+ <dict>
1604
+ <key>name</key>
1605
+ <string>punctuation.definition.heredoc.perl</string>
1606
+ </dict>
1607
+ </dict>
1608
+ <key>contentName</key>
1609
+ <string>text.xml.embedded.perl</string>
1610
+ <key>end</key>
1611
+ <string>(^XML$)</string>
1612
+ <key>patterns</key>
1613
+ <array>
1614
+ <dict>
1615
+ <key>include</key>
1616
+ <string>text.xml</string>
1617
+ </dict>
1618
+ </array>
1619
+ </dict>
1620
+ <dict>
1621
+ <key>begin</key>
1622
+ <string>((&lt;&lt;) *'CSS').*\n?</string>
1623
+ <key>captures</key>
1624
+ <dict>
1625
+ <key>0</key>
1626
+ <dict>
1627
+ <key>name</key>
1628
+ <string>punctuation.definition.string.perl</string>
1629
+ </dict>
1630
+ <key>1</key>
1631
+ <dict>
1632
+ <key>name</key>
1633
+ <string>string.unquoted.heredoc.quote.perl</string>
1634
+ </dict>
1635
+ <key>2</key>
1636
+ <dict>
1637
+ <key>name</key>
1638
+ <string>punctuation.definition.heredoc.perl</string>
1639
+ </dict>
1640
+ </dict>
1641
+ <key>contentName</key>
1642
+ <string>text.css.embedded.perl</string>
1643
+ <key>end</key>
1644
+ <string>(^CSS$)</string>
1645
+ <key>patterns</key>
1646
+ <array>
1647
+ <dict>
1648
+ <key>include</key>
1649
+ <string>source.css</string>
1650
+ </dict>
1651
+ </array>
1652
+ </dict>
1653
+ <dict>
1654
+ <key>begin</key>
1655
+ <string>((&lt;&lt;) *'JAVASCRIPT').*\n?</string>
1656
+ <key>captures</key>
1657
+ <dict>
1658
+ <key>0</key>
1659
+ <dict>
1660
+ <key>name</key>
1661
+ <string>punctuation.definition.string.perl</string>
1662
+ </dict>
1663
+ <key>1</key>
1664
+ <dict>
1665
+ <key>name</key>
1666
+ <string>string.unquoted.heredoc.quote.perl</string>
1667
+ </dict>
1668
+ <key>2</key>
1669
+ <dict>
1670
+ <key>name</key>
1671
+ <string>punctuation.definition.heredoc.perl</string>
1672
+ </dict>
1673
+ </dict>
1674
+ <key>contentName</key>
1675
+ <string>text.js.embedded.perl</string>
1676
+ <key>end</key>
1677
+ <string>(^JAVASCRIPT$)</string>
1678
+ <key>patterns</key>
1679
+ <array>
1680
+ <dict>
1681
+ <key>include</key>
1682
+ <string>source.js</string>
1683
+ </dict>
1684
+ </array>
1685
+ </dict>
1686
+ <dict>
1687
+ <key>begin</key>
1688
+ <string>((&lt;&lt;) *'SQL').*\n?</string>
1689
+ <key>captures</key>
1690
+ <dict>
1691
+ <key>0</key>
1692
+ <dict>
1693
+ <key>name</key>
1694
+ <string>punctuation.definition.string.perl</string>
1695
+ </dict>
1696
+ <key>1</key>
1697
+ <dict>
1698
+ <key>name</key>
1699
+ <string>string.unquoted.heredoc.quote.perl</string>
1700
+ </dict>
1701
+ <key>2</key>
1702
+ <dict>
1703
+ <key>name</key>
1704
+ <string>punctuation.definition.heredoc.perl</string>
1705
+ </dict>
1706
+ </dict>
1707
+ <key>contentName</key>
1708
+ <string>source.sql.embedded.perl</string>
1709
+ <key>end</key>
1710
+ <string>(^SQL$)</string>
1711
+ <key>patterns</key>
1712
+ <array>
1713
+ <dict>
1714
+ <key>include</key>
1715
+ <string>source.sql</string>
1716
+ </dict>
1717
+ </array>
1718
+ </dict>
1719
+ <dict>
1720
+ <key>begin</key>
1721
+ <string>((&lt;&lt;) *'POSTSCRIPT').*\n?</string>
1722
+ <key>captures</key>
1723
+ <dict>
1724
+ <key>0</key>
1725
+ <dict>
1726
+ <key>name</key>
1727
+ <string>punctuation.definition.string.perl</string>
1728
+ </dict>
1729
+ <key>1</key>
1730
+ <dict>
1731
+ <key>name</key>
1732
+ <string>string.unquoted.heredoc.quote.perl</string>
1733
+ </dict>
1734
+ <key>2</key>
1735
+ <dict>
1736
+ <key>name</key>
1737
+ <string>punctuation.definition.heredoc.perl</string>
1738
+ </dict>
1739
+ </dict>
1740
+ <key>contentName</key>
1741
+ <string>source.postscript.embedded.perl</string>
1742
+ <key>end</key>
1743
+ <string>(^POSTSCRIPT)</string>
1744
+ <key>patterns</key>
1745
+ <array>
1746
+ <dict>
1747
+ <key>include</key>
1748
+ <string>source.postscript</string>
1749
+ </dict>
1750
+ </array>
1751
+ </dict>
1752
+ <dict>
1753
+ <key>begin</key>
1754
+ <string>((&lt;&lt;) *'([^']*)').*\n?</string>
1755
+ <key>captures</key>
1756
+ <dict>
1757
+ <key>0</key>
1758
+ <dict>
1759
+ <key>name</key>
1760
+ <string>punctuation.definition.string.perl</string>
1761
+ </dict>
1762
+ <key>1</key>
1763
+ <dict>
1764
+ <key>name</key>
1765
+ <string>string.unquoted.heredoc.quote.perl</string>
1766
+ </dict>
1767
+ <key>2</key>
1768
+ <dict>
1769
+ <key>name</key>
1770
+ <string>punctuation.definition.heredoc.perl</string>
1771
+ </dict>
1772
+ </dict>
1773
+ <key>contentName</key>
1774
+ <string>string.unquoted.heredoc.quote.perl</string>
1775
+ <key>end</key>
1776
+ <string>(^\3$)</string>
1777
+ </dict>
1778
+ <dict>
1779
+ <key>begin</key>
1780
+ <string>((&lt;&lt;) *`([^`]*)`).*\n?</string>
1781
+ <key>captures</key>
1782
+ <dict>
1783
+ <key>0</key>
1784
+ <dict>
1785
+ <key>name</key>
1786
+ <string>punctuation.definition.string.perl</string>
1787
+ </dict>
1788
+ <key>1</key>
1789
+ <dict>
1790
+ <key>name</key>
1791
+ <string>string.unquoted.heredoc.backtick.perl</string>
1792
+ </dict>
1793
+ <key>2</key>
1794
+ <dict>
1795
+ <key>name</key>
1796
+ <string>punctuation.definition.heredoc.perl</string>
1797
+ </dict>
1798
+ </dict>
1799
+ <key>contentName</key>
1800
+ <string>string.unquoted.heredoc.backtick.perl</string>
1801
+ <key>end</key>
1802
+ <string>(^\3$)</string>
1803
+ <key>patterns</key>
1804
+ <array>
1805
+ <dict>
1806
+ <key>include</key>
1807
+ <string>#escaped_char</string>
1808
+ </dict>
1809
+ <dict>
1810
+ <key>include</key>
1811
+ <string>#variable</string>
1812
+ </dict>
1813
+ </array>
1814
+ </dict>
1815
+ <dict>
1816
+ <key>begin</key>
1817
+ <string>((&lt;&lt;) *HTML\b).*\n?</string>
1818
+ <key>captures</key>
1819
+ <dict>
1820
+ <key>0</key>
1821
+ <dict>
1822
+ <key>name</key>
1823
+ <string>punctuation.definition.string.perl</string>
1824
+ </dict>
1825
+ <key>1</key>
1826
+ <dict>
1827
+ <key>name</key>
1828
+ <string>string.unquoted.heredoc.perl</string>
1829
+ </dict>
1830
+ <key>2</key>
1831
+ <dict>
1832
+ <key>name</key>
1833
+ <string>punctuation.definition.heredoc.perl</string>
1834
+ </dict>
1835
+ </dict>
1836
+ <key>contentName</key>
1837
+ <string>text.html.embedded.perl</string>
1838
+ <key>end</key>
1839
+ <string>(^HTML$)</string>
1840
+ <key>patterns</key>
1841
+ <array>
1842
+ <dict>
1843
+ <key>include</key>
1844
+ <string>#escaped_char</string>
1845
+ </dict>
1846
+ <dict>
1847
+ <key>include</key>
1848
+ <string>#variable</string>
1849
+ </dict>
1850
+ <dict>
1851
+ <key>include</key>
1852
+ <string>text.html.basic</string>
1853
+ </dict>
1854
+ </array>
1855
+ </dict>
1856
+ <dict>
1857
+ <key>begin</key>
1858
+ <string>((&lt;&lt;) *XML\b).*\n?</string>
1859
+ <key>captures</key>
1860
+ <dict>
1861
+ <key>0</key>
1862
+ <dict>
1863
+ <key>name</key>
1864
+ <string>punctuation.definition.string.perl</string>
1865
+ </dict>
1866
+ <key>1</key>
1867
+ <dict>
1868
+ <key>name</key>
1869
+ <string>string.unquoted.heredoc.perl</string>
1870
+ </dict>
1871
+ <key>2</key>
1872
+ <dict>
1873
+ <key>name</key>
1874
+ <string>punctuation.definition.heredoc.perl</string>
1875
+ </dict>
1876
+ </dict>
1877
+ <key>contentName</key>
1878
+ <string>text.xml.embedded.perl</string>
1879
+ <key>end</key>
1880
+ <string>(^XML$)</string>
1881
+ <key>patterns</key>
1882
+ <array>
1883
+ <dict>
1884
+ <key>include</key>
1885
+ <string>#escaped_char</string>
1886
+ </dict>
1887
+ <dict>
1888
+ <key>include</key>
1889
+ <string>#variable</string>
1890
+ </dict>
1891
+ <dict>
1892
+ <key>include</key>
1893
+ <string>text.xml</string>
1894
+ </dict>
1895
+ </array>
1896
+ </dict>
1897
+ <dict>
1898
+ <key>begin</key>
1899
+ <string>((&lt;&lt;) *SQL\b).*\n?</string>
1900
+ <key>captures</key>
1901
+ <dict>
1902
+ <key>0</key>
1903
+ <dict>
1904
+ <key>name</key>
1905
+ <string>punctuation.definition.string.perl</string>
1906
+ </dict>
1907
+ <key>1</key>
1908
+ <dict>
1909
+ <key>name</key>
1910
+ <string>string.unquoted.heredoc.perl</string>
1911
+ </dict>
1912
+ <key>2</key>
1913
+ <dict>
1914
+ <key>name</key>
1915
+ <string>punctuation.definition.heredoc.perl</string>
1916
+ </dict>
1917
+ </dict>
1918
+ <key>contentName</key>
1919
+ <string>source.sql.embedded.perl</string>
1920
+ <key>end</key>
1921
+ <string>(^SQL$)</string>
1922
+ <key>patterns</key>
1923
+ <array>
1924
+ <dict>
1925
+ <key>include</key>
1926
+ <string>#escaped_char</string>
1927
+ </dict>
1928
+ <dict>
1929
+ <key>include</key>
1930
+ <string>#variable</string>
1931
+ </dict>
1932
+ <dict>
1933
+ <key>include</key>
1934
+ <string>source.sql</string>
1935
+ </dict>
1936
+ </array>
1937
+ </dict>
1938
+ <dict>
1939
+ <key>begin</key>
1940
+ <string>((&lt;&lt;) *POSTSCRIPT\b).*\n?</string>
1941
+ <key>captures</key>
1942
+ <dict>
1943
+ <key>0</key>
1944
+ <dict>
1945
+ <key>name</key>
1946
+ <string>punctuation.definition.string.perl</string>
1947
+ </dict>
1948
+ <key>1</key>
1949
+ <dict>
1950
+ <key>name</key>
1951
+ <string>string.unquoted.heredoc.perl</string>
1952
+ </dict>
1953
+ <key>2</key>
1954
+ <dict>
1955
+ <key>name</key>
1956
+ <string>punctuation.definition.heredoc.perl</string>
1957
+ </dict>
1958
+ </dict>
1959
+ <key>contentName</key>
1960
+ <string>source.postscript.embedded.perl</string>
1961
+ <key>end</key>
1962
+ <string>(^POSTSCRIPT)</string>
1963
+ <key>patterns</key>
1964
+ <array>
1965
+ <dict>
1966
+ <key>include</key>
1967
+ <string>#escaped_char</string>
1968
+ </dict>
1969
+ <dict>
1970
+ <key>include</key>
1971
+ <string>#variable</string>
1972
+ </dict>
1973
+ <dict>
1974
+ <key>include</key>
1975
+ <string>source.postscript</string>
1976
+ </dict>
1977
+ </array>
1978
+ </dict>
1979
+ <dict>
1980
+ <key>begin</key>
1981
+ <string>((&lt;&lt;) *((?![=\d\$ ])[^;,'"`\s)]*)).*\n?</string>
1982
+ <key>captures</key>
1983
+ <dict>
1984
+ <key>0</key>
1985
+ <dict>
1986
+ <key>name</key>
1987
+ <string>punctuation.definition.string.perl</string>
1988
+ </dict>
1989
+ <key>1</key>
1990
+ <dict>
1991
+ <key>name</key>
1992
+ <string>string.unquoted.heredoc.perl</string>
1993
+ </dict>
1994
+ <key>2</key>
1995
+ <dict>
1996
+ <key>name</key>
1997
+ <string>punctuation.definition.heredoc.perl</string>
1998
+ </dict>
1999
+ </dict>
2000
+ <key>contentName</key>
2001
+ <string>string.unquoted.heredoc.perl</string>
2002
+ <key>end</key>
2003
+ <string>(^\3$)</string>
2004
+ <key>patterns</key>
2005
+ <array>
2006
+ <dict>
2007
+ <key>include</key>
2008
+ <string>#escaped_char</string>
2009
+ </dict>
2010
+ <dict>
2011
+ <key>include</key>
2012
+ <string>#variable</string>
2013
+ </dict>
2014
+ </array>
2015
+ </dict>
2016
+ <dict>
2017
+ <key>begin</key>
2018
+ <string>\bqq\s*([^\(\{\[\&lt;\w\s])</string>
2019
+ <key>beginCaptures</key>
2020
+ <dict>
2021
+ <key>0</key>
2022
+ <dict>
2023
+ <key>name</key>
2024
+ <string>punctuation.definition.string.begin.perl</string>
2025
+ </dict>
2026
+ </dict>
2027
+ <key>end</key>
2028
+ <string>\1</string>
2029
+ <key>endCaptures</key>
2030
+ <dict>
2031
+ <key>0</key>
2032
+ <dict>
2033
+ <key>name</key>
2034
+ <string>punctuation.definition.string.end.perl</string>
2035
+ </dict>
2036
+ </dict>
2037
+ <key>name</key>
2038
+ <string>string.quoted.other.qq.perl</string>
2039
+ <key>patterns</key>
2040
+ <array>
2041
+ <dict>
2042
+ <key>include</key>
2043
+ <string>#escaped_char</string>
2044
+ </dict>
2045
+ <dict>
2046
+ <key>include</key>
2047
+ <string>#variable</string>
2048
+ </dict>
2049
+ </array>
2050
+ </dict>
2051
+ <dict>
2052
+ <key>begin</key>
2053
+ <string>\bqx\s*([^'\(\{\[\&lt;\w\s])</string>
2054
+ <key>beginCaptures</key>
2055
+ <dict>
2056
+ <key>0</key>
2057
+ <dict>
2058
+ <key>name</key>
2059
+ <string>punctuation.definition.string.begin.perl</string>
2060
+ </dict>
2061
+ </dict>
2062
+ <key>end</key>
2063
+ <string>\1</string>
2064
+ <key>endCaptures</key>
2065
+ <dict>
2066
+ <key>0</key>
2067
+ <dict>
2068
+ <key>name</key>
2069
+ <string>punctuation.definition.string.end.perl</string>
2070
+ </dict>
2071
+ </dict>
2072
+ <key>name</key>
2073
+ <string>string.interpolated.qx.perl</string>
2074
+ <key>patterns</key>
2075
+ <array>
2076
+ <dict>
2077
+ <key>include</key>
2078
+ <string>#escaped_char</string>
2079
+ </dict>
2080
+ <dict>
2081
+ <key>include</key>
2082
+ <string>#variable</string>
2083
+ </dict>
2084
+ </array>
2085
+ </dict>
2086
+ <dict>
2087
+ <key>begin</key>
2088
+ <string>\bqx\s*'</string>
2089
+ <key>beginCaptures</key>
2090
+ <dict>
2091
+ <key>0</key>
2092
+ <dict>
2093
+ <key>name</key>
2094
+ <string>punctuation.definition.string.begin.perl</string>
2095
+ </dict>
2096
+ </dict>
2097
+ <key>end</key>
2098
+ <string>'</string>
2099
+ <key>endCaptures</key>
2100
+ <dict>
2101
+ <key>0</key>
2102
+ <dict>
2103
+ <key>name</key>
2104
+ <string>punctuation.definition.string.end.perl</string>
2105
+ </dict>
2106
+ </dict>
2107
+ <key>name</key>
2108
+ <string>string.interpolated.qx.single-quote.perl</string>
2109
+ <key>patterns</key>
2110
+ <array>
2111
+ <dict>
2112
+ <key>include</key>
2113
+ <string>#escaped_char</string>
2114
+ </dict>
2115
+ </array>
2116
+ </dict>
2117
+ <dict>
2118
+ <key>begin</key>
2119
+ <string>"</string>
2120
+ <key>beginCaptures</key>
2121
+ <dict>
2122
+ <key>0</key>
2123
+ <dict>
2124
+ <key>name</key>
2125
+ <string>punctuation.definition.string.begin.perl</string>
2126
+ </dict>
2127
+ </dict>
2128
+ <key>end</key>
2129
+ <string>"</string>
2130
+ <key>endCaptures</key>
2131
+ <dict>
2132
+ <key>0</key>
2133
+ <dict>
2134
+ <key>name</key>
2135
+ <string>punctuation.definition.string.end.perl</string>
2136
+ </dict>
2137
+ </dict>
2138
+ <key>name</key>
2139
+ <string>string.quoted.double.perl</string>
2140
+ <key>patterns</key>
2141
+ <array>
2142
+ <dict>
2143
+ <key>include</key>
2144
+ <string>#escaped_char</string>
2145
+ </dict>
2146
+ <dict>
2147
+ <key>include</key>
2148
+ <string>#variable</string>
2149
+ </dict>
2150
+ </array>
2151
+ </dict>
2152
+ <dict>
2153
+ <key>begin</key>
2154
+ <string>\bqw?\s*([^\(\{\[\&lt;\w\s])</string>
2155
+ <key>beginCaptures</key>
2156
+ <dict>
2157
+ <key>0</key>
2158
+ <dict>
2159
+ <key>name</key>
2160
+ <string>punctuation.definition.string.begin.perl</string>
2161
+ </dict>
2162
+ </dict>
2163
+ <key>end</key>
2164
+ <string>\1</string>
2165
+ <key>endCaptures</key>
2166
+ <dict>
2167
+ <key>0</key>
2168
+ <dict>
2169
+ <key>name</key>
2170
+ <string>punctuation.definition.string.end.perl</string>
2171
+ </dict>
2172
+ </dict>
2173
+ <key>name</key>
2174
+ <string>string.quoted.other.q.perl</string>
2175
+ <key>patterns</key>
2176
+ <array>
2177
+ <dict>
2178
+ <key>include</key>
2179
+ <string>#escaped_char</string>
2180
+ </dict>
2181
+ </array>
2182
+ </dict>
2183
+ <dict>
2184
+ <key>begin</key>
2185
+ <string>'</string>
2186
+ <key>beginCaptures</key>
2187
+ <dict>
2188
+ <key>0</key>
2189
+ <dict>
2190
+ <key>name</key>
2191
+ <string>punctuation.definition.string.begin.perl</string>
2192
+ </dict>
2193
+ </dict>
2194
+ <key>end</key>
2195
+ <string>'</string>
2196
+ <key>endCaptures</key>
2197
+ <dict>
2198
+ <key>0</key>
2199
+ <dict>
2200
+ <key>name</key>
2201
+ <string>punctuation.definition.string.end.perl</string>
2202
+ </dict>
2203
+ </dict>
2204
+ <key>name</key>
2205
+ <string>string.quoted.single.perl</string>
2206
+ <key>patterns</key>
2207
+ <array>
2208
+ <dict>
2209
+ <key>match</key>
2210
+ <string>\\['\\]</string>
2211
+ <key>name</key>
2212
+ <string>constant.character.escape.perl</string>
2213
+ </dict>
2214
+ </array>
2215
+ </dict>
2216
+ <dict>
2217
+ <key>begin</key>
2218
+ <string>`</string>
2219
+ <key>beginCaptures</key>
2220
+ <dict>
2221
+ <key>0</key>
2222
+ <dict>
2223
+ <key>name</key>
2224
+ <string>punctuation.definition.string.begin.perl</string>
2225
+ </dict>
2226
+ </dict>
2227
+ <key>end</key>
2228
+ <string>`</string>
2229
+ <key>endCaptures</key>
2230
+ <dict>
2231
+ <key>0</key>
2232
+ <dict>
2233
+ <key>name</key>
2234
+ <string>punctuation.definition.string.end.perl</string>
2235
+ </dict>
2236
+ </dict>
2237
+ <key>name</key>
2238
+ <string>string.interpolated.perl</string>
2239
+ <key>patterns</key>
2240
+ <array>
2241
+ <dict>
2242
+ <key>include</key>
2243
+ <string>#escaped_char</string>
2244
+ </dict>
2245
+ <dict>
2246
+ <key>include</key>
2247
+ <string>#variable</string>
2248
+ </dict>
2249
+ </array>
2250
+ </dict>
2251
+ <dict>
2252
+ <key>begin</key>
2253
+ <string>\bqq\s*\(</string>
2254
+ <key>beginCaptures</key>
2255
+ <dict>
2256
+ <key>0</key>
2257
+ <dict>
2258
+ <key>name</key>
2259
+ <string>punctuation.definition.string.begin.perl</string>
2260
+ </dict>
2261
+ </dict>
2262
+ <key>end</key>
2263
+ <string>\)</string>
2264
+ <key>endCaptures</key>
2265
+ <dict>
2266
+ <key>0</key>
2267
+ <dict>
2268
+ <key>name</key>
2269
+ <string>punctuation.definition.string.end.perl</string>
2270
+ </dict>
2271
+ </dict>
2272
+ <key>name</key>
2273
+ <string>string.quoted.other.qq-paren.perl</string>
2274
+ <key>patterns</key>
2275
+ <array>
2276
+ <dict>
2277
+ <key>include</key>
2278
+ <string>#escaped_char</string>
2279
+ </dict>
2280
+ <dict>
2281
+ <key>include</key>
2282
+ <string>#nested_parens_interpolated</string>
2283
+ </dict>
2284
+ <dict>
2285
+ <key>include</key>
2286
+ <string>#variable</string>
2287
+ </dict>
2288
+ </array>
2289
+ </dict>
2290
+ <dict>
2291
+ <key>begin</key>
2292
+ <string>\bqq\s*\{</string>
2293
+ <key>beginCaptures</key>
2294
+ <dict>
2295
+ <key>0</key>
2296
+ <dict>
2297
+ <key>name</key>
2298
+ <string>punctuation.definition.string.begin.perl</string>
2299
+ </dict>
2300
+ </dict>
2301
+ <key>end</key>
2302
+ <string>\}</string>
2303
+ <key>endCaptures</key>
2304
+ <dict>
2305
+ <key>0</key>
2306
+ <dict>
2307
+ <key>name</key>
2308
+ <string>punctuation.definition.string.end.perl</string>
2309
+ </dict>
2310
+ </dict>
2311
+ <key>name</key>
2312
+ <string>string.quoted.other.qq-brace.perl</string>
2313
+ <key>patterns</key>
2314
+ <array>
2315
+ <dict>
2316
+ <key>include</key>
2317
+ <string>#escaped_char</string>
2318
+ </dict>
2319
+ <dict>
2320
+ <key>include</key>
2321
+ <string>#nested_braces_interpolated</string>
2322
+ </dict>
2323
+ <dict>
2324
+ <key>include</key>
2325
+ <string>#variable</string>
2326
+ </dict>
2327
+ </array>
2328
+ </dict>
2329
+ <dict>
2330
+ <key>begin</key>
2331
+ <string>\bqq\s*\[</string>
2332
+ <key>beginCaptures</key>
2333
+ <dict>
2334
+ <key>0</key>
2335
+ <dict>
2336
+ <key>name</key>
2337
+ <string>punctuation.definition.string.begin.perl</string>
2338
+ </dict>
2339
+ </dict>
2340
+ <key>end</key>
2341
+ <string>\]</string>
2342
+ <key>endCaptures</key>
2343
+ <dict>
2344
+ <key>0</key>
2345
+ <dict>
2346
+ <key>name</key>
2347
+ <string>punctuation.definition.string.end.perl</string>
2348
+ </dict>
2349
+ </dict>
2350
+ <key>name</key>
2351
+ <string>string.quoted.other.qq-bracket.perl</string>
2352
+ <key>patterns</key>
2353
+ <array>
2354
+ <dict>
2355
+ <key>include</key>
2356
+ <string>#escaped_char</string>
2357
+ </dict>
2358
+ <dict>
2359
+ <key>include</key>
2360
+ <string>#nested_brackets_interpolated</string>
2361
+ </dict>
2362
+ <dict>
2363
+ <key>include</key>
2364
+ <string>#variable</string>
2365
+ </dict>
2366
+ </array>
2367
+ </dict>
2368
+ <dict>
2369
+ <key>begin</key>
2370
+ <string>\bqq\s*\&lt;</string>
2371
+ <key>beginCaptures</key>
2372
+ <dict>
2373
+ <key>0</key>
2374
+ <dict>
2375
+ <key>name</key>
2376
+ <string>punctuation.definition.string.begin.perl</string>
2377
+ </dict>
2378
+ </dict>
2379
+ <key>end</key>
2380
+ <string>\&gt;</string>
2381
+ <key>endCaptures</key>
2382
+ <dict>
2383
+ <key>0</key>
2384
+ <dict>
2385
+ <key>name</key>
2386
+ <string>punctuation.definition.string.end.perl</string>
2387
+ </dict>
2388
+ </dict>
2389
+ <key>name</key>
2390
+ <string>string.quoted.other.qq-ltgt.perl</string>
2391
+ <key>patterns</key>
2392
+ <array>
2393
+ <dict>
2394
+ <key>include</key>
2395
+ <string>#escaped_char</string>
2396
+ </dict>
2397
+ <dict>
2398
+ <key>include</key>
2399
+ <string>#nested_ltgt_interpolated</string>
2400
+ </dict>
2401
+ <dict>
2402
+ <key>include</key>
2403
+ <string>#variable</string>
2404
+ </dict>
2405
+ </array>
2406
+ </dict>
2407
+ <dict>
2408
+ <key>begin</key>
2409
+ <string>\bqx\s*\(</string>
2410
+ <key>beginCaptures</key>
2411
+ <dict>
2412
+ <key>0</key>
2413
+ <dict>
2414
+ <key>name</key>
2415
+ <string>punctuation.definition.string.begin.perl</string>
2416
+ </dict>
2417
+ </dict>
2418
+ <key>end</key>
2419
+ <string>\)</string>
2420
+ <key>endCaptures</key>
2421
+ <dict>
2422
+ <key>0</key>
2423
+ <dict>
2424
+ <key>name</key>
2425
+ <string>punctuation.definition.string.end.perl</string>
2426
+ </dict>
2427
+ </dict>
2428
+ <key>name</key>
2429
+ <string>string.interpolated.qx-paren.perl</string>
2430
+ <key>patterns</key>
2431
+ <array>
2432
+ <dict>
2433
+ <key>include</key>
2434
+ <string>#escaped_char</string>
2435
+ </dict>
2436
+ <dict>
2437
+ <key>include</key>
2438
+ <string>#nested_parens_interpolated</string>
2439
+ </dict>
2440
+ <dict>
2441
+ <key>include</key>
2442
+ <string>#variable</string>
2443
+ </dict>
2444
+ </array>
2445
+ </dict>
2446
+ <dict>
2447
+ <key>begin</key>
2448
+ <string>\bqx\s*\{</string>
2449
+ <key>beginCaptures</key>
2450
+ <dict>
2451
+ <key>0</key>
2452
+ <dict>
2453
+ <key>name</key>
2454
+ <string>punctuation.definition.string.begin.perl</string>
2455
+ </dict>
2456
+ </dict>
2457
+ <key>end</key>
2458
+ <string>\}</string>
2459
+ <key>endCaptures</key>
2460
+ <dict>
2461
+ <key>0</key>
2462
+ <dict>
2463
+ <key>name</key>
2464
+ <string>punctuation.definition.string.end.perl</string>
2465
+ </dict>
2466
+ </dict>
2467
+ <key>name</key>
2468
+ <string>string.interpolated.qx-brace.perl</string>
2469
+ <key>patterns</key>
2470
+ <array>
2471
+ <dict>
2472
+ <key>include</key>
2473
+ <string>#escaped_char</string>
2474
+ </dict>
2475
+ <dict>
2476
+ <key>include</key>
2477
+ <string>#nested_braces_interpolated</string>
2478
+ </dict>
2479
+ <dict>
2480
+ <key>include</key>
2481
+ <string>#variable</string>
2482
+ </dict>
2483
+ </array>
2484
+ </dict>
2485
+ <dict>
2486
+ <key>begin</key>
2487
+ <string>\bqx\s*\[</string>
2488
+ <key>beginCaptures</key>
2489
+ <dict>
2490
+ <key>0</key>
2491
+ <dict>
2492
+ <key>name</key>
2493
+ <string>punctuation.definition.string.begin.perl</string>
2494
+ </dict>
2495
+ </dict>
2496
+ <key>end</key>
2497
+ <string>\]</string>
2498
+ <key>endCaptures</key>
2499
+ <dict>
2500
+ <key>0</key>
2501
+ <dict>
2502
+ <key>name</key>
2503
+ <string>punctuation.definition.string.end.perl</string>
2504
+ </dict>
2505
+ </dict>
2506
+ <key>name</key>
2507
+ <string>string.interpolated.qx-bracket.perl</string>
2508
+ <key>patterns</key>
2509
+ <array>
2510
+ <dict>
2511
+ <key>include</key>
2512
+ <string>#escaped_char</string>
2513
+ </dict>
2514
+ <dict>
2515
+ <key>include</key>
2516
+ <string>#nested_brackets_interpolated</string>
2517
+ </dict>
2518
+ <dict>
2519
+ <key>include</key>
2520
+ <string>#variable</string>
2521
+ </dict>
2522
+ </array>
2523
+ </dict>
2524
+ <dict>
2525
+ <key>begin</key>
2526
+ <string>\bqx\s*\&lt;</string>
2527
+ <key>beginCaptures</key>
2528
+ <dict>
2529
+ <key>0</key>
2530
+ <dict>
2531
+ <key>name</key>
2532
+ <string>punctuation.definition.string.begin.perl</string>
2533
+ </dict>
2534
+ </dict>
2535
+ <key>end</key>
2536
+ <string>\&gt;</string>
2537
+ <key>endCaptures</key>
2538
+ <dict>
2539
+ <key>0</key>
2540
+ <dict>
2541
+ <key>name</key>
2542
+ <string>punctuation.definition.string.end.perl</string>
2543
+ </dict>
2544
+ </dict>
2545
+ <key>name</key>
2546
+ <string>string.interpolated.qx-ltgt.perl</string>
2547
+ <key>patterns</key>
2548
+ <array>
2549
+ <dict>
2550
+ <key>include</key>
2551
+ <string>#escaped_char</string>
2552
+ </dict>
2553
+ <dict>
2554
+ <key>include</key>
2555
+ <string>#nested_ltgt_interpolated</string>
2556
+ </dict>
2557
+ <dict>
2558
+ <key>include</key>
2559
+ <string>#variable</string>
2560
+ </dict>
2561
+ </array>
2562
+ </dict>
2563
+ <dict>
2564
+ <key>begin</key>
2565
+ <string>\bqw?\s*\(</string>
2566
+ <key>beginCaptures</key>
2567
+ <dict>
2568
+ <key>0</key>
2569
+ <dict>
2570
+ <key>name</key>
2571
+ <string>punctuation.definition.string.begin.perl</string>
2572
+ </dict>
2573
+ </dict>
2574
+ <key>end</key>
2575
+ <string>\)</string>
2576
+ <key>endCaptures</key>
2577
+ <dict>
2578
+ <key>0</key>
2579
+ <dict>
2580
+ <key>name</key>
2581
+ <string>punctuation.definition.string.end.perl</string>
2582
+ </dict>
2583
+ </dict>
2584
+ <key>name</key>
2585
+ <string>string.quoted.other.q-paren.perl</string>
2586
+ <key>patterns</key>
2587
+ <array>
2588
+ <dict>
2589
+ <key>include</key>
2590
+ <string>#escaped_char</string>
2591
+ </dict>
2592
+ <dict>
2593
+ <key>include</key>
2594
+ <string>#nested_parens</string>
2595
+ </dict>
2596
+ </array>
2597
+ </dict>
2598
+ <dict>
2599
+ <key>begin</key>
2600
+ <string>\bqw?\s*\{</string>
2601
+ <key>beginCaptures</key>
2602
+ <dict>
2603
+ <key>0</key>
2604
+ <dict>
2605
+ <key>name</key>
2606
+ <string>punctuation.definition.string.begin.perl</string>
2607
+ </dict>
2608
+ </dict>
2609
+ <key>end</key>
2610
+ <string>\}</string>
2611
+ <key>endCaptures</key>
2612
+ <dict>
2613
+ <key>0</key>
2614
+ <dict>
2615
+ <key>name</key>
2616
+ <string>punctuation.definition.string.end.perl</string>
2617
+ </dict>
2618
+ </dict>
2619
+ <key>name</key>
2620
+ <string>string.quoted.other.q-brace.perl</string>
2621
+ <key>patterns</key>
2622
+ <array>
2623
+ <dict>
2624
+ <key>include</key>
2625
+ <string>#escaped_char</string>
2626
+ </dict>
2627
+ <dict>
2628
+ <key>include</key>
2629
+ <string>#nested_braces</string>
2630
+ </dict>
2631
+ </array>
2632
+ </dict>
2633
+ <dict>
2634
+ <key>begin</key>
2635
+ <string>\bqw?\s*\[</string>
2636
+ <key>beginCaptures</key>
2637
+ <dict>
2638
+ <key>0</key>
2639
+ <dict>
2640
+ <key>name</key>
2641
+ <string>punctuation.definition.string.begin.perl</string>
2642
+ </dict>
2643
+ </dict>
2644
+ <key>end</key>
2645
+ <string>\]</string>
2646
+ <key>endCaptures</key>
2647
+ <dict>
2648
+ <key>0</key>
2649
+ <dict>
2650
+ <key>name</key>
2651
+ <string>punctuation.definition.string.end.perl</string>
2652
+ </dict>
2653
+ </dict>
2654
+ <key>name</key>
2655
+ <string>string.quoted.other.q-bracket.perl</string>
2656
+ <key>patterns</key>
2657
+ <array>
2658
+ <dict>
2659
+ <key>include</key>
2660
+ <string>#escaped_char</string>
2661
+ </dict>
2662
+ <dict>
2663
+ <key>include</key>
2664
+ <string>#nested_brackets</string>
2665
+ </dict>
2666
+ </array>
2667
+ </dict>
2668
+ <dict>
2669
+ <key>begin</key>
2670
+ <string>\bqw?\s*\&lt;</string>
2671
+ <key>beginCaptures</key>
2672
+ <dict>
2673
+ <key>0</key>
2674
+ <dict>
2675
+ <key>name</key>
2676
+ <string>punctuation.definition.string.begin.perl</string>
2677
+ </dict>
2678
+ </dict>
2679
+ <key>end</key>
2680
+ <string>\&gt;</string>
2681
+ <key>endCaptures</key>
2682
+ <dict>
2683
+ <key>0</key>
2684
+ <dict>
2685
+ <key>name</key>
2686
+ <string>punctuation.definition.string.end.perl</string>
2687
+ </dict>
2688
+ </dict>
2689
+ <key>name</key>
2690
+ <string>string.quoted.other.q-ltgt.perl</string>
2691
+ <key>patterns</key>
2692
+ <array>
2693
+ <dict>
2694
+ <key>include</key>
2695
+ <string>#escaped_char</string>
2696
+ </dict>
2697
+ <dict>
2698
+ <key>include</key>
2699
+ <string>#nested_ltgt</string>
2700
+ </dict>
2701
+ </array>
2702
+ </dict>
2703
+ <dict>
2704
+ <key>begin</key>
2705
+ <string>^__\w+__</string>
2706
+ <key>beginCaptures</key>
2707
+ <dict>
2708
+ <key>0</key>
2709
+ <dict>
2710
+ <key>name</key>
2711
+ <string>punctuation.definition.string.begin.perl</string>
2712
+ </dict>
2713
+ </dict>
2714
+ <key>end</key>
2715
+ <string>$</string>
2716
+ <key>endCaptures</key>
2717
+ <dict>
2718
+ <key>0</key>
2719
+ <dict>
2720
+ <key>name</key>
2721
+ <string>punctuation.definition.string.end.perl</string>
2722
+ </dict>
2723
+ </dict>
2724
+ <key>name</key>
2725
+ <string>string.unquoted.program-block.perl</string>
2726
+ </dict>
2727
+ <dict>
2728
+ <key>begin</key>
2729
+ <string>\b(format)\s+([A-Za-z]+)\s*=</string>
2730
+ <key>beginCaptures</key>
2731
+ <dict>
2732
+ <key>1</key>
2733
+ <dict>
2734
+ <key>name</key>
2735
+ <string>support.function.perl</string>
2736
+ </dict>
2737
+ <key>2</key>
2738
+ <dict>
2739
+ <key>name</key>
2740
+ <string>entity.name.function.format.perl</string>
2741
+ </dict>
2742
+ </dict>
2743
+ <key>end</key>
2744
+ <string>^\.\s*$</string>
2745
+ <key>name</key>
2746
+ <string>meta.format.perl</string>
2747
+ <key>patterns</key>
2748
+ <array>
2749
+ <dict>
2750
+ <key>include</key>
2751
+ <string>#line_comment</string>
2752
+ </dict>
2753
+ <dict>
2754
+ <key>include</key>
2755
+ <string>#variable</string>
2756
+ </dict>
2757
+ </array>
2758
+ </dict>
2759
+ <dict>
2760
+ <key>match</key>
2761
+ <string>\b(ARGV|DATA|ENV|SIG|STDERR|STDIN|STDOUT|atan2|bind|binmode|bless|caller|chdir|chmod|chomp|chop|chown|chr|chroot|close|closedir|cmp|connect|cos|crypt|dbmclose|dbmopen|defined|delete|dump|each|endgrent|endhostent|endnetent|endprotoent|endpwent|endservent|eof|eq|eval|exec|exists|exp|fcntl|fileno|flock|fork|format|formline|ge|getc|getgrent|getgrgid|getgrnam|gethostbyaddr|gethostbyname|gethostent|getlogin|getnetbyaddr|getnetbyname|getnetent|getpeername|getpgrp|getppid|getpriority|getprotobyname|getprotobynumber|getprotoent|getpwent|getpwnam|getpwuid|getservbyname|getservbyport|getservent|getsockname|getsockopt|glob|gmtime|grep|gt|hex|import|index|int|ioctl|join|keys|kill|lc|lcfirst|le|length|link|listen|local|localtime|log|lstat|lt|m|map|mkdir|msgctl|msgget|msgrcv|msgsnd|ne|no|oct|open|opendir|ord|pack|pipe|pop|pos|print|printf|push|q|qq|quotemeta|qw|qx|rand|read|readdir|readlink|recv|ref|rename|reset|reverse|rewinddir|rindex|rmdir|s|scalar|seek|seekdir|semctl|semget|semop|send|setgrent|sethostent|setnetent|setpgrp|setpriority|setprotoent|setpwent|setservent|setsockopt|shift|shmctl|shmget|shmread|shmwrite|shutdown|sin|sleep|socket|socketpair|sort|splice|split|sprintf|sqrt|srand|stat|study|substr|symlink|syscall|sysopen|sysread|system|syswrite|tell|telldir|tie|tied|time|times|tr|truncate|uc|ucfirst|umask|undef|unlink|unpack|unshift|untie|utime|values|vec|waitpid|wantarray|warn|write|y|q|qw|qq|qx)\b</string>
2762
+ <key>name</key>
2763
+ <string>support.function.perl</string>
2764
+ </dict>
2765
+ </array>
2766
+ <key>repository</key>
2767
+ <dict>
2768
+ <key>escaped_char</key>
2769
+ <dict>
2770
+ <key>match</key>
2771
+ <string>\\.</string>
2772
+ <key>name</key>
2773
+ <string>constant.character.escape.perl</string>
2774
+ </dict>
2775
+ <key>line_comment</key>
2776
+ <dict>
2777
+ <key>patterns</key>
2778
+ <array>
2779
+ <dict>
2780
+ <key>captures</key>
2781
+ <dict>
2782
+ <key>1</key>
2783
+ <dict>
2784
+ <key>name</key>
2785
+ <string>comment.line.number-sign.perl</string>
2786
+ </dict>
2787
+ <key>2</key>
2788
+ <dict>
2789
+ <key>name</key>
2790
+ <string>punctuation.definition.comment.perl</string>
2791
+ </dict>
2792
+ </dict>
2793
+ <key>match</key>
2794
+ <string>^((#).*$\n?)</string>
2795
+ <key>name</key>
2796
+ <string>meta.comment.full-line.perl</string>
2797
+ </dict>
2798
+ <dict>
2799
+ <key>captures</key>
2800
+ <dict>
2801
+ <key>1</key>
2802
+ <dict>
2803
+ <key>name</key>
2804
+ <string>punctuation.definition.comment.perl</string>
2805
+ </dict>
2806
+ </dict>
2807
+ <key>match</key>
2808
+ <string>(#).*$\n?</string>
2809
+ <key>name</key>
2810
+ <string>comment.line.number-sign.perl</string>
2811
+ </dict>
2812
+ </array>
2813
+ </dict>
2814
+ <key>nested_braces</key>
2815
+ <dict>
2816
+ <key>begin</key>
2817
+ <string>\{</string>
2818
+ <key>captures</key>
2819
+ <dict>
2820
+ <key>1</key>
2821
+ <dict>
2822
+ <key>name</key>
2823
+ <string>punctuation.section.scope.perl</string>
2824
+ </dict>
2825
+ </dict>
2826
+ <key>end</key>
2827
+ <string>\}</string>
2828
+ <key>patterns</key>
2829
+ <array>
2830
+ <dict>
2831
+ <key>include</key>
2832
+ <string>#escaped_char</string>
2833
+ </dict>
2834
+ <dict>
2835
+ <key>include</key>
2836
+ <string>#nested_braces</string>
2837
+ </dict>
2838
+ </array>
2839
+ </dict>
2840
+ <key>nested_braces_interpolated</key>
2841
+ <dict>
2842
+ <key>begin</key>
2843
+ <string>\{</string>
2844
+ <key>captures</key>
2845
+ <dict>
2846
+ <key>1</key>
2847
+ <dict>
2848
+ <key>name</key>
2849
+ <string>punctuation.section.scope.perl</string>
2850
+ </dict>
2851
+ </dict>
2852
+ <key>end</key>
2853
+ <string>\}</string>
2854
+ <key>patterns</key>
2855
+ <array>
2856
+ <dict>
2857
+ <key>include</key>
2858
+ <string>#escaped_char</string>
2859
+ </dict>
2860
+ <dict>
2861
+ <key>include</key>
2862
+ <string>#variable</string>
2863
+ </dict>
2864
+ <dict>
2865
+ <key>include</key>
2866
+ <string>#nested_braces_interpolated</string>
2867
+ </dict>
2868
+ </array>
2869
+ </dict>
2870
+ <key>nested_brackets</key>
2871
+ <dict>
2872
+ <key>begin</key>
2873
+ <string>\[</string>
2874
+ <key>captures</key>
2875
+ <dict>
2876
+ <key>1</key>
2877
+ <dict>
2878
+ <key>name</key>
2879
+ <string>punctuation.section.scope.perl</string>
2880
+ </dict>
2881
+ </dict>
2882
+ <key>end</key>
2883
+ <string>\]</string>
2884
+ <key>patterns</key>
2885
+ <array>
2886
+ <dict>
2887
+ <key>include</key>
2888
+ <string>#escaped_char</string>
2889
+ </dict>
2890
+ <dict>
2891
+ <key>include</key>
2892
+ <string>#nested_brackets</string>
2893
+ </dict>
2894
+ </array>
2895
+ </dict>
2896
+ <key>nested_brackets_interpolated</key>
2897
+ <dict>
2898
+ <key>begin</key>
2899
+ <string>\[</string>
2900
+ <key>captures</key>
2901
+ <dict>
2902
+ <key>1</key>
2903
+ <dict>
2904
+ <key>name</key>
2905
+ <string>punctuation.section.scope.perl</string>
2906
+ </dict>
2907
+ </dict>
2908
+ <key>end</key>
2909
+ <string>\]</string>
2910
+ <key>patterns</key>
2911
+ <array>
2912
+ <dict>
2913
+ <key>include</key>
2914
+ <string>#escaped_char</string>
2915
+ </dict>
2916
+ <dict>
2917
+ <key>include</key>
2918
+ <string>#variable</string>
2919
+ </dict>
2920
+ <dict>
2921
+ <key>include</key>
2922
+ <string>#nested_brackets_interpolated</string>
2923
+ </dict>
2924
+ </array>
2925
+ </dict>
2926
+ <key>nested_ltgt</key>
2927
+ <dict>
2928
+ <key>begin</key>
2929
+ <string>&lt;</string>
2930
+ <key>captures</key>
2931
+ <dict>
2932
+ <key>1</key>
2933
+ <dict>
2934
+ <key>name</key>
2935
+ <string>punctuation.section.scope.perl</string>
2936
+ </dict>
2937
+ </dict>
2938
+ <key>end</key>
2939
+ <string>&gt;</string>
2940
+ <key>patterns</key>
2941
+ <array>
2942
+ <dict>
2943
+ <key>include</key>
2944
+ <string>#nested_ltgt</string>
2945
+ </dict>
2946
+ </array>
2947
+ </dict>
2948
+ <key>nested_ltgt_interpolated</key>
2949
+ <dict>
2950
+ <key>begin</key>
2951
+ <string>&lt;</string>
2952
+ <key>captures</key>
2953
+ <dict>
2954
+ <key>1</key>
2955
+ <dict>
2956
+ <key>name</key>
2957
+ <string>punctuation.section.scope.perl</string>
2958
+ </dict>
2959
+ </dict>
2960
+ <key>end</key>
2961
+ <string>&gt;</string>
2962
+ <key>patterns</key>
2963
+ <array>
2964
+ <dict>
2965
+ <key>include</key>
2966
+ <string>#variable</string>
2967
+ </dict>
2968
+ <dict>
2969
+ <key>include</key>
2970
+ <string>#nested_ltgt_interpolated</string>
2971
+ </dict>
2972
+ </array>
2973
+ </dict>
2974
+ <key>nested_parens</key>
2975
+ <dict>
2976
+ <key>begin</key>
2977
+ <string>\(</string>
2978
+ <key>captures</key>
2979
+ <dict>
2980
+ <key>1</key>
2981
+ <dict>
2982
+ <key>name</key>
2983
+ <string>punctuation.section.scope.perl</string>
2984
+ </dict>
2985
+ </dict>
2986
+ <key>end</key>
2987
+ <string>\)</string>
2988
+ <key>patterns</key>
2989
+ <array>
2990
+ <dict>
2991
+ <key>include</key>
2992
+ <string>#escaped_char</string>
2993
+ </dict>
2994
+ <dict>
2995
+ <key>include</key>
2996
+ <string>#nested_parens</string>
2997
+ </dict>
2998
+ </array>
2999
+ </dict>
3000
+ <key>nested_parens_interpolated</key>
3001
+ <dict>
3002
+ <key>begin</key>
3003
+ <string>\(</string>
3004
+ <key>captures</key>
3005
+ <dict>
3006
+ <key>1</key>
3007
+ <dict>
3008
+ <key>name</key>
3009
+ <string>punctuation.section.scope.perl</string>
3010
+ </dict>
3011
+ </dict>
3012
+ <key>end</key>
3013
+ <string>\)</string>
3014
+ <key>patterns</key>
3015
+ <array>
3016
+ <dict>
3017
+ <key>comment</key>
3018
+ <string>This is to prevent thinks like qr/foo$/ to treat $/ as a variable</string>
3019
+ <key>match</key>
3020
+ <string>\$(?=[^\s\w\'\{\[\(\&lt;])</string>
3021
+ <key>name</key>
3022
+ <string>keyword.control.anchor.perl</string>
3023
+ </dict>
3024
+ <dict>
3025
+ <key>include</key>
3026
+ <string>#escaped_char</string>
3027
+ </dict>
3028
+ <dict>
3029
+ <key>include</key>
3030
+ <string>#variable</string>
3031
+ </dict>
3032
+ <dict>
3033
+ <key>include</key>
3034
+ <string>#nested_parens_interpolated</string>
3035
+ </dict>
3036
+ </array>
3037
+ </dict>
3038
+ <key>variable</key>
3039
+ <dict>
3040
+ <key>patterns</key>
3041
+ <array>
3042
+ <dict>
3043
+ <key>captures</key>
3044
+ <dict>
3045
+ <key>1</key>
3046
+ <dict>
3047
+ <key>name</key>
3048
+ <string>punctuation.definition.variable.perl</string>
3049
+ </dict>
3050
+ </dict>
3051
+ <key>match</key>
3052
+ <string>(\$)&amp;(?![A-Za-z0-9_])</string>
3053
+ <key>name</key>
3054
+ <string>variable.other.regexp.match.perl</string>
3055
+ </dict>
3056
+ <dict>
3057
+ <key>captures</key>
3058
+ <dict>
3059
+ <key>1</key>
3060
+ <dict>
3061
+ <key>name</key>
3062
+ <string>punctuation.definition.variable.perl</string>
3063
+ </dict>
3064
+ </dict>
3065
+ <key>match</key>
3066
+ <string>(\$)`(?![A-Za-z0-9_])</string>
3067
+ <key>name</key>
3068
+ <string>variable.other.regexp.pre-match.perl</string>
3069
+ </dict>
3070
+ <dict>
3071
+ <key>captures</key>
3072
+ <dict>
3073
+ <key>1</key>
3074
+ <dict>
3075
+ <key>name</key>
3076
+ <string>punctuation.definition.variable.perl</string>
3077
+ </dict>
3078
+ </dict>
3079
+ <key>match</key>
3080
+ <string>(\$)'(?![A-Za-z0-9_])</string>
3081
+ <key>name</key>
3082
+ <string>variable.other.regexp.post-match.perl</string>
3083
+ </dict>
3084
+ <dict>
3085
+ <key>captures</key>
3086
+ <dict>
3087
+ <key>1</key>
3088
+ <dict>
3089
+ <key>name</key>
3090
+ <string>punctuation.definition.variable.perl</string>
3091
+ </dict>
3092
+ </dict>
3093
+ <key>match</key>
3094
+ <string>(\$)\+(?![A-Za-z0-9_])</string>
3095
+ <key>name</key>
3096
+ <string>variable.other.regexp.last-paren-match.perl</string>
3097
+ </dict>
3098
+ <dict>
3099
+ <key>captures</key>
3100
+ <dict>
3101
+ <key>1</key>
3102
+ <dict>
3103
+ <key>name</key>
3104
+ <string>punctuation.definition.variable.perl</string>
3105
+ </dict>
3106
+ </dict>
3107
+ <key>match</key>
3108
+ <string>(\$)"(?![A-Za-z0-9_])</string>
3109
+ <key>name</key>
3110
+ <string>variable.other.readwrite.list-separator.perl</string>
3111
+ </dict>
3112
+ <dict>
3113
+ <key>captures</key>
3114
+ <dict>
3115
+ <key>1</key>
3116
+ <dict>
3117
+ <key>name</key>
3118
+ <string>punctuation.definition.variable.perl</string>
3119
+ </dict>
3120
+ </dict>
3121
+ <key>match</key>
3122
+ <string>(\$)0(?![A-Za-z0-9_])</string>
3123
+ <key>name</key>
3124
+ <string>variable.other.predefined.program-name.perl</string>
3125
+ </dict>
3126
+ <dict>
3127
+ <key>captures</key>
3128
+ <dict>
3129
+ <key>1</key>
3130
+ <dict>
3131
+ <key>name</key>
3132
+ <string>punctuation.definition.variable.perl</string>
3133
+ </dict>
3134
+ </dict>
3135
+ <key>match</key>
3136
+ <string>(\$)[_ab\*\.\/\|,\\;#%=\-~^:?!\$&lt;&gt;\(\)\[\]@](?![A-Za-z0-9_])</string>
3137
+ <key>name</key>
3138
+ <string>variable.other.predefined.perl</string>
3139
+ </dict>
3140
+ <dict>
3141
+ <key>captures</key>
3142
+ <dict>
3143
+ <key>1</key>
3144
+ <dict>
3145
+ <key>name</key>
3146
+ <string>punctuation.definition.variable.perl</string>
3147
+ </dict>
3148
+ </dict>
3149
+ <key>match</key>
3150
+ <string>(\$)[0-9]+(?![A-Za-z0-9_])</string>
3151
+ <key>name</key>
3152
+ <string>variable.other.subpattern.perl</string>
3153
+ </dict>
3154
+ <dict>
3155
+ <key>captures</key>
3156
+ <dict>
3157
+ <key>1</key>
3158
+ <dict>
3159
+ <key>name</key>
3160
+ <string>punctuation.definition.variable.perl</string>
3161
+ </dict>
3162
+ </dict>
3163
+ <key>match</key>
3164
+ <string>([\$\@\%](#)?)([a-zA-Zx7f-xff\$]|::)([a-zA-Z0-9_x7f-xff\$]|::)*\b</string>
3165
+ <key>name</key>
3166
+ <string>variable.other.readwrite.global.perl</string>
3167
+ </dict>
3168
+ <dict>
3169
+ <key>captures</key>
3170
+ <dict>
3171
+ <key>1</key>
3172
+ <dict>
3173
+ <key>name</key>
3174
+ <string>punctuation.definition.variable.perl</string>
3175
+ </dict>
3176
+ <key>2</key>
3177
+ <dict>
3178
+ <key>name</key>
3179
+ <string>punctuation.definition.variable.perl</string>
3180
+ </dict>
3181
+ </dict>
3182
+ <key>match</key>
3183
+ <string>(\$\{)(?:[a-zA-Zx7f-xff\$]|::)(?:[a-zA-Z0-9_x7f-xff\$]|::)*(\})</string>
3184
+ <key>name</key>
3185
+ <string>variable.other.readwrite.global.perl</string>
3186
+ </dict>
3187
+ <dict>
3188
+ <key>captures</key>
3189
+ <dict>
3190
+ <key>1</key>
3191
+ <dict>
3192
+ <key>name</key>
3193
+ <string>punctuation.definition.variable.perl</string>
3194
+ </dict>
3195
+ </dict>
3196
+ <key>match</key>
3197
+ <string>([\$\@\%](#)?)[0-9_]\b</string>
3198
+ <key>name</key>
3199
+ <string>variable.other.readwrite.global.special.perl</string>
3200
+ </dict>
3201
+ </array>
3202
+ </dict>
3203
+ </dict>
3204
+ <key>scopeName</key>
3205
+ <string>source.perl</string>
3206
+ <key>uuid</key>
3207
+ <string>EDBFE125-6B1C-11D9-9189-000D93589AF6</string>
3208
+ </dict>
3209
+ </plist>