@nuxtjs/mdc 0.1.6 → 0.2.1

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.
@@ -1,323 +0,0 @@
1
- declare const grammar: {
2
- information_for_contributors: string[];
3
- version: string;
4
- name: string;
5
- injectionSelector: string;
6
- scopeName: string;
7
- patterns: {
8
- include: string;
9
- }[];
10
- repository: {
11
- block: {
12
- comment: string;
13
- patterns: {
14
- include: string;
15
- }[];
16
- };
17
- inline: {
18
- patterns: {
19
- include: string;
20
- }[];
21
- };
22
- markdown_attributes: {
23
- match: string;
24
- name: string;
25
- captures: {
26
- "4": {
27
- patterns: {
28
- include: string;
29
- }[];
30
- };
31
- };
32
- };
33
- span: {
34
- match: string;
35
- name: string;
36
- captures: {
37
- "2": {
38
- name: string;
39
- };
40
- "4": {
41
- patterns: {
42
- include: string;
43
- }[];
44
- };
45
- };
46
- };
47
- attributes: {
48
- match: string;
49
- name: string;
50
- captures: {
51
- "3": {
52
- patterns: {
53
- include: string;
54
- }[];
55
- };
56
- };
57
- };
58
- component_inline: {
59
- match: string;
60
- name: string;
61
- captures: {
62
- "2": {
63
- name: string;
64
- };
65
- "3": {
66
- name: string;
67
- };
68
- "5": {
69
- patterns: {
70
- include: string;
71
- }[];
72
- };
73
- "6": {
74
- patterns: {
75
- include: string;
76
- }[];
77
- };
78
- "7": {
79
- patterns: {
80
- include: string;
81
- }[];
82
- };
83
- "8": {
84
- patterns: {
85
- include: string;
86
- }[];
87
- };
88
- };
89
- };
90
- component_block: {
91
- begin: string;
92
- name: string;
93
- end: string;
94
- beginCaptures: {
95
- "4": {
96
- name: string;
97
- };
98
- "5": {
99
- patterns: {
100
- include: string;
101
- }[];
102
- };
103
- };
104
- patterns: {
105
- include: string;
106
- }[];
107
- };
108
- content: {
109
- begin: string;
110
- while: string;
111
- contentName: string;
112
- patterns: ({
113
- begin: string;
114
- end: string;
115
- patterns: {
116
- include: string;
117
- }[];
118
- match?: undefined;
119
- captures?: undefined;
120
- comment?: undefined;
121
- include?: undefined;
122
- } | {
123
- match: string;
124
- captures: {
125
- "2": {
126
- name: string;
127
- };
128
- "3": {
129
- name: string;
130
- };
131
- };
132
- begin?: undefined;
133
- end?: undefined;
134
- patterns?: undefined;
135
- comment?: undefined;
136
- include?: undefined;
137
- } | {
138
- comment: string;
139
- include: string;
140
- begin?: undefined;
141
- end?: undefined;
142
- patterns?: undefined;
143
- match?: undefined;
144
- captures?: undefined;
145
- })[];
146
- };
147
- attribute: {
148
- patterns: {
149
- match: string;
150
- captures: {
151
- "2": {
152
- name: string;
153
- };
154
- "3": {
155
- patterns: {
156
- include: string;
157
- }[];
158
- };
159
- };
160
- }[];
161
- };
162
- "attribute-interior": {
163
- comment: string;
164
- patterns: {
165
- begin: string;
166
- beginCaptures: {
167
- "0": {
168
- name: string;
169
- };
170
- };
171
- end: string;
172
- patterns: ({
173
- match: string;
174
- name: string;
175
- begin?: undefined;
176
- beginCaptures?: undefined;
177
- end?: undefined;
178
- endCaptures?: undefined;
179
- patterns?: undefined;
180
- } | {
181
- begin: string;
182
- beginCaptures: {
183
- "0": {
184
- name: string;
185
- };
186
- };
187
- end: string;
188
- endCaptures: {
189
- "0": {
190
- name: string;
191
- };
192
- };
193
- name: string;
194
- patterns: {
195
- include: string;
196
- }[];
197
- match?: undefined;
198
- })[];
199
- }[];
200
- };
201
- entities: {
202
- comment: string;
203
- patterns: ({
204
- captures: {
205
- "1": {
206
- name: string;
207
- };
208
- "912": {
209
- name: string;
210
- };
211
- "3"?: undefined;
212
- };
213
- comment: string;
214
- match: string;
215
- name: string;
216
- } | {
217
- captures: {
218
- "1": {
219
- name: string;
220
- };
221
- "3": {
222
- name: string;
223
- };
224
- "912"?: undefined;
225
- };
226
- match: string;
227
- name: string;
228
- comment?: undefined;
229
- } | {
230
- match: string;
231
- name: string;
232
- captures?: undefined;
233
- comment?: undefined;
234
- })[];
235
- };
236
- heading: {
237
- match: string;
238
- captures: {
239
- "1": {
240
- patterns: {
241
- match: string;
242
- name: string;
243
- captures: {
244
- "1": {
245
- name: string;
246
- };
247
- "2": {
248
- name: string;
249
- patterns: {
250
- include: string;
251
- }[];
252
- };
253
- "3": {
254
- name: string;
255
- };
256
- };
257
- }[];
258
- };
259
- };
260
- name: string;
261
- patterns: {
262
- include: string;
263
- }[];
264
- };
265
- "heading-setext": {
266
- patterns: {
267
- match: string;
268
- name: string;
269
- }[];
270
- };
271
- lists: {
272
- patterns: ({
273
- begin: string;
274
- beginCaptures: {
275
- "3": {
276
- name: string;
277
- };
278
- };
279
- comment: string;
280
- name: string;
281
- patterns: {
282
- include: string;
283
- }[];
284
- while: string;
285
- } | {
286
- begin: string;
287
- beginCaptures: {
288
- "3": {
289
- name: string;
290
- };
291
- };
292
- name: string;
293
- patterns: {
294
- include: string;
295
- }[];
296
- while: string;
297
- comment?: undefined;
298
- })[];
299
- };
300
- paragraph: {
301
- begin: string;
302
- name: string;
303
- patterns: {
304
- include: string;
305
- }[];
306
- while: string;
307
- };
308
- blockquote: {
309
- begin: string;
310
- captures: {
311
- "2": {
312
- name: string;
313
- };
314
- };
315
- name: string;
316
- patterns: {
317
- include: string;
318
- }[];
319
- while: string;
320
- };
321
- };
322
- };
323
- export default grammar;