code_rippa 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. data/.gitignore +2 -0
  2. data/README.md +35 -32
  3. data/bin/code_rippa +59 -79
  4. data/code_rippa.gemspec +4 -1
  5. data/lib/code_rippa.rb +321 -303
  6. data/lib/code_rippa/render/latex/all_hallows_eve_custom.render +96 -0
  7. data/lib/code_rippa/render/latex/argonaut.render +120 -0
  8. data/lib/code_rippa/render/latex/bbedit.render +132 -0
  9. data/lib/code_rippa/render/latex/black_pearl.render +123 -0
  10. data/lib/code_rippa/render/latex/black_pearl_ii.render +147 -0
  11. data/lib/code_rippa/render/latex/bongzilla.render +78 -0
  12. data/lib/code_rippa/render/latex/close_to_the_sea.render +90 -0
  13. data/lib/code_rippa/render/latex/clouds.render +117 -0
  14. data/lib/code_rippa/render/latex/clouds_midnight.render +120 -0
  15. data/lib/code_rippa/render/latex/coda.render +102 -0
  16. data/lib/code_rippa/render/latex/cssedit.render +90 -0
  17. data/lib/code_rippa/render/latex/django.render +129 -0
  18. data/lib/code_rippa/render/latex/django_smoothy.render +132 -0
  19. data/lib/code_rippa/render/latex/emacs_strict.render +84 -0
  20. data/lib/code_rippa/render/latex/espresso.render +102 -0
  21. data/lib/code_rippa/render/latex/espresso_tutti.render +117 -0
  22. data/lib/code_rippa/render/latex/fade_to_grey.render +99 -0
  23. data/lib/code_rippa/render/latex/fake.render +186 -0
  24. data/lib/code_rippa/render/latex/fluidvision.render +132 -0
  25. data/lib/code_rippa/render/latex/forlatex.render +90 -0
  26. data/lib/code_rippa/render/latex/friendship_bracelet.render +102 -0
  27. data/lib/code_rippa/render/latex/github.render +180 -0
  28. data/lib/code_rippa/render/latex/glitterbomb.render +120 -0
  29. data/lib/code_rippa/render/latex/happy_happy_joy_joy_2.render +198 -0
  30. data/lib/code_rippa/render/latex/idlefingers.render +123 -0
  31. data/lib/code_rippa/render/latex/ir_black.render +213 -0
  32. data/lib/code_rippa/render/latex/ir_white.render +207 -0
  33. data/lib/code_rippa/render/latex/krtheme.render +162 -0
  34. data/lib/code_rippa/render/latex/lowlight.render +174 -0
  35. data/lib/code_rippa/render/latex/made_of_code.render +186 -0
  36. data/lib/code_rippa/render/latex/merbivore.render +99 -0
  37. data/lib/code_rippa/render/latex/merbivore_soft.render +99 -0
  38. data/lib/code_rippa/render/latex/{moc.render → mocththeme.render} +1 -1
  39. data/lib/code_rippa/render/latex/monoindustrial.render +132 -0
  40. data/lib/code_rippa/render/latex/monokai.render +96 -0
  41. data/lib/code_rippa/render/latex/multimarkdown.render +75 -0
  42. data/lib/code_rippa/render/latex/pastie.render +102 -0
  43. data/lib/code_rippa/render/latex/putty.render +93 -0
  44. data/lib/code_rippa/render/latex/rails_envy.render +99 -0
  45. data/lib/code_rippa/render/latex/railscasts.render +93 -0
  46. data/lib/code_rippa/render/latex/rdark.render +93 -0
  47. data/lib/code_rippa/render/latex/rubyblue.render +129 -0
  48. data/lib/code_rippa/render/latex/rubyrobot.render +87 -0
  49. data/lib/code_rippa/render/latex/ryan_light.render +81 -0
  50. data/lib/code_rippa/render/latex/solarized_dark.render +537 -0
  51. data/lib/code_rippa/render/latex/solarized_light.render +534 -0
  52. data/lib/code_rippa/render/latex/spectacular.render +135 -0
  53. data/lib/code_rippa/render/latex/starlight.render +51 -0
  54. data/lib/code_rippa/render/latex/succulent.render +186 -0
  55. data/lib/code_rippa/render/latex/summer_camp.render +78 -0
  56. data/lib/code_rippa/render/latex/summer_camp_mod.render +78 -0
  57. data/lib/code_rippa/render/latex/swyphs_ii.render +105 -0
  58. data/lib/code_rippa/render/latex/tango.render +135 -0
  59. data/lib/code_rippa/render/latex/text_ex_machina.render +96 -0
  60. data/lib/code_rippa/render/latex/tubster.render +93 -0
  61. data/lib/code_rippa/render/latex/upstream.render +135 -0
  62. data/lib/code_rippa/render/latex/upstream_sunburst.render +195 -0
  63. data/lib/code_rippa/render/latex/upstream_vibrant.render +147 -0
  64. data/lib/code_rippa/render/latex/vibrant_fin.render +141 -0
  65. data/lib/code_rippa/render/latex/vibrant_ink.render +141 -0
  66. data/lib/code_rippa/render/latex/vibrant_tango.render +141 -0
  67. data/lib/code_rippa/render/latex/whys_poignant.render +72 -0
  68. data/lib/code_rippa/render/latex/zenburn.render +192 -0
  69. data/lib/code_rippa/syntax/coffeescript.syntax +292 -0
  70. data/lib/code_rippa/uv_overrides.rb +1 -1
  71. data/lib/code_rippa/version.rb +2 -1
  72. data/test/test_private_methods.rb +24 -24
  73. data/test/test_public_methods.rb +2 -2
  74. metadata +115 -11
  75. data/lib/code_rippa/syntax/html.syntax +0 -362
  76. data/lib/code_rippa/syntax/latex.syntax +0 -566
  77. data/lib/code_rippa/syntax/latex_beamer.syntax +0 -41
  78. data/lib/code_rippa/syntax/latex_log.syntax +0 -50
  79. data/lib/code_rippa/syntax/latex_memoir.syntax +0 -64
  80. data/lib/code_rippa/syntax/tex.syntax +0 -86
  81. data/lib/code_rippa/syntax/tex_math.syntax +0 -49
@@ -1,566 +0,0 @@
1
- ---
2
- name: LaTeX
3
- fileTypes:
4
- - tex
5
- firstLineMatch: ^\\documentclass(?!.*\{beamer\})
6
- scopeName: text.tex.latex
7
- uuid: 3BEEA00C-6B1D-11D9-B8AD-000D93589AF6
8
- foldingStartMarker: \\begin\{.*\}|%.*\(fold\)\s*$
9
- patterns:
10
- - name: meta.space-after-command.latex
11
- match: (?=\s)(?<=\\[\w@]|\\[\w@]{2}|\\[\w@]{3}|\\[\w@]{4}|\\[\w@]{5}|\\[\w@]{6})\s
12
- - name: meta.preamble.latex
13
- endCaptures:
14
- "0":
15
- name: punctuation.definition.arguments.end.latex
16
- begin: ((\\)(?:usepackage|documentclass))(?:(\[)([^\]]*)(\]))?(\{)
17
- contentName: support.class.latex
18
- beginCaptures:
19
- "6":
20
- name: punctuation.definition.arguments.begin.latex
21
- "1":
22
- name: keyword.control.preamble.latex
23
- "2":
24
- name: punctuation.definition.function.latex
25
- "3":
26
- name: punctuation.definition.arguments.begin.latex
27
- "4":
28
- name: variable.parameter.latex
29
- "5":
30
- name: punctuation.definition.arguments.end.latex
31
- end: \}
32
- patterns:
33
- - include: $self
34
- - name: meta.include.latex
35
- endCaptures:
36
- "0":
37
- name: punctuation.definition.arguments.end.latex
38
- begin: ((\\)(?:include|input))(\{)
39
- contentName: support.class.latex
40
- beginCaptures:
41
- "1":
42
- name: keyword.control.include.latex
43
- "2":
44
- name: punctuation.definition.function.latex
45
- "3":
46
- name: punctuation.definition.arguments.begin.latex
47
- end: \}
48
- patterns:
49
- - include: $self
50
- - name: meta.function.section.latex
51
- endCaptures:
52
- "0":
53
- name: punctuation.definition.arguments.end.latex
54
- begin: "(?x)\n\
55
- \t\t\t\t(\t\t\t\t\t\t\t\t\t\t\t\t\t# Capture 1\n\
56
- \t\t\t\t\t(\\\\)\t\t\t\t\t\t\t\t\t\t\t# Marker\n\
57
- \t\t\t\t\t(?:\n\
58
- \t\t\t\t\t\t(?:sub){0,2}section\t\t\t\t\t\t\t# Functions\n\
59
- \t\t\t\t\t | (?:sub)?paragraph\n\
60
- \t\t\t\t\t | chapter|part|addpart\n\
61
- \t\t\t\t\t | addchap|addsec|minisec\n\
62
- \t\t\t\t\t)\n\
63
- \t\t\t\t\t(?:\\*)?\t\t\t\t\t\t\t\t\t\t\t# Optional Unnumbered\n\
64
- \t\t\t\t)\n\
65
- \t\t\t\t(?:\n\
66
- \t\t\t\t\t(\\[)([^\\[]*?)(\\])\t\t\t\t\t\t\t\t# Optional Title\n\
67
- \t\t\t\t)??\n\
68
- \t\t\t\t(\\{)\t\t\t\t\t\t\t\t\t\t\t\t# Opening Bracket\n\
69
- \t\t\t\t"
70
- contentName: entity.name.section.latex
71
- beginCaptures:
72
- "6":
73
- name: punctuation.definition.arguments.begin.latex
74
- "1":
75
- name: support.function.section.latex
76
- "2":
77
- name: punctuation.definition.function.latex
78
- "3":
79
- name: punctuation.definition.arguments.optional.begin.latex
80
- "4":
81
- name: entity.name.section.latex
82
- "5":
83
- name: punctuation.definition.arguments.optional.end.latex
84
- end: \}
85
- patterns:
86
- - include: $self
87
- comment: this works OK with all kinds of crazy stuff as long as section is one line
88
- - name: meta.function.embedded.java.latex
89
- captures:
90
- "6":
91
- name: punctuation.definition.arguments.optional.begin.latex
92
- "7":
93
- name: punctuation.definition.arguments.optional.end.latex
94
- "8":
95
- name: comment.line.percentage.latex
96
- "1":
97
- name: support.function.be.latex
98
- "2":
99
- name: punctuation.definition.function.latex
100
- "3":
101
- name: punctuation.definition.arguments.begin.latex
102
- "4":
103
- name: variable.parameter.function.latex
104
- "5":
105
- name: punctuation.definition.arguments.end.latex
106
- begin: (?:\s*)((\\)begin)(\{)(lstlisting)(\})(?:(\[).*(\]))?(\s*%\s*(?i:Java)\n?)
107
- contentName: source.java.embedded
108
- end: ((\\)end)(\{)(lstlisting)(\})
109
- patterns:
110
- - include: source.java
111
- - name: meta.function.embedded.python.latex
112
- captures:
113
- "6":
114
- name: punctuation.definition.arguments.optional.begin.latex
115
- "7":
116
- name: punctuation.definition.arguments.optional.end.latex
117
- "8":
118
- name: comment.line.percentage.latex
119
- "1":
120
- name: support.function.be.latex
121
- "2":
122
- name: punctuation.definition.function.latex
123
- "3":
124
- name: punctuation.definition.arguments.begin.latex
125
- "4":
126
- name: variable.parameter.function.latex
127
- "5":
128
- name: punctuation.definition.arguments.end.latex
129
- begin: (?:\s*)((\\)begin)(\{)(lstlisting)(\})(?:(\[).*(\]))?(\s*%.*\n?)?
130
- contentName: source.python.embedded
131
- end: ((\\)end)(\{)(lstlisting)(\})
132
- patterns:
133
- - include: source.python
134
- comment: Put the lstlisting match before the more general environment listing. Someday it would be nice to make this rule general enough to figure out which language is inside the lstlisting environment rather than my own personal use for python. --Brad
135
- - name: meta.function.verbatim.latex
136
- captures:
137
- "1":
138
- name: support.function.be.latex
139
- "2":
140
- name: punctuation.definition.function.latex
141
- "3":
142
- name: punctuation.definition.arguments.begin.latex
143
- "4":
144
- name: variable.parameter.function.latex
145
- "5":
146
- name: punctuation.definition.arguments.end.latex
147
- begin: (?:\s*)((\\)begin)(\{)((?:V|v)erbatim)(\})
148
- contentName: markup.raw.verbatim.latex
149
- end: ((\\)end)(\{)(\4)(\})
150
- - name: meta.function.begin-document.latex
151
- captures:
152
- "1":
153
- name: support.function.be.latex
154
- "2":
155
- name: punctuation.definition.function.latex
156
- "3":
157
- name: punctuation.definition.arguments.begin.latex
158
- "4":
159
- name: variable.parameter.function.latex
160
- "5":
161
- name: punctuation.definition.arguments.end.latex
162
- match: (?:\s*)((\\)begin)(\{)(document)(\})
163
- comment: These two patterns match the \begin{document} and \end{document} commands, so that the environment matching pattern following them will ignore those commands.
164
- - name: meta.function.end-document.latex
165
- captures:
166
- "1":
167
- name: support.function.be.latex
168
- "2":
169
- name: punctuation.definition.function.latex
170
- "3":
171
- name: punctuation.definition.arguments.begin.latex
172
- "4":
173
- name: variable.parameter.function.latex
174
- "5":
175
- name: punctuation.definition.arguments.end.latex
176
- match: (?:\s*)((\\)end)(\{)(document)(\})
177
- - name: meta.function.environment.math.latex
178
- captures:
179
- "1":
180
- name: support.function.be.latex
181
- "2":
182
- name: punctuation.definition.function.latex
183
- "3":
184
- name: punctuation.definition.arguments.begin.latex
185
- "4":
186
- name: variable.parameter.function.latex
187
- "5":
188
- name: punctuation.definition.arguments.end.latex
189
- begin: "(?x)\n\
190
- \t\t\t\t\t(?:\\s*)\t\t\t\t\t\t\t\t\t\t# Optional whitespace\n\
191
- \t\t\t\t\t((\\\\)begin)\t\t\t\t\t\t\t\t\t# Marker - Function\n\
192
- \t\t\t\t\t(\\{)\t\t\t\t\t\t\t\t\t\t# Open Bracket\n\
193
- \t\t\t\t\t\t(\n\
194
- \t\t\t\t\t\t\t(?:\n\
195
- \t\t\t\t\t\t\t\talign|equation|eqnarray\t\t\t# Argument\n\
196
- \t\t\t\t\t\t\t | multline|aligned|alignat\n\
197
- \t\t\t\t\t\t\t | split|gather|gathered\n\
198
- \t\t\t\t\t\t\t)\n\
199
- \t\t\t\t\t\t\t(?:\\*)?\t\t\t\t\t\t\t\t# Optional Unnumbered\n\
200
- \t\t\t\t\t\t)\n\
201
- \t\t\t\t\t(\\})\t\t\t\t\t\t\t\t\t\t# Close Bracket\n\
202
- \t\t\t\t\t(\\s*\\n)?\t\t\t\t# Match to end of line absent of content\n\
203
- \t\t\t\t"
204
- contentName: string.other.math.block.environment.latex
205
- end: "(?x)\n\
206
- \t\t\t\t\t(?:\\s*)\t\t\t\t\t\t\t\t\t\t# Optional whitespace\n\
207
- \t\t\t\t\t((\\\\)end)\t\t\t\t\t\t\t\t\t# Marker - Function\n\
208
- \t\t\t\t\t(\\{)\t\t\t\t\t\t\t\t\t\t# Open Bracket\n\
209
- \t\t\t\t\t\t(\\4)\t\t\t\t# Previous capture from begin\n\
210
- \t\t\t\t\t(\\})\t\t\t\t\t\t\t\t\t\t# Close Bracket\n\
211
- \t\t\t\t\t(?:\\s*\\n)?\t\t\t\t# Match to end of line absent of content\n\
212
- \t\t\t\t"
213
- patterns:
214
- - include: $base
215
- - name: meta.function.environment.tabular.latex
216
- captures:
217
- "1":
218
- name: support.function.be.latex
219
- "2":
220
- name: punctuation.definition.function.latex
221
- "3":
222
- name: punctuation.definition.arguments.begin.latex
223
- "4":
224
- name: variable.parameter.function.latex
225
- "5":
226
- name: punctuation.definition.arguments.end.latex
227
- begin: "(?x)\n\
228
- \t\t\t\t\t(?:\\s*)\t\t\t\t\t\t\t\t\t\t# Optional whitespace\n\
229
- \t\t\t\t\t((\\\\)begin)\t\t\t\t\t\t\t\t\t# Marker - Function\n\
230
- \t\t\t\t\t(\\{)\t\t\t\t\t\t\t\t\t\t# Open Bracket\n\
231
- \t\t\t\t\t\t(array|tabular[xy*]?)\n\
232
- \t\t\t\t\t(\\})\t\t\t\t\t\t\t\t\t\t# Close Bracket\n\
233
- \t\t\t\t\t(\\s*\\n)?\t\t\t\t# Match to end of line absent of content\n\
234
- \t\t\t\t"
235
- contentName: meta.data.environment.tabular.latex
236
- end: "(?x)\n\
237
- \t\t\t\t\t(?:\\s*)\t\t\t\t\t\t\t\t\t\t# Optional whitespace\n\
238
- \t\t\t\t\t((\\\\)end)\t\t\t\t\t\t\t\t\t# Marker - Function\n\
239
- \t\t\t\t\t(\\{)\t\t\t\t\t\t\t\t\t\t# Open Bracket\n\
240
- \t\t\t\t\t\t(\\4)\t\t\t\t# Previous capture from begin\n\
241
- \t\t\t\t\t(\\})\t\t\t\t\t\t\t\t\t\t# Close Bracket\n\
242
- \t\t\t\t\t(?:\\s*\\n)?\t\t\t\t# Match to end of line absent of content\n\
243
- \t\t\t\t"
244
- patterns:
245
- - name: punctuation.definition.table.row.latex
246
- match: \\
247
- - name: meta.row.environment.tabular.latex
248
- begin: (?:^|(?<=\\\\))(?!\\\\|\s*\\end\{(?:tabular|array))
249
- end: (?=\\\\|\s*\\end\{(?:tabular|array))
250
- patterns:
251
- - name: punctuation.definition.table.cell.latex
252
- match: "&"
253
- - name: meta.cell.environment.tabular.latex
254
- begin: (?:^|(?<=&))((?!&|\\\\|$))
255
- end: (?=&|\\\\|\s*\\end\{(?:tabular|array))
256
- patterns:
257
- - include: $base
258
- - include: $base
259
- - include: $base
260
- - name: meta.function.environment.list.latex
261
- captures:
262
- "1":
263
- name: support.function.be.latex
264
- "2":
265
- name: punctuation.definition.function.latex
266
- "3":
267
- name: punctuation.definition.arguments.latex
268
- "4":
269
- name: variable.parameter.function.latex
270
- "5":
271
- name: punctuation.definition.arguments.latex
272
- begin: (?:\s*)((\\)begin)(\{)(itemize|enumerate|description|list)(\})
273
- end: ((\\)end)(\{)(\4)(\})(?:\s*\n)?
274
- patterns:
275
- - include: $base
276
- - name: meta.function.environment.general.latex
277
- captures:
278
- "1":
279
- name: support.function.be.latex
280
- "2":
281
- name: punctuation.definition.function.latex
282
- "3":
283
- name: punctuation.definition.arguments.latex
284
- "4":
285
- name: variable.parameter.function.latex
286
- "5":
287
- name: punctuation.definition.arguments.latex
288
- begin: (?:\s*)((\\)begin)(\{)(\w+[*]?)(\})
289
- end: ((\\)end)(\{)(\4)(\})(?:\s*\n)?
290
- patterns:
291
- - include: $base
292
- - name: storage.type.function.latex
293
- captures:
294
- "1":
295
- name: punctuation.definition.function.latex
296
- match: (\\)(newcommand|renewcommand)\b
297
- - endCaptures:
298
- "0":
299
- name: punctuation.definition.marginpar.end.latex
300
- begin: ((\\)marginpar)(\{)
301
- contentName: meta.paragraph.margin.latex
302
- beginCaptures:
303
- "1":
304
- name: support.function.marginpar.latex
305
- "2":
306
- name: punctuation.definition.function.latex
307
- "3":
308
- name: punctuation.definition.marginpar.begin.latex
309
- end: \}
310
- patterns:
311
- - include: $base
312
- - endCaptures:
313
- "0":
314
- name: punctuation.definition.footnote.end.latex
315
- begin: ((\\)footnote)(\{)
316
- contentName: meta.footnote.latex
317
- beginCaptures:
318
- "1":
319
- name: support.function.footnote.latex
320
- "2":
321
- name: punctuation.definition.function.latex
322
- "3":
323
- name: punctuation.definition.footnote.begin.latex
324
- end: \}
325
- patterns:
326
- - include: $base
327
- - name: meta.function.emph.latex
328
- endCaptures:
329
- "0":
330
- name: punctuation.definition.emph.end.latex
331
- begin: ((\\)emph)(\{)
332
- contentName: markup.italic.emph.latex
333
- beginCaptures:
334
- "1":
335
- name: support.function.emph.latex
336
- "2":
337
- name: punctuation.definition.function.latex
338
- "3":
339
- name: punctuation.definition.emph.begin.latex
340
- end: \}
341
- patterns:
342
- - include: $base
343
- - name: meta.function.textit.latex
344
- endCaptures:
345
- "0":
346
- name: punctuation.definition.textit.end.latex
347
- captures:
348
- "1":
349
- name: support.function.textit.latex
350
- "2":
351
- name: punctuation.definition.function.latex
352
- "3":
353
- name: punctuation.definition.textit.begin.latex
354
- begin: ((\\)textit)(\{)
355
- contentName: markup.italic.textit.latex
356
- end: \}
357
- patterns:
358
- - include: $base
359
- comment: "We put the keyword in a capture and name this capture, so that disabling spell checking for \xE2\x80\x9Ckeyword\xE2\x80\x9D won't be inherited by the argument to \\textit{...}.\n\n\
360
- Put specific matches for particular LaTeX keyword.functions before the last two more general functions"
361
- - name: meta.function.textbf.latex
362
- endCaptures:
363
- "0":
364
- name: punctuation.definition.textbf.end.latex
365
- captures:
366
- "1":
367
- name: support.function.textbf.latex
368
- "2":
369
- name: punctuation.definition.function.latex
370
- "3":
371
- name: punctuation.definition.textbf.begin.latex
372
- begin: ((\\)textbf)(\{)
373
- contentName: markup.bold.textbf.latex
374
- end: \}
375
- patterns:
376
- - include: $base
377
- - name: meta.function.texttt.latex
378
- endCaptures:
379
- "0":
380
- name: punctuation.definition.texttt.end.latex
381
- captures:
382
- "1":
383
- name: support.function.texttt.latex
384
- "2":
385
- name: punctuation.definition.function.latex
386
- "3":
387
- name: punctuation.definition.texttt.begin.latex
388
- begin: ((\\)texttt)(\{)
389
- contentName: markup.raw.texttt.latex
390
- end: \}
391
- patterns:
392
- - include: $base
393
- - name: meta.scope.item.latex
394
- captures:
395
- "0":
396
- name: keyword.other.item.latex
397
- "1":
398
- name: punctuation.definition.keyword.latex
399
- match: (\\)item\b
400
- - name: meta.citation.latex
401
- endCaptures:
402
- "0":
403
- name: punctuation.definition.arguments.latex
404
- captures:
405
- "6":
406
- name: punctuation.definition.arguments.optional.end.latex
407
- "7":
408
- name: punctuation.definition.arguments.latex
409
- "1":
410
- name: keyword.control.cite.latex
411
- "2":
412
- name: punctuation.definition.keyword.latex
413
- "3":
414
- name: punctuation.definition.arguments.optional.begin.latex
415
- "4":
416
- name: punctuation.definition.arguments.optional.end.latex
417
- "5":
418
- name: punctuation.definition.arguments.optional.begin.latex
419
- begin: "(?x)\n\
420
- \t\t\t\t\t(\n\
421
- \t\t\t\t\t\t(\\\\)\t\t\t\t\t\t\t\t\t\t# Marker\n\
422
- \t\t\t\t\t\t(?:foot)?(?:full)?(?:no)?(?:short)?\t\t# Function Name\n\
423
- \t\t\t\t\t\tcite\n\
424
- \t\t\t\t\t\t(?:al)?(?:t|p|author|year(?:par)?|title)?[ANP]*\n\
425
- \t\t\t\t\t\t\\*?\t\t\t\t\t\t\t\t\t\t\t# Optional Unabreviated\n\
426
- \t\t\t\t\t)\n\
427
- \t\t\t\t\t(?:(\\[)[^\\]]*(\\]))?\t\t\t\t\t\t\t\t# Optional\n\
428
- \t\t\t\t\t(?:(\\[)[^\\]]*(\\]))?\t\t\t\t\t\t\t\t# Arguments\n\
429
- \t\t\t\t\t(\\{)\t\t\t\t\t\t\t\t\t\t\t# Opening Bracket\n\
430
- \t\t\t\t"
431
- end: \}
432
- patterns:
433
- - name: constant.other.reference.citation.latex
434
- match: "[\\w:.]+"
435
- - name: meta.reference.label.latex
436
- endCaptures:
437
- "0":
438
- name: punctuation.definition.arguments.begin.latex
439
- begin: ((\\)(?:\w*[r|R]ef\*?))(\{)
440
- beginCaptures:
441
- "1":
442
- name: keyword.control.ref.latex
443
- "2":
444
- name: punctuation.definition.keyword.latex
445
- "3":
446
- name: punctuation.definition.arguments.begin.latex
447
- end: \}
448
- patterns:
449
- - name: constant.other.reference.label.latex
450
- match: "[a-zA-Z0-9\\.,:/*!^_-]"
451
- - name: meta.definition.label.latex
452
- endCaptures:
453
- "0":
454
- name: punctuation.definition.arguments.end.latex
455
- begin: ((\\)label)(\{)
456
- beginCaptures:
457
- "1":
458
- name: keyword.control.label.latex
459
- "2":
460
- name: punctuation.definition.keyword.latex
461
- "3":
462
- name: punctuation.definition.arguments.begin.latex
463
- end: \}
464
- patterns:
465
- - name: variable.parameter.definition.label.latex
466
- match: "[a-zA-Z0-9\\.,:/*!^_-]"
467
- - name: meta.function.verb.latex
468
- captures:
469
- "1":
470
- name: support.function.verb.latex
471
- "2":
472
- name: punctuation.definition.function.latex
473
- "3":
474
- name: punctuation.definition.verb.latex
475
- "4":
476
- name: markup.raw.verb.latex
477
- "5":
478
- name: punctuation.definition.verb.latex
479
- match: ((\\)verb[\*]?)\s*((?<=\s)\S|[^a-zA-Z])(.*?)(\3|$)
480
- - name: string.quoted.double.european.latex
481
- endCaptures:
482
- "0":
483
- name: punctuation.definition.string.end.latex
484
- begin: "\"`"
485
- beginCaptures:
486
- "0":
487
- name: punctuation.definition.string.begin.latex
488
- end: "\"'"
489
- patterns:
490
- - include: $base
491
- - name: string.quoted.double.latex
492
- endCaptures:
493
- "0":
494
- name: punctuation.definition.string.end.latex
495
- begin: ``
496
- beginCaptures:
497
- "0":
498
- name: punctuation.definition.string.begin.latex
499
- end: "''|\""
500
- patterns:
501
- - include: $base
502
- - name: string.quoted.double.guillemot.latex
503
- endCaptures:
504
- "0":
505
- name: punctuation.definition.string.end.latex
506
- begin: "\">"
507
- beginCaptures:
508
- "0":
509
- name: punctuation.definition.string.begin.latex
510
- end: "\"<"
511
- patterns:
512
- - include: $base
513
- - name: string.quoted.double.guillemot.latex
514
- endCaptures:
515
- "0":
516
- name: punctuation.definition.string.end.latex
517
- begin: "\"<"
518
- beginCaptures:
519
- "0":
520
- name: punctuation.definition.string.begin.latex
521
- end: "\">"
522
- patterns:
523
- - include: $base
524
- - name: string.other.math.latex
525
- endCaptures:
526
- "0":
527
- name: punctuation.definition.string.end.latex
528
- begin: \\\(
529
- beginCaptures:
530
- "0":
531
- name: punctuation.definition.string.begin.latex
532
- end: \\\)
533
- patterns:
534
- - include: $base
535
- - name: string.other.math.latex
536
- endCaptures:
537
- "0":
538
- name: punctuation.definition.string.end.latex
539
- begin: \\\[
540
- beginCaptures:
541
- "0":
542
- name: punctuation.definition.string.begin.latex
543
- end: \\\]
544
- patterns:
545
- - include: $base
546
- - name: meta.escape-character.latex
547
- match: \\$
548
- - name: invalid.illegal.string.quoted.single.latex
549
- match: (?<!\S)'.*?'
550
- - name: invalid.illegal.string.quoted.double.latex
551
- match: (?<!\S)".*?"
552
- - name: constant.character.latex
553
- captures:
554
- "1":
555
- name: punctuation.definition.constant.latex
556
- match: (\\)(text(s(terling|ixoldstyle|urd|e(ction|venoldstyle|rvicemark))|yen|n(ineoldstyle|umero|aira)|c(ircledP|o(py(left|right)|lonmonetary)|urrency|e(nt(oldstyle)?|lsius))|t(hree(superior|oldstyle|quarters(emdash)?)|i(ldelow|mes)|w(o(superior|oldstyle)|elveudash)|rademark)|interrobang(down)?|zerooldstyle|o(hm|ne(superior|half|oldstyle|quarter)|penbullet|rd(feminine|masculine))|d(i(scount|ed|v(orced)?)|o(ng|wnarrow|llar(oldstyle)?)|egree|agger(dbl)?|blhyphen(char)?)|uparrow|p(ilcrow|e(so|r(t(housand|enthousand)|iodcentered))|aragraph|m)|e(stimated|ightoldstyle|uro)|quotes(traight(dblbase|base)|ingle)|f(iveoldstyle|ouroldstyle|lorin|ractionsolidus)|won|l(not|ira|e(ftarrow|af)|quill|angle|brackdbl)|a(s(cii(caron|dieresis|acute|grave|macron|breve)|teriskcentered)|cutedbl)|r(ightarrow|e(cipe|ferencemark|gistered)|quill|angle|brackdbl)|g(uarani|ravedbl)|m(ho|inus|u(sicalnote)?|arried)|b(igcircle|orn|ullet|lank|a(ht|rdbl)|rokenbar)))\b
557
- - name: meta.column-specials.latex
558
- captures:
559
- "1":
560
- name: punctuation.definition.column-specials.begin.latex
561
- "2":
562
- name: punctuation.definition.column-specials.end.latex
563
- match: (?:<|>)(\{)\$(\})
564
- - include: text.tex
565
- foldingStopMarker: \\end\{.*\}|%.*\(end\)\s*$
566
- keyEquivalent: ^~L