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,1192 @@
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>mdown</string>
8
+ <string>markdown</string>
9
+ <string>markdn</string>
10
+ <string>md</string>
11
+ </array>
12
+ <key>foldingStartMarker</key>
13
+ <string>(?x)
14
+ (&lt;(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)\b.*?&gt;
15
+ |&lt;!--(?!.*--&gt;)
16
+ |\{\s*($|\?&gt;\s*$|//|/\*(.*\*/\s*$|(?!.*?\*/)))
17
+ )</string>
18
+ <key>foldingStopMarker</key>
19
+ <string>(?x)
20
+ (&lt;/(?i:head|body|table|thead|tbody|tfoot|tr|div|select|fieldset|style|script|ul|ol|form|dl)&gt;
21
+ |^\s*--&gt;
22
+ |(^|\s)\}
23
+ )</string>
24
+ <key>keyEquivalent</key>
25
+ <string>^~M</string>
26
+ <key>name</key>
27
+ <string>Markdown</string>
28
+ <key>patterns</key>
29
+ <array>
30
+ <dict>
31
+ <key>begin</key>
32
+ <string>(?x)^
33
+ (?= [ ]{,3}&gt;.
34
+ | ([ ]{4}|\t)(?!$)
35
+ | [#]{1,6}\s*+
36
+ | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
37
+ )</string>
38
+ <key>comment</key>
39
+ <string>
40
+ We could also use an empty end match and set
41
+ applyEndPatternLast, but then we must be sure that the begin
42
+ pattern will only match stuff matched by the sub-patterns.
43
+ </string>
44
+ <key>end</key>
45
+ <string>(?x)^
46
+ (?! [ ]{,3}&gt;.
47
+ | ([ ]{4}|\t)
48
+ | [#]{1,6}\s*+
49
+ | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
50
+ )</string>
51
+ <key>name</key>
52
+ <string>meta.block-level.markdown</string>
53
+ <key>patterns</key>
54
+ <array>
55
+ <dict>
56
+ <key>include</key>
57
+ <string>#block_quote</string>
58
+ </dict>
59
+ <dict>
60
+ <key>include</key>
61
+ <string>#block_raw</string>
62
+ </dict>
63
+ <dict>
64
+ <key>include</key>
65
+ <string>#heading</string>
66
+ </dict>
67
+ <dict>
68
+ <key>include</key>
69
+ <string>#separator</string>
70
+ </dict>
71
+ </array>
72
+ </dict>
73
+ <dict>
74
+ <key>begin</key>
75
+ <string>^[ ]{0,3}([*+-])(?=\s)</string>
76
+ <key>captures</key>
77
+ <dict>
78
+ <key>1</key>
79
+ <dict>
80
+ <key>name</key>
81
+ <string>punctuation.definition.list_item.markdown</string>
82
+ </dict>
83
+ </dict>
84
+ <key>end</key>
85
+ <string>^(?=\S)</string>
86
+ <key>name</key>
87
+ <string>markup.list.unnumbered.markdown</string>
88
+ <key>patterns</key>
89
+ <array>
90
+ <dict>
91
+ <key>include</key>
92
+ <string>#list-paragraph</string>
93
+ </dict>
94
+ </array>
95
+ </dict>
96
+ <dict>
97
+ <key>begin</key>
98
+ <string>^[ ]{0,3}([0-9]+\.)(?=\s)</string>
99
+ <key>captures</key>
100
+ <dict>
101
+ <key>1</key>
102
+ <dict>
103
+ <key>name</key>
104
+ <string>punctuation.definition.list_item.markdown</string>
105
+ </dict>
106
+ </dict>
107
+ <key>end</key>
108
+ <string>^(?=\S)</string>
109
+ <key>name</key>
110
+ <string>markup.list.numbered.markdown</string>
111
+ <key>patterns</key>
112
+ <array>
113
+ <dict>
114
+ <key>include</key>
115
+ <string>#list-paragraph</string>
116
+ </dict>
117
+ </array>
118
+ </dict>
119
+ <dict>
120
+ <key>begin</key>
121
+ <string>^(?=&lt;(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script|noscript|form|fieldset|iframe|math|ins|del)\b)(?!.*?&lt;/\1&gt;)</string>
122
+ <key>comment</key>
123
+ <string>
124
+ Markdown formatting is disabled inside block-level tags.
125
+ </string>
126
+ <key>end</key>
127
+ <string>(?&lt;=^&lt;/\1&gt;$\n)</string>
128
+ <key>name</key>
129
+ <string>meta.disable-markdown</string>
130
+ <key>patterns</key>
131
+ <array>
132
+ <dict>
133
+ <key>include</key>
134
+ <string>text.html.basic</string>
135
+ </dict>
136
+ </array>
137
+ </dict>
138
+ <dict>
139
+ <key>begin</key>
140
+ <string>^(?=&lt;(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script|noscript|form|fieldset|iframe|math|ins|del)\b)</string>
141
+ <key>comment</key>
142
+ <string>Same rule but for one line disables.</string>
143
+ <key>end</key>
144
+ <string>$\n?</string>
145
+ <key>name</key>
146
+ <string>meta.disable-markdown</string>
147
+ <key>patterns</key>
148
+ <array>
149
+ <dict>
150
+ <key>include</key>
151
+ <string>text.html.basic</string>
152
+ </dict>
153
+ </array>
154
+ </dict>
155
+ <dict>
156
+ <key>captures</key>
157
+ <dict>
158
+ <key>1</key>
159
+ <dict>
160
+ <key>name</key>
161
+ <string>punctuation.definition.constant.markdown</string>
162
+ </dict>
163
+ <key>10</key>
164
+ <dict>
165
+ <key>name</key>
166
+ <string>punctuation.definition.string.end.markdown</string>
167
+ </dict>
168
+ <key>11</key>
169
+ <dict>
170
+ <key>name</key>
171
+ <string>string.other.link.description.title.markdown</string>
172
+ </dict>
173
+ <key>12</key>
174
+ <dict>
175
+ <key>name</key>
176
+ <string>punctuation.definition.string.begin.markdown</string>
177
+ </dict>
178
+ <key>13</key>
179
+ <dict>
180
+ <key>name</key>
181
+ <string>punctuation.definition.string.end.markdown</string>
182
+ </dict>
183
+ <key>2</key>
184
+ <dict>
185
+ <key>name</key>
186
+ <string>constant.other.reference.link.markdown</string>
187
+ </dict>
188
+ <key>3</key>
189
+ <dict>
190
+ <key>name</key>
191
+ <string>punctuation.definition.constant.markdown</string>
192
+ </dict>
193
+ <key>4</key>
194
+ <dict>
195
+ <key>name</key>
196
+ <string>punctuation.separator.key-value.markdown</string>
197
+ </dict>
198
+ <key>5</key>
199
+ <dict>
200
+ <key>name</key>
201
+ <string>punctuation.definition.link.markdown</string>
202
+ </dict>
203
+ <key>6</key>
204
+ <dict>
205
+ <key>name</key>
206
+ <string>markup.underline.link.markdown</string>
207
+ </dict>
208
+ <key>7</key>
209
+ <dict>
210
+ <key>name</key>
211
+ <string>punctuation.definition.link.markdown</string>
212
+ </dict>
213
+ <key>8</key>
214
+ <dict>
215
+ <key>name</key>
216
+ <string>string.other.link.description.title.markdown</string>
217
+ </dict>
218
+ <key>9</key>
219
+ <dict>
220
+ <key>name</key>
221
+ <string>punctuation.definition.string.begin.markdown</string>
222
+ </dict>
223
+ </dict>
224
+ <key>match</key>
225
+ <string>(?x:
226
+ \s* # Leading whitespace
227
+ (\[)(.+?)(\])(:) # Reference name
228
+ [ \t]* # Optional whitespace
229
+ (&lt;?)(\S+?)(&gt;?) # The url
230
+ [ \t]* # Optional whitespace
231
+ (?:
232
+ ((\().+?(\))) # Match title in quotes…
233
+ | ((").+?(")) # or in parens.
234
+ )? # Title is optional
235
+ \s* # Optional whitespace
236
+ $
237
+ )</string>
238
+ <key>name</key>
239
+ <string>meta.link.reference.def.markdown</string>
240
+ </dict>
241
+ <dict>
242
+ <key>begin</key>
243
+ <string>^(?=\S)(?![=-]{3,}(?=$))</string>
244
+ <key>end</key>
245
+ <string>^(?:\s*$|(?=[ ]{,3}&gt;.))|(?=[ \t]*\n)(?&lt;=^===|^====|=====|^---|^----|-----)[ \t]*\n|(?=^#)</string>
246
+ <key>name</key>
247
+ <string>meta.paragraph.markdown</string>
248
+ <key>patterns</key>
249
+ <array>
250
+ <dict>
251
+ <key>include</key>
252
+ <string>#inline</string>
253
+ </dict>
254
+ <dict>
255
+ <key>include</key>
256
+ <string>text.html.basic</string>
257
+ </dict>
258
+ <dict>
259
+ <key>captures</key>
260
+ <dict>
261
+ <key>1</key>
262
+ <dict>
263
+ <key>name</key>
264
+ <string>punctuation.definition.heading.markdown</string>
265
+ </dict>
266
+ </dict>
267
+ <key>match</key>
268
+ <string>^(={3,})(?=[ \t]*$)</string>
269
+ <key>name</key>
270
+ <string>markup.heading.1.markdown</string>
271
+ </dict>
272
+ <dict>
273
+ <key>captures</key>
274
+ <dict>
275
+ <key>1</key>
276
+ <dict>
277
+ <key>name</key>
278
+ <string>punctuation.definition.heading.markdown</string>
279
+ </dict>
280
+ </dict>
281
+ <key>match</key>
282
+ <string>^(-{3,})(?=[ \t]*$)</string>
283
+ <key>name</key>
284
+ <string>markup.heading.2.markdown</string>
285
+ </dict>
286
+ </array>
287
+ </dict>
288
+ </array>
289
+ <key>repository</key>
290
+ <dict>
291
+ <key>ampersand</key>
292
+ <dict>
293
+ <key>comment</key>
294
+ <string>
295
+ Markdown will convert this for us. We match it so that the
296
+ HTML grammar will not mark it up as invalid.
297
+ </string>
298
+ <key>match</key>
299
+ <string>&amp;(?!([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+);)</string>
300
+ <key>name</key>
301
+ <string>meta.other.valid-ampersand.markdown</string>
302
+ </dict>
303
+ <key>block_quote</key>
304
+ <dict>
305
+ <key>begin</key>
306
+ <string>\G[ ]{,3}(&gt;)(?!$)[ ]?</string>
307
+ <key>beginCaptures</key>
308
+ <dict>
309
+ <key>1</key>
310
+ <dict>
311
+ <key>name</key>
312
+ <string>punctuation.definition.blockquote.markdown</string>
313
+ </dict>
314
+ </dict>
315
+ <key>comment</key>
316
+ <string>
317
+ We terminate the block quote when seeing an empty line, a
318
+ separator or a line with leading &gt; characters. The latter is
319
+ to “reset” the quote level for quoted lines.
320
+ </string>
321
+ <key>end</key>
322
+ <string>(?x)^
323
+ (?= \s*$
324
+ | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
325
+ | [ ]{,3}&gt;.
326
+ )</string>
327
+ <key>name</key>
328
+ <string>markup.quote.markdown</string>
329
+ <key>patterns</key>
330
+ <array>
331
+ <dict>
332
+ <key>begin</key>
333
+ <string>(?x)\G
334
+ (?= [ ]{,3}&gt;.
335
+ )</string>
336
+ <key>end</key>
337
+ <string>^</string>
338
+ <key>patterns</key>
339
+ <array>
340
+ <dict>
341
+ <key>include</key>
342
+ <string>#block_quote</string>
343
+ </dict>
344
+ </array>
345
+ </dict>
346
+ <dict>
347
+ <key>applyEndPatternLast</key>
348
+ <integer>1</integer>
349
+ <key>begin</key>
350
+ <string>(?x)\G
351
+ (?= ([ ]{4}|\t)
352
+ | [#]{1,6}\s*+
353
+ | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
354
+ )</string>
355
+ <key>end</key>
356
+ <string>^</string>
357
+ <key>patterns</key>
358
+ <array>
359
+ <dict>
360
+ <key>include</key>
361
+ <string>#block_raw</string>
362
+ </dict>
363
+ <dict>
364
+ <key>include</key>
365
+ <string>#heading</string>
366
+ </dict>
367
+ <dict>
368
+ <key>include</key>
369
+ <string>#separator</string>
370
+ </dict>
371
+ </array>
372
+ </dict>
373
+ <dict>
374
+ <key>begin</key>
375
+ <string>(?x)\G
376
+ (?! $
377
+ | [ ]{,3}&gt;.
378
+ | ([ ]{4}|\t)
379
+ | [#]{1,6}\s*+
380
+ | [ ]{,3}(?&lt;marker&gt;[-*_])([ ]{,2}\k&lt;marker&gt;){2,}[ \t]*+$
381
+ )</string>
382
+ <key>end</key>
383
+ <string>$|(?&lt;=\n)</string>
384
+ <key>patterns</key>
385
+ <array>
386
+ <dict>
387
+ <key>include</key>
388
+ <string>#inline</string>
389
+ </dict>
390
+ </array>
391
+ </dict>
392
+ </array>
393
+ </dict>
394
+ <key>block_raw</key>
395
+ <dict>
396
+ <key>match</key>
397
+ <string>\G([ ]{4}|\t).*$\n?</string>
398
+ <key>name</key>
399
+ <string>markup.raw.block.markdown</string>
400
+ </dict>
401
+ <key>bold</key>
402
+ <dict>
403
+ <key>begin</key>
404
+ <string>(?x)
405
+ (\*\*|__)(?=\S) # Open
406
+ (?=
407
+ (
408
+ &lt;[^&gt;]*+&gt; # HTML tags
409
+ | (?&lt;raw&gt;`+)([^`]|(?!(?&lt;!`)\k&lt;raw&gt;(?!`))`)*+\k&lt;raw&gt;
410
+ # Raw
411
+ | \\[\\`*_{}\[\]()#.!+\-&gt;]?+ # Escapes
412
+ | \[
413
+ (
414
+ (?&lt;square&gt; # Named group
415
+ [^\[\]\\] # Match most chars
416
+ | \\. # Escaped chars
417
+ | \[ \g&lt;square&gt;*+ \] # Nested brackets
418
+ )*+
419
+ \]
420
+ (
421
+ ( # Reference Link
422
+ [ ]? # Optional space
423
+ \[[^\]]*+\] # Ref name
424
+ )
425
+ | ( # Inline Link
426
+ \( # Opening paren
427
+ [ \t]*+ # Optional whtiespace
428
+ &lt;?(.*?)&gt;? # URL
429
+ [ \t]*+ # Optional whtiespace
430
+ ( # Optional Title
431
+ (?&lt;title&gt;['"])
432
+ (.*?)
433
+ \k&lt;title&gt;
434
+ )?
435
+ \)
436
+ )
437
+ )
438
+ )
439
+ | (?!(?&lt;=\S)\1). # Everything besides
440
+ # style closer
441
+ )++
442
+ (?&lt;=\S)\1 # Close
443
+ )
444
+ </string>
445
+ <key>captures</key>
446
+ <dict>
447
+ <key>1</key>
448
+ <dict>
449
+ <key>name</key>
450
+ <string>punctuation.definition.bold.markdown</string>
451
+ </dict>
452
+ </dict>
453
+ <key>end</key>
454
+ <string>(?&lt;=\S)(\1)</string>
455
+ <key>name</key>
456
+ <string>markup.bold.markdown</string>
457
+ <key>patterns</key>
458
+ <array>
459
+ <dict>
460
+ <key>applyEndPatternLast</key>
461
+ <integer>1</integer>
462
+ <key>begin</key>
463
+ <string>(?=&lt;[^&gt;]*?&gt;)</string>
464
+ <key>end</key>
465
+ <string>(?&lt;=&gt;)</string>
466
+ <key>patterns</key>
467
+ <array>
468
+ <dict>
469
+ <key>include</key>
470
+ <string>text.html.basic</string>
471
+ </dict>
472
+ </array>
473
+ </dict>
474
+ <dict>
475
+ <key>include</key>
476
+ <string>#escape</string>
477
+ </dict>
478
+ <dict>
479
+ <key>include</key>
480
+ <string>#ampersand</string>
481
+ </dict>
482
+ <dict>
483
+ <key>include</key>
484
+ <string>#bracket</string>
485
+ </dict>
486
+ <dict>
487
+ <key>include</key>
488
+ <string>#raw</string>
489
+ </dict>
490
+ <dict>
491
+ <key>include</key>
492
+ <string>#italic</string>
493
+ </dict>
494
+ <dict>
495
+ <key>include</key>
496
+ <string>#image-inline</string>
497
+ </dict>
498
+ <dict>
499
+ <key>include</key>
500
+ <string>#link-inline</string>
501
+ </dict>
502
+ <dict>
503
+ <key>include</key>
504
+ <string>#link-inet</string>
505
+ </dict>
506
+ <dict>
507
+ <key>include</key>
508
+ <string>#link-email</string>
509
+ </dict>
510
+ <dict>
511
+ <key>include</key>
512
+ <string>#image-ref</string>
513
+ </dict>
514
+ <dict>
515
+ <key>include</key>
516
+ <string>#link-ref-literal</string>
517
+ </dict>
518
+ <dict>
519
+ <key>include</key>
520
+ <string>#link-ref</string>
521
+ </dict>
522
+ </array>
523
+ </dict>
524
+ <key>bracket</key>
525
+ <dict>
526
+ <key>comment</key>
527
+ <string>
528
+ Markdown will convert this for us. We match it so that the
529
+ HTML grammar will not mark it up as invalid.
530
+ </string>
531
+ <key>match</key>
532
+ <string>&lt;(?![a-z/?\$!])</string>
533
+ <key>name</key>
534
+ <string>meta.other.valid-bracket.markdown</string>
535
+ </dict>
536
+ <key>escape</key>
537
+ <dict>
538
+ <key>match</key>
539
+ <string>\\[-`*_#+.!(){}\[\]\\&gt;]</string>
540
+ <key>name</key>
541
+ <string>constant.character.escape.markdown</string>
542
+ </dict>
543
+ <key>heading</key>
544
+ <dict>
545
+ <key>begin</key>
546
+ <string>\G(#{1,6})(?!#)\s*(?=\S)</string>
547
+ <key>captures</key>
548
+ <dict>
549
+ <key>1</key>
550
+ <dict>
551
+ <key>name</key>
552
+ <string>punctuation.definition.heading.markdown</string>
553
+ </dict>
554
+ </dict>
555
+ <key>contentName</key>
556
+ <string>entity.name.section.markdown</string>
557
+ <key>end</key>
558
+ <string>\s*(#*)$\n?</string>
559
+ <key>name</key>
560
+ <string>markup.heading.markdown</string>
561
+ <key>patterns</key>
562
+ <array>
563
+ <dict>
564
+ <key>include</key>
565
+ <string>#inline</string>
566
+ </dict>
567
+ </array>
568
+ </dict>
569
+ <key>image-inline</key>
570
+ <dict>
571
+ <key>captures</key>
572
+ <dict>
573
+ <key>1</key>
574
+ <dict>
575
+ <key>name</key>
576
+ <string>punctuation.definition.string.begin.markdown</string>
577
+ </dict>
578
+ <key>10</key>
579
+ <dict>
580
+ <key>name</key>
581
+ <string>string.other.link.description.title.markdown</string>
582
+ </dict>
583
+ <key>11</key>
584
+ <dict>
585
+ <key>name</key>
586
+ <string>punctuation.definition.string.markdown</string>
587
+ </dict>
588
+ <key>12</key>
589
+ <dict>
590
+ <key>name</key>
591
+ <string>punctuation.definition.string.markdown</string>
592
+ </dict>
593
+ <key>13</key>
594
+ <dict>
595
+ <key>name</key>
596
+ <string>string.other.link.description.title.markdown</string>
597
+ </dict>
598
+ <key>14</key>
599
+ <dict>
600
+ <key>name</key>
601
+ <string>punctuation.definition.string.markdown</string>
602
+ </dict>
603
+ <key>15</key>
604
+ <dict>
605
+ <key>name</key>
606
+ <string>punctuation.definition.string.markdown</string>
607
+ </dict>
608
+ <key>16</key>
609
+ <dict>
610
+ <key>name</key>
611
+ <string>punctuation.definition.metadata.markdown</string>
612
+ </dict>
613
+ <key>2</key>
614
+ <dict>
615
+ <key>name</key>
616
+ <string>string.other.link.description.markdown</string>
617
+ </dict>
618
+ <key>3</key>
619
+ <dict>
620
+ <key>name</key>
621
+ <string>punctuation.definition.string.end.markdown</string>
622
+ </dict>
623
+ <key>5</key>
624
+ <dict>
625
+ <key>name</key>
626
+ <string>invalid.illegal.whitespace.markdown</string>
627
+ </dict>
628
+ <key>6</key>
629
+ <dict>
630
+ <key>name</key>
631
+ <string>punctuation.definition.metadata.markdown</string>
632
+ </dict>
633
+ <key>7</key>
634
+ <dict>
635
+ <key>name</key>
636
+ <string>punctuation.definition.link.markdown</string>
637
+ </dict>
638
+ <key>8</key>
639
+ <dict>
640
+ <key>name</key>
641
+ <string>markup.underline.link.image.markdown</string>
642
+ </dict>
643
+ <key>9</key>
644
+ <dict>
645
+ <key>name</key>
646
+ <string>punctuation.definition.link.markdown</string>
647
+ </dict>
648
+ </dict>
649
+ <key>match</key>
650
+ <string>(?x:
651
+ \! # Images start with !
652
+ (\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
653
+ # Match the link text.
654
+ ([ ])? # Space not allowed
655
+ (\() # Opening paren for url
656
+ (&lt;?)(\S+?)(&gt;?) # The url
657
+ [ \t]* # Optional whitespace
658
+ (?:
659
+ ((\().+?(\))) # Match title in parens…
660
+ | ((").+?(")) # or in quotes.
661
+ )? # Title is optional
662
+ \s* # Optional whitespace
663
+ (\))
664
+ )</string>
665
+ <key>name</key>
666
+ <string>meta.image.inline.markdown</string>
667
+ </dict>
668
+ <key>image-ref</key>
669
+ <dict>
670
+ <key>captures</key>
671
+ <dict>
672
+ <key>1</key>
673
+ <dict>
674
+ <key>name</key>
675
+ <string>punctuation.definition.string.begin.markdown</string>
676
+ </dict>
677
+ <key>2</key>
678
+ <dict>
679
+ <key>name</key>
680
+ <string>string.other.link.description.markdown</string>
681
+ </dict>
682
+ <key>4</key>
683
+ <dict>
684
+ <key>name</key>
685
+ <string>punctuation.definition.string.begin.markdown</string>
686
+ </dict>
687
+ <key>5</key>
688
+ <dict>
689
+ <key>name</key>
690
+ <string>punctuation.definition.constant.markdown</string>
691
+ </dict>
692
+ <key>6</key>
693
+ <dict>
694
+ <key>name</key>
695
+ <string>constant.other.reference.link.markdown</string>
696
+ </dict>
697
+ <key>7</key>
698
+ <dict>
699
+ <key>name</key>
700
+ <string>punctuation.definition.constant.markdown</string>
701
+ </dict>
702
+ </dict>
703
+ <key>match</key>
704
+ <string>\!(\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])[ ]?(\[)(.*?)(\])</string>
705
+ <key>name</key>
706
+ <string>meta.image.reference.markdown</string>
707
+ </dict>
708
+ <key>inline</key>
709
+ <dict>
710
+ <key>patterns</key>
711
+ <array>
712
+ <dict>
713
+ <key>include</key>
714
+ <string>#escape</string>
715
+ </dict>
716
+ <dict>
717
+ <key>include</key>
718
+ <string>#ampersand</string>
719
+ </dict>
720
+ <dict>
721
+ <key>include</key>
722
+ <string>#bracket</string>
723
+ </dict>
724
+ <dict>
725
+ <key>include</key>
726
+ <string>#raw</string>
727
+ </dict>
728
+ <dict>
729
+ <key>include</key>
730
+ <string>#bold</string>
731
+ </dict>
732
+ <dict>
733
+ <key>include</key>
734
+ <string>#italic</string>
735
+ </dict>
736
+ <dict>
737
+ <key>include</key>
738
+ <string>#line-break</string>
739
+ </dict>
740
+ <dict>
741
+ <key>include</key>
742
+ <string>#image-inline</string>
743
+ </dict>
744
+ <dict>
745
+ <key>include</key>
746
+ <string>#link-inline</string>
747
+ </dict>
748
+ <dict>
749
+ <key>include</key>
750
+ <string>#link-inet</string>
751
+ </dict>
752
+ <dict>
753
+ <key>include</key>
754
+ <string>#link-email</string>
755
+ </dict>
756
+ <dict>
757
+ <key>include</key>
758
+ <string>#image-ref</string>
759
+ </dict>
760
+ <dict>
761
+ <key>include</key>
762
+ <string>#link-ref-literal</string>
763
+ </dict>
764
+ <dict>
765
+ <key>include</key>
766
+ <string>#link-ref</string>
767
+ </dict>
768
+ </array>
769
+ </dict>
770
+ <key>italic</key>
771
+ <dict>
772
+ <key>begin</key>
773
+ <string>(?x)
774
+ (\*|_)(?=\S) # Open
775
+ (?=
776
+ (
777
+ &lt;[^&gt;]*+&gt; # HTML tags
778
+ | (?&lt;raw&gt;`+)([^`]|(?!(?&lt;!`)\k&lt;raw&gt;(?!`))`)*+\k&lt;raw&gt;
779
+ # Raw
780
+ | \\[\\`*_{}\[\]()#.!+\-&gt;]?+ # Escapes
781
+ | \[
782
+ (
783
+ (?&lt;square&gt; # Named group
784
+ [^\[\]\\] # Match most chars
785
+ | \\. # Escaped chars
786
+ | \[ \g&lt;square&gt;*+ \] # Nested brackets
787
+ )*+
788
+ \]
789
+ (
790
+ ( # Reference Link
791
+ [ ]? # Optional space
792
+ \[[^\]]*+\] # Ref name
793
+ )
794
+ | ( # Inline Link
795
+ \( # Opening paren
796
+ [ \t]*+ # Optional whtiespace
797
+ &lt;?(.*?)&gt;? # URL
798
+ [ \t]*+ # Optional whtiespace
799
+ ( # Optional Title
800
+ (?&lt;title&gt;['"])
801
+ (.*?)
802
+ \k&lt;title&gt;
803
+ )?
804
+ \)
805
+ )
806
+ )
807
+ )
808
+ | \1\1 # Must be bold closer
809
+ | (?!(?&lt;=\S)\1). # Everything besides
810
+ # style closer
811
+ )++
812
+ (?&lt;=\S)\1 # Close
813
+ )
814
+ </string>
815
+ <key>captures</key>
816
+ <dict>
817
+ <key>1</key>
818
+ <dict>
819
+ <key>name</key>
820
+ <string>punctuation.definition.italic.markdown</string>
821
+ </dict>
822
+ </dict>
823
+ <key>end</key>
824
+ <string>(?&lt;=\S)(\1)((?!\1)|(?=\1\1))</string>
825
+ <key>name</key>
826
+ <string>markup.italic.markdown</string>
827
+ <key>patterns</key>
828
+ <array>
829
+ <dict>
830
+ <key>applyEndPatternLast</key>
831
+ <integer>1</integer>
832
+ <key>begin</key>
833
+ <string>(?=&lt;[^&gt;]*?&gt;)</string>
834
+ <key>end</key>
835
+ <string>(?&lt;=&gt;)</string>
836
+ <key>patterns</key>
837
+ <array>
838
+ <dict>
839
+ <key>include</key>
840
+ <string>text.html.basic</string>
841
+ </dict>
842
+ </array>
843
+ </dict>
844
+ <dict>
845
+ <key>include</key>
846
+ <string>#escape</string>
847
+ </dict>
848
+ <dict>
849
+ <key>include</key>
850
+ <string>#ampersand</string>
851
+ </dict>
852
+ <dict>
853
+ <key>include</key>
854
+ <string>#bracket</string>
855
+ </dict>
856
+ <dict>
857
+ <key>include</key>
858
+ <string>#raw</string>
859
+ </dict>
860
+ <dict>
861
+ <key>include</key>
862
+ <string>#bold</string>
863
+ </dict>
864
+ <dict>
865
+ <key>include</key>
866
+ <string>#image-inline</string>
867
+ </dict>
868
+ <dict>
869
+ <key>include</key>
870
+ <string>#link-inline</string>
871
+ </dict>
872
+ <dict>
873
+ <key>include</key>
874
+ <string>#link-inet</string>
875
+ </dict>
876
+ <dict>
877
+ <key>include</key>
878
+ <string>#link-email</string>
879
+ </dict>
880
+ <dict>
881
+ <key>include</key>
882
+ <string>#image-ref</string>
883
+ </dict>
884
+ <dict>
885
+ <key>include</key>
886
+ <string>#link-ref-literal</string>
887
+ </dict>
888
+ <dict>
889
+ <key>include</key>
890
+ <string>#link-ref</string>
891
+ </dict>
892
+ </array>
893
+ </dict>
894
+ <key>line-break</key>
895
+ <dict>
896
+ <key>match</key>
897
+ <string> {2,}$</string>
898
+ <key>name</key>
899
+ <string>meta.dummy.line-break</string>
900
+ </dict>
901
+ <key>link-email</key>
902
+ <dict>
903
+ <key>captures</key>
904
+ <dict>
905
+ <key>1</key>
906
+ <dict>
907
+ <key>name</key>
908
+ <string>punctuation.definition.link.markdown</string>
909
+ </dict>
910
+ <key>2</key>
911
+ <dict>
912
+ <key>name</key>
913
+ <string>markup.underline.link.markdown</string>
914
+ </dict>
915
+ <key>4</key>
916
+ <dict>
917
+ <key>name</key>
918
+ <string>punctuation.definition.link.markdown</string>
919
+ </dict>
920
+ </dict>
921
+ <key>match</key>
922
+ <string>(&lt;)((?:mailto:)?[-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(&gt;)</string>
923
+ <key>name</key>
924
+ <string>meta.link.email.lt-gt.markdown</string>
925
+ </dict>
926
+ <key>link-inet</key>
927
+ <dict>
928
+ <key>captures</key>
929
+ <dict>
930
+ <key>1</key>
931
+ <dict>
932
+ <key>name</key>
933
+ <string>punctuation.definition.link.markdown</string>
934
+ </dict>
935
+ <key>2</key>
936
+ <dict>
937
+ <key>name</key>
938
+ <string>markup.underline.link.markdown</string>
939
+ </dict>
940
+ <key>3</key>
941
+ <dict>
942
+ <key>name</key>
943
+ <string>punctuation.definition.link.markdown</string>
944
+ </dict>
945
+ </dict>
946
+ <key>match</key>
947
+ <string>(&lt;)((?:https?|ftp)://.*?)(&gt;)</string>
948
+ <key>name</key>
949
+ <string>meta.link.inet.markdown</string>
950
+ </dict>
951
+ <key>link-inline</key>
952
+ <dict>
953
+ <key>captures</key>
954
+ <dict>
955
+ <key>1</key>
956
+ <dict>
957
+ <key>name</key>
958
+ <string>punctuation.definition.string.begin.markdown</string>
959
+ </dict>
960
+ <key>10</key>
961
+ <dict>
962
+ <key>name</key>
963
+ <string>string.other.link.description.title.markdown</string>
964
+ </dict>
965
+ <key>11</key>
966
+ <dict>
967
+ <key>name</key>
968
+ <string>punctuation.definition.string.begin.markdown</string>
969
+ </dict>
970
+ <key>12</key>
971
+ <dict>
972
+ <key>name</key>
973
+ <string>punctuation.definition.string.end.markdown</string>
974
+ </dict>
975
+ <key>13</key>
976
+ <dict>
977
+ <key>name</key>
978
+ <string>string.other.link.description.title.markdown</string>
979
+ </dict>
980
+ <key>14</key>
981
+ <dict>
982
+ <key>name</key>
983
+ <string>punctuation.definition.string.begin.markdown</string>
984
+ </dict>
985
+ <key>15</key>
986
+ <dict>
987
+ <key>name</key>
988
+ <string>punctuation.definition.string.end.markdown</string>
989
+ </dict>
990
+ <key>16</key>
991
+ <dict>
992
+ <key>name</key>
993
+ <string>punctuation.definition.metadata.markdown</string>
994
+ </dict>
995
+ <key>2</key>
996
+ <dict>
997
+ <key>name</key>
998
+ <string>string.other.link.title.markdown</string>
999
+ </dict>
1000
+ <key>4</key>
1001
+ <dict>
1002
+ <key>name</key>
1003
+ <string>punctuation.definition.string.end.markdown</string>
1004
+ </dict>
1005
+ <key>5</key>
1006
+ <dict>
1007
+ <key>name</key>
1008
+ <string>invalid.illegal.whitespace.markdown</string>
1009
+ </dict>
1010
+ <key>6</key>
1011
+ <dict>
1012
+ <key>name</key>
1013
+ <string>punctuation.definition.metadata.markdown</string>
1014
+ </dict>
1015
+ <key>7</key>
1016
+ <dict>
1017
+ <key>name</key>
1018
+ <string>punctuation.definition.link.markdown</string>
1019
+ </dict>
1020
+ <key>8</key>
1021
+ <dict>
1022
+ <key>name</key>
1023
+ <string>markup.underline.link.markdown</string>
1024
+ </dict>
1025
+ <key>9</key>
1026
+ <dict>
1027
+ <key>name</key>
1028
+ <string>punctuation.definition.link.markdown</string>
1029
+ </dict>
1030
+ </dict>
1031
+ <key>match</key>
1032
+ <string>(?x:
1033
+ (\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
1034
+ # Match the link text.
1035
+ ([ ])? # Space not allowed
1036
+ (\() # Opening paren for url
1037
+ (&lt;?)(.*?)(&gt;?) # The url
1038
+ [ \t]* # Optional whitespace
1039
+ (?:
1040
+ ((\().+?(\))) # Match title in parens…
1041
+ | ((").+?(")) # or in quotes.
1042
+ )? # Title is optional
1043
+ \s* # Optional whitespace
1044
+ (\))
1045
+ )</string>
1046
+ <key>name</key>
1047
+ <string>meta.link.inline.markdown</string>
1048
+ </dict>
1049
+ <key>link-ref</key>
1050
+ <dict>
1051
+ <key>captures</key>
1052
+ <dict>
1053
+ <key>1</key>
1054
+ <dict>
1055
+ <key>name</key>
1056
+ <string>punctuation.definition.string.begin.markdown</string>
1057
+ </dict>
1058
+ <key>2</key>
1059
+ <dict>
1060
+ <key>name</key>
1061
+ <string>string.other.link.title.markdown</string>
1062
+ </dict>
1063
+ <key>4</key>
1064
+ <dict>
1065
+ <key>name</key>
1066
+ <string>punctuation.definition.string.end.markdown</string>
1067
+ </dict>
1068
+ <key>5</key>
1069
+ <dict>
1070
+ <key>name</key>
1071
+ <string>punctuation.definition.constant.begin.markdown</string>
1072
+ </dict>
1073
+ <key>6</key>
1074
+ <dict>
1075
+ <key>name</key>
1076
+ <string>constant.other.reference.link.markdown</string>
1077
+ </dict>
1078
+ <key>7</key>
1079
+ <dict>
1080
+ <key>name</key>
1081
+ <string>punctuation.definition.constant.end.markdown</string>
1082
+ </dict>
1083
+ </dict>
1084
+ <key>match</key>
1085
+ <string>(\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])[ ]?(\[)([^\]]*+)(\])</string>
1086
+ <key>name</key>
1087
+ <string>meta.link.reference.markdown</string>
1088
+ </dict>
1089
+ <key>link-ref-literal</key>
1090
+ <dict>
1091
+ <key>captures</key>
1092
+ <dict>
1093
+ <key>1</key>
1094
+ <dict>
1095
+ <key>name</key>
1096
+ <string>punctuation.definition.string.begin.markdown</string>
1097
+ </dict>
1098
+ <key>2</key>
1099
+ <dict>
1100
+ <key>name</key>
1101
+ <string>string.other.link.title.markdown</string>
1102
+ </dict>
1103
+ <key>4</key>
1104
+ <dict>
1105
+ <key>name</key>
1106
+ <string>punctuation.definition.string.end.markdown</string>
1107
+ </dict>
1108
+ <key>5</key>
1109
+ <dict>
1110
+ <key>name</key>
1111
+ <string>punctuation.definition.constant.begin.markdown</string>
1112
+ </dict>
1113
+ <key>6</key>
1114
+ <dict>
1115
+ <key>name</key>
1116
+ <string>punctuation.definition.constant.end.markdown</string>
1117
+ </dict>
1118
+ </dict>
1119
+ <key>match</key>
1120
+ <string>(\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])[ ]?(\[)(\])</string>
1121
+ <key>name</key>
1122
+ <string>meta.link.reference.literal.markdown</string>
1123
+ </dict>
1124
+ <key>list-paragraph</key>
1125
+ <dict>
1126
+ <key>patterns</key>
1127
+ <array>
1128
+ <dict>
1129
+ <key>begin</key>
1130
+ <string>\G\s+(?=\S)</string>
1131
+ <key>end</key>
1132
+ <string>^\s*$</string>
1133
+ <key>name</key>
1134
+ <string>meta.paragraph.list.markdown</string>
1135
+ <key>patterns</key>
1136
+ <array>
1137
+ <dict>
1138
+ <key>include</key>
1139
+ <string>#inline</string>
1140
+ </dict>
1141
+ <dict>
1142
+ <key>captures</key>
1143
+ <dict>
1144
+ <key>1</key>
1145
+ <dict>
1146
+ <key>name</key>
1147
+ <string>punctuation.definition.list_item.markdown</string>
1148
+ </dict>
1149
+ </dict>
1150
+ <key>comment</key>
1151
+ <string>Match the list punctuation</string>
1152
+ <key>match</key>
1153
+ <string>^\s*([*+-]|[0-9]+\.)</string>
1154
+ </dict>
1155
+ </array>
1156
+ </dict>
1157
+ </array>
1158
+ </dict>
1159
+ <key>raw</key>
1160
+ <dict>
1161
+ <key>captures</key>
1162
+ <dict>
1163
+ <key>1</key>
1164
+ <dict>
1165
+ <key>name</key>
1166
+ <string>punctuation.definition.raw.markdown</string>
1167
+ </dict>
1168
+ <key>3</key>
1169
+ <dict>
1170
+ <key>name</key>
1171
+ <string>punctuation.definition.raw.markdown</string>
1172
+ </dict>
1173
+ </dict>
1174
+ <key>match</key>
1175
+ <string>(`+)([^`]|(?!(?&lt;!`)\1(?!`))`)*+(\1)</string>
1176
+ <key>name</key>
1177
+ <string>markup.raw.inline.markdown</string>
1178
+ </dict>
1179
+ <key>separator</key>
1180
+ <dict>
1181
+ <key>match</key>
1182
+ <string>\G[ ]{,3}([-*_])([ ]{,2}\1){2,}[ \t]*$\n?</string>
1183
+ <key>name</key>
1184
+ <string>meta.separator.markdown</string>
1185
+ </dict>
1186
+ </dict>
1187
+ <key>scopeName</key>
1188
+ <string>text.html.markdown</string>
1189
+ <key>uuid</key>
1190
+ <string>0A1D9874-B448-11D9-BD50-000D93B6E43C</string>
1191
+ </dict>
1192
+ </plist>