tm-grammars 0.0.0

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 (181) hide show
  1. package/LICENSE +22 -0
  2. package/NOTICE +6565 -0
  3. package/README.md +211 -0
  4. package/grammars/abap.json +380 -0
  5. package/grammars/actionscript-3.json +951 -0
  6. package/grammars/ada.json +3874 -0
  7. package/grammars/apache.json +562 -0
  8. package/grammars/apex.json +3203 -0
  9. package/grammars/apl.json +1479 -0
  10. package/grammars/applescript.json +1406 -0
  11. package/grammars/ara.json +428 -0
  12. package/grammars/asm.json +1741 -0
  13. package/grammars/astro.json +776 -0
  14. package/grammars/awk.json +388 -0
  15. package/grammars/ballerina.json +3768 -0
  16. package/grammars/bat.json +783 -0
  17. package/grammars/beancount.json +831 -0
  18. package/grammars/berry.json +172 -0
  19. package/grammars/bibtex.json +315 -0
  20. package/grammars/bicep.json +239 -0
  21. package/grammars/blade.json +3870 -0
  22. package/grammars/c.json +3552 -0
  23. package/grammars/cadence.json +738 -0
  24. package/grammars/clarity.json +877 -0
  25. package/grammars/clojure.json +426 -0
  26. package/grammars/cmake.json +143 -0
  27. package/grammars/cobol.json +1124 -0
  28. package/grammars/codeql.json +1540 -0
  29. package/grammars/coffee.json +1311 -0
  30. package/grammars/cpp-macro.json +9498 -0
  31. package/grammars/cpp.json +16635 -0
  32. package/grammars/crystal.json +1866 -0
  33. package/grammars/csharp.json +5722 -0
  34. package/grammars/css.json +1860 -0
  35. package/grammars/csv.json +46 -0
  36. package/grammars/cue.json +1128 -0
  37. package/grammars/cypher.json +353 -0
  38. package/grammars/d.json +3185 -0
  39. package/grammars/dart.json +522 -0
  40. package/grammars/dax.json +185 -0
  41. package/grammars/diff.json +155 -0
  42. package/grammars/docker.json +97 -0
  43. package/grammars/dream-maker.json +640 -0
  44. package/grammars/elixir.json +1014 -0
  45. package/grammars/elm.json +751 -0
  46. package/grammars/erb.json +156 -0
  47. package/grammars/erlang.json +1757 -0
  48. package/grammars/fish.json +189 -0
  49. package/grammars/fsharp.json +1831 -0
  50. package/grammars/gdresource.json +290 -0
  51. package/grammars/gdscript.json +969 -0
  52. package/grammars/gdshader.json +405 -0
  53. package/grammars/gherkin.json +133 -0
  54. package/grammars/git-commit.json +85 -0
  55. package/grammars/git-rebase.json +56 -0
  56. package/grammars/glimmer-js.json +98 -0
  57. package/grammars/glimmer-ts.json +98 -0
  58. package/grammars/glsl.json +57 -0
  59. package/grammars/gnuplot.json +892 -0
  60. package/grammars/go.json +1012 -0
  61. package/grammars/graphql.json +1295 -0
  62. package/grammars/groovy.json +1378 -0
  63. package/grammars/hack.json +2650 -0
  64. package/grammars/haml.json +598 -0
  65. package/grammars/handlebars.json +848 -0
  66. package/grammars/haskell.json +2431 -0
  67. package/grammars/hcl.json +787 -0
  68. package/grammars/hjson.json +821 -0
  69. package/grammars/hlsl.json +212 -0
  70. package/grammars/html.json +93 -0
  71. package/grammars/imba.json +2696 -0
  72. package/grammars/ini.json +108 -0
  73. package/grammars/java.json +1885 -0
  74. package/grammars/javascript.json +5984 -0
  75. package/grammars/jinja-html.json +16 -0
  76. package/grammars/jinja.json +345 -0
  77. package/grammars/jison.json +715 -0
  78. package/grammars/jsdoc.json +21 -0
  79. package/grammars/json.json +208 -0
  80. package/grammars/json5.json +244 -0
  81. package/grammars/jsonc.json +208 -0
  82. package/grammars/jsonl.json +208 -0
  83. package/grammars/jsonnet.json +211 -0
  84. package/grammars/jssm.json +159 -0
  85. package/grammars/jsx.json +5984 -0
  86. package/grammars/julia.json +1061 -0
  87. package/grammars/kotlin.json +580 -0
  88. package/grammars/kusto.json +687 -0
  89. package/grammars/latex.json +2395 -0
  90. package/grammars/less.json +5012 -0
  91. package/grammars/liquid.json +990 -0
  92. package/grammars/lisp.json +121 -0
  93. package/grammars/logo.json +55 -0
  94. package/grammars/lua.json +956 -0
  95. package/grammars/make.json +629 -0
  96. package/grammars/markdown.json +3066 -0
  97. package/grammars/marko.json +1344 -0
  98. package/grammars/matlab.json +1131 -0
  99. package/grammars/mdc.json +571 -0
  100. package/grammars/mdx.json +5629 -0
  101. package/grammars/mermaid.json +1382 -0
  102. package/grammars/mojo.json +4153 -0
  103. package/grammars/narrat.json +227 -0
  104. package/grammars/nextflow.json +298 -0
  105. package/grammars/nginx.json +2121 -0
  106. package/grammars/nim.json +1522 -0
  107. package/grammars/nix.json +1200 -0
  108. package/grammars/nushell.json +1047 -0
  109. package/grammars/objective-c.json +3750 -0
  110. package/grammars/objective-cpp.json +7242 -0
  111. package/grammars/ocaml.json +2967 -0
  112. package/grammars/pascal.json +154 -0
  113. package/grammars/perl.json +2971 -0
  114. package/grammars/php.json +4024 -0
  115. package/grammars/plsql.json +241 -0
  116. package/grammars/postcss.json +377 -0
  117. package/grammars/powerquery.json +349 -0
  118. package/grammars/powershell.json +1024 -0
  119. package/grammars/prisma.json +443 -0
  120. package/grammars/prolog.json +298 -0
  121. package/grammars/proto.json +507 -0
  122. package/grammars/pug.json +1033 -0
  123. package/grammars/puppet.json +777 -0
  124. package/grammars/purescript.json +871 -0
  125. package/grammars/python.json +4208 -0
  126. package/grammars/r.json +637 -0
  127. package/grammars/raku.json +310 -0
  128. package/grammars/razor.json +1813 -0
  129. package/grammars/reg.json +136 -0
  130. package/grammars/rel.json +200 -0
  131. package/grammars/riscv.json +298 -0
  132. package/grammars/rst.json +734 -0
  133. package/grammars/ruby.json +2769 -0
  134. package/grammars/rust.json +1171 -0
  135. package/grammars/sas.json +302 -0
  136. package/grammars/sass.json +618 -0
  137. package/grammars/scala.json +1313 -0
  138. package/grammars/scheme.json +384 -0
  139. package/grammars/scss.json +1874 -0
  140. package/grammars/shaderlab.json +199 -0
  141. package/grammars/shellscript.json +2025 -0
  142. package/grammars/shellsession.json +33 -0
  143. package/grammars/smalltalk.json +235 -0
  144. package/grammars/solidity.json +1210 -0
  145. package/grammars/sparql.json +45 -0
  146. package/grammars/splunk.json +91 -0
  147. package/grammars/sql.json +631 -0
  148. package/grammars/ssh-config.json +88 -0
  149. package/grammars/stata.json +3050 -0
  150. package/grammars/stylus.json +1208 -0
  151. package/grammars/svelte.json +1171 -0
  152. package/grammars/swift.json +4203 -0
  153. package/grammars/system-verilog.json +1063 -0
  154. package/grammars/tasl.json +292 -0
  155. package/grammars/tcl.json +291 -0
  156. package/grammars/tex.json +281 -0
  157. package/grammars/toml.json +431 -0
  158. package/grammars/tsx.json +5984 -0
  159. package/grammars/turtle.json +261 -0
  160. package/grammars/twig.json +1394 -0
  161. package/grammars/typescript.json +5735 -0
  162. package/grammars/v.json +1001 -0
  163. package/grammars/vb.json +232 -0
  164. package/grammars/verilog.json +305 -0
  165. package/grammars/vhdl.json +1484 -0
  166. package/grammars/viml.json +445 -0
  167. package/grammars/vue-html.json +559 -0
  168. package/grammars/vue.json +1237 -0
  169. package/grammars/vyper.json +5415 -0
  170. package/grammars/wasm.json +831 -0
  171. package/grammars/wenyan.json +129 -0
  172. package/grammars/wgsl.json +391 -0
  173. package/grammars/wolfram.json +2370 -0
  174. package/grammars/xml.json +382 -0
  175. package/grammars/xsl.json +89 -0
  176. package/grammars/yaml.json +616 -0
  177. package/grammars/zenscript.json +257 -0
  178. package/grammars/zig.json +312 -0
  179. package/index.d.ts +18 -0
  180. package/index.js +2165 -0
  181. package/package.json +46 -0
@@ -0,0 +1,1344 @@
1
+ {
2
+ "displayName": "Marko",
3
+ "fileTypes": [
4
+ "marko"
5
+ ],
6
+ "name": "marko",
7
+ "patterns": [
8
+ {
9
+ "begin": "^\\s*(style)\\s+(\\{)",
10
+ "beginCaptures": {
11
+ "1": {
12
+ "name": "storage.type.marko.css"
13
+ },
14
+ "2": {
15
+ "name": "punctuation.section.scope.begin.marko.css"
16
+ }
17
+ },
18
+ "comment": "CSS style block, eg: style { color: green }",
19
+ "contentName": "source.css",
20
+ "end": "\\}",
21
+ "endCaptures": {
22
+ "0": {
23
+ "name": "punctuation.section.scope.end.marko.css"
24
+ }
25
+ },
26
+ "name": "meta.embedded.css",
27
+ "patterns": [
28
+ {
29
+ "include": "source.css"
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "begin": "^\\s*(style)\\.(less)\\s+(\\{)",
35
+ "beginCaptures": {
36
+ "1": {
37
+ "name": "storage.type.marko.css"
38
+ },
39
+ "2": {
40
+ "name": "storage.modifier.marko.css"
41
+ },
42
+ "3": {
43
+ "name": "punctuation.section.scope.begin.marko.css"
44
+ }
45
+ },
46
+ "comment": "Less style block, eg: style.less { color: green }",
47
+ "contentName": "source.less",
48
+ "end": "\\}",
49
+ "endCaptures": {
50
+ "0": {
51
+ "name": "punctuation.section.scope.end.marko.css"
52
+ }
53
+ },
54
+ "name": "meta.embedded.less",
55
+ "patterns": [
56
+ {
57
+ "include": "source.css.less"
58
+ }
59
+ ]
60
+ },
61
+ {
62
+ "begin": "^\\s*(style)\\.(scss)\\s+(\\{)",
63
+ "beginCaptures": {
64
+ "1": {
65
+ "name": "storage.type.marko.css"
66
+ },
67
+ "2": {
68
+ "name": "storage.modifier.marko.css"
69
+ },
70
+ "3": {
71
+ "name": "punctuation.section.scope.begin.marko.css"
72
+ }
73
+ },
74
+ "comment": "SCSS style block, eg: style.scss { color: green }",
75
+ "contentName": "source.scss",
76
+ "end": "\\}",
77
+ "endCaptures": {
78
+ "0": {
79
+ "name": "punctuation.section.scope.end.marko.css"
80
+ }
81
+ },
82
+ "name": "meta.embedded.scss",
83
+ "patterns": [
84
+ {
85
+ "include": "source.css.scss"
86
+ }
87
+ ]
88
+ },
89
+ {
90
+ "begin": "^\\s*(?:(static )|(?=(?:class|import|export) ))",
91
+ "beginCaptures": {
92
+ "1": {
93
+ "name": "keyword.control.static.marko"
94
+ }
95
+ },
96
+ "comment": "Top level blocks parsed as JavaScript",
97
+ "contentName": "source.js",
98
+ "end": "(?=\\n|$)",
99
+ "name": "meta.embedded.js",
100
+ "patterns": [
101
+ {
102
+ "include": "#javascript-statement"
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "include": "#content-concise-mode"
108
+ }
109
+ ],
110
+ "repository": {
111
+ "attrs": {
112
+ "patterns": [
113
+ {
114
+ "applyEndPatternLast": 1,
115
+ "begin": "(?:\\s+|,)(?:(key|on[a-zA-Z0-9_$-]+|[a-zA-Z0-9_$]+Change|no-update(?:-body)?(?:-if)?)|([a-zA-Z0-9_$][a-zA-Z0-9_$-]*))(:[a-zA-Z0-9_$][a-zA-Z0-9_$-]*)?",
116
+ "beginCaptures": {
117
+ "1": {
118
+ "name": "support.type.attribute-name.marko"
119
+ },
120
+ "2": {
121
+ "name": "entity.other.attribute-name.marko"
122
+ },
123
+ "3": {
124
+ "name": "support.function.attribute-name.marko"
125
+ }
126
+ },
127
+ "comment": "Attribute with optional value",
128
+ "end": "(?=.|$)",
129
+ "name": "meta.marko-attribute",
130
+ "patterns": [
131
+ {
132
+ "include": "#html-args-or-method"
133
+ },
134
+ {
135
+ "applyEndPatternLast": 1,
136
+ "begin": "\\s*(:?=)\\s*",
137
+ "beginCaptures": {
138
+ "1": {
139
+ "patterns": [
140
+ {
141
+ "include": "source.js"
142
+ }
143
+ ]
144
+ }
145
+ },
146
+ "comment": "Attribute value",
147
+ "contentName": "source.js",
148
+ "end": "(?=.|$)",
149
+ "name": "meta.embedded.js",
150
+ "patterns": [
151
+ {
152
+ "include": "#javascript-expression"
153
+ }
154
+ ]
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "applyEndPatternLast": 1,
160
+ "begin": "(?:\\s+|,)\\.\\.\\.",
161
+ "beginCaptures": {
162
+ "1": {
163
+ "name": "keyword.operator.spread.marko"
164
+ }
165
+ },
166
+ "comment": "A ...spread attribute",
167
+ "contentName": "source.js",
168
+ "end": "(?=.|$)",
169
+ "name": "meta.marko-spread-attribute",
170
+ "patterns": [
171
+ {
172
+ "include": "#javascript-expression"
173
+ }
174
+ ]
175
+ },
176
+ {
177
+ "begin": "\\s*(,(?!,))",
178
+ "captures": {
179
+ "1": {
180
+ "patterns": [
181
+ {
182
+ "include": "source.js"
183
+ }
184
+ ]
185
+ }
186
+ },
187
+ "comment": "Consume any whitespace after a comma",
188
+ "end": "(?!\\S)"
189
+ },
190
+ {
191
+ "include": "#javascript-comment-multiline"
192
+ },
193
+ {
194
+ "include": "#invalid"
195
+ }
196
+ ]
197
+ },
198
+ "concise-html-block": {
199
+ "begin": "\\s*(--+)\\s*$",
200
+ "beginCaptures": {
201
+ "2": {
202
+ "name": "punctuation.section.scope.begin.marko"
203
+ }
204
+ },
205
+ "comment": "--- HTML block within concise mode content. ---",
206
+ "end": "\\1",
207
+ "endCaptures": {
208
+ "1": {
209
+ "name": "punctuation.section.scope.end.marko"
210
+ }
211
+ },
212
+ "name": "meta.section.marko-html-block",
213
+ "patterns": [
214
+ {
215
+ "include": "#content-html-mode"
216
+ }
217
+ ]
218
+ },
219
+ "concise-html-line": {
220
+ "captures": {
221
+ "1": {
222
+ "name": "punctuation.section.scope.begin.marko"
223
+ },
224
+ "2": {
225
+ "patterns": [
226
+ {
227
+ "include": "#html-comments"
228
+ },
229
+ {
230
+ "include": "#tag-html"
231
+ },
232
+ {
233
+ "match": "\\\\.",
234
+ "name": "string"
235
+ },
236
+ {
237
+ "include": "#placeholder"
238
+ },
239
+ {
240
+ "match": ".+?",
241
+ "name": "string"
242
+ }
243
+ ]
244
+ }
245
+ },
246
+ "comment": "-- HTML line within concise mode content. (content-html-mode w/o scriptlet)",
247
+ "match": "\\s*(--+)(?=\\s+\\S)(.*$)",
248
+ "name": "meta.section.marko-html-line"
249
+ },
250
+ "concise-open-tag-content": {
251
+ "patterns": [
252
+ {
253
+ "include": "#tag-before-attrs"
254
+ },
255
+ {
256
+ "begin": "\\s*\\[",
257
+ "beginCaptures": {
258
+ "0": {
259
+ "name": "punctuation.section.scope.begin.marko"
260
+ }
261
+ },
262
+ "end": "]",
263
+ "endCaptures": {
264
+ "0": {
265
+ "name": "punctuation.section.scope.end.marko"
266
+ }
267
+ },
268
+ "patterns": [
269
+ {
270
+ "include": "#attrs"
271
+ },
272
+ {
273
+ "include": "#invalid"
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "begin": "(?!^)(?= )",
279
+ "end": "(?=--)|(?<!,)(?=\\n)",
280
+ "patterns": [
281
+ {
282
+ "include": "#attrs"
283
+ },
284
+ {
285
+ "include": "#invalid"
286
+ }
287
+ ]
288
+ }
289
+ ]
290
+ },
291
+ "concise-script-block": {
292
+ "begin": "(\\s+)(--+)\\s*$",
293
+ "beginCaptures": {
294
+ "2": {
295
+ "name": "punctuation.section.scope.begin.marko"
296
+ }
297
+ },
298
+ "comment": "--- Embedded concise script content block. ---",
299
+ "end": "(\\2)|(?=^(?!\\1)\\s*\\S)",
300
+ "endCaptures": {
301
+ "1": {
302
+ "name": "punctuation.section.scope.end.marko"
303
+ }
304
+ },
305
+ "name": "meta.section.marko-script-block",
306
+ "patterns": [
307
+ {
308
+ "include": "#content-embedded-script"
309
+ }
310
+ ]
311
+ },
312
+ "concise-script-line": {
313
+ "applyEndPatternLast": 1,
314
+ "begin": "\\s*(--+)",
315
+ "beginCaptures": {
316
+ "1": {
317
+ "name": "punctuation.section.scope.begin.marko"
318
+ }
319
+ },
320
+ "comment": "-- Embedded concise script content line.",
321
+ "end": "$",
322
+ "name": "meta.section.marko-script-line",
323
+ "patterns": [
324
+ {
325
+ "include": "#content-embedded-script"
326
+ }
327
+ ]
328
+ },
329
+ "concise-style-block": {
330
+ "begin": "(\\s+)(--+)\\s*$",
331
+ "beginCaptures": {
332
+ "2": {
333
+ "name": "punctuation.section.scope.begin.marko"
334
+ }
335
+ },
336
+ "comment": "--- Embedded concise style content block. ---",
337
+ "contentName": "source.css",
338
+ "end": "(\\2)|(?=^(?!\\1)\\s*\\S)",
339
+ "endCaptures": {
340
+ "1": {
341
+ "name": "punctuation.section.scope.end.marko"
342
+ }
343
+ },
344
+ "name": "meta.section.marko-style-block",
345
+ "patterns": [
346
+ {
347
+ "include": "#content-embedded-style"
348
+ }
349
+ ]
350
+ },
351
+ "concise-style-block-less": {
352
+ "begin": "(\\s+)(--+)\\s*$",
353
+ "beginCaptures": {
354
+ "2": {
355
+ "name": "punctuation.section.scope.begin.marko"
356
+ }
357
+ },
358
+ "comment": "--- Embedded concise style content block. ---",
359
+ "contentName": "source.less",
360
+ "end": "(\\2)|(?=^(?!\\1)\\s*\\S)",
361
+ "endCaptures": {
362
+ "1": {
363
+ "name": "punctuation.section.scope.end.marko"
364
+ }
365
+ },
366
+ "name": "meta.section.marko-style-block",
367
+ "patterns": [
368
+ {
369
+ "include": "#content-embedded-style-less"
370
+ }
371
+ ]
372
+ },
373
+ "concise-style-block-scss": {
374
+ "begin": "(\\s+)(--+)\\s*$",
375
+ "beginCaptures": {
376
+ "2": {
377
+ "name": "punctuation.section.scope.begin.marko"
378
+ }
379
+ },
380
+ "comment": "--- Embedded concise style content block. ---",
381
+ "contentName": "source.scss",
382
+ "end": "(\\2)|(?=^(?!\\1)\\s*\\S)",
383
+ "endCaptures": {
384
+ "1": {
385
+ "name": "punctuation.section.scope.end.marko"
386
+ }
387
+ },
388
+ "name": "meta.section.marko-style-block",
389
+ "patterns": [
390
+ {
391
+ "include": "#content-embedded-style-scss"
392
+ }
393
+ ]
394
+ },
395
+ "concise-style-line": {
396
+ "applyEndPatternLast": 1,
397
+ "begin": "\\s*(--+)",
398
+ "beginCaptures": {
399
+ "1": {
400
+ "name": "punctuation.section.scope.begin.marko"
401
+ }
402
+ },
403
+ "comment": "-- Embedded concise style content line.",
404
+ "contentName": "source.css",
405
+ "end": "$",
406
+ "name": "meta.section.marko-style-line",
407
+ "patterns": [
408
+ {
409
+ "include": "#content-embedded-style"
410
+ }
411
+ ]
412
+ },
413
+ "concise-style-line-less": {
414
+ "applyEndPatternLast": 1,
415
+ "begin": "\\s*(--+)",
416
+ "beginCaptures": {
417
+ "1": {
418
+ "name": "punctuation.section.scope.begin.marko"
419
+ }
420
+ },
421
+ "comment": "-- Embedded concise style content line.",
422
+ "contentName": "source.less",
423
+ "end": "$",
424
+ "name": "meta.section.marko-style-line",
425
+ "patterns": [
426
+ {
427
+ "include": "#content-embedded-style-less"
428
+ }
429
+ ]
430
+ },
431
+ "concise-style-line-scss": {
432
+ "applyEndPatternLast": 1,
433
+ "begin": "\\s*(--+)",
434
+ "beginCaptures": {
435
+ "1": {
436
+ "name": "punctuation.section.scope.begin.marko"
437
+ }
438
+ },
439
+ "comment": "-- Embedded concise style content line.",
440
+ "contentName": "source.scss",
441
+ "end": "$",
442
+ "name": "meta.section.marko-style-line",
443
+ "patterns": [
444
+ {
445
+ "include": "#content-embedded-style-scss"
446
+ }
447
+ ]
448
+ },
449
+ "content-concise-mode": {
450
+ "comment": "Concise mode content block.",
451
+ "name": "meta.marko-concise-content",
452
+ "patterns": [
453
+ {
454
+ "include": "#scriptlet"
455
+ },
456
+ {
457
+ "include": "#javascript-comments"
458
+ },
459
+ {
460
+ "include": "#html-comments"
461
+ },
462
+ {
463
+ "include": "#concise-html-block"
464
+ },
465
+ {
466
+ "include": "#concise-html-line"
467
+ },
468
+ {
469
+ "include": "#tag-html"
470
+ },
471
+ {
472
+ "comment": "A concise html tag.",
473
+ "patterns": [
474
+ {
475
+ "begin": "^(\\s*)(?=style\\.less\\b)",
476
+ "comment": "Concise style tag less",
477
+ "patterns": [
478
+ {
479
+ "include": "#concise-open-tag-content"
480
+ },
481
+ {
482
+ "include": "#concise-style-block-less"
483
+ },
484
+ {
485
+ "include": "#concise-style-line-less"
486
+ }
487
+ ],
488
+ "while": "(?=^\\1\\s+(\\S|$))"
489
+ },
490
+ {
491
+ "begin": "^(\\s*)(?=style\\.scss\\b)",
492
+ "comment": "Concise style tag scss",
493
+ "patterns": [
494
+ {
495
+ "include": "#concise-open-tag-content"
496
+ },
497
+ {
498
+ "include": "#concise-style-block-scss"
499
+ },
500
+ {
501
+ "include": "#concise-style-line-scss"
502
+ }
503
+ ],
504
+ "while": "(?=^\\1\\s+(\\S|$))"
505
+ },
506
+ {
507
+ "begin": "^(\\s*)(?=style\\b)",
508
+ "comment": "Concise style tag",
509
+ "patterns": [
510
+ {
511
+ "include": "#concise-open-tag-content"
512
+ },
513
+ {
514
+ "include": "#concise-style-block"
515
+ },
516
+ {
517
+ "include": "#concise-style-line"
518
+ }
519
+ ],
520
+ "while": "(?=^\\1\\s+(\\S|$))"
521
+ },
522
+ {
523
+ "begin": "^(\\s*)(?=script\\b)",
524
+ "comment": "Concise script tag",
525
+ "patterns": [
526
+ {
527
+ "include": "#concise-open-tag-content"
528
+ },
529
+ {
530
+ "include": "#concise-script-block"
531
+ },
532
+ {
533
+ "include": "#concise-script-line"
534
+ }
535
+ ],
536
+ "while": "(?=^\\1\\s+(\\S|$))"
537
+ },
538
+ {
539
+ "begin": "^(\\s*)(?=[a-zA-Z0-9_$@])",
540
+ "comment": "Normal concise tag",
541
+ "patterns": [
542
+ {
543
+ "include": "#concise-open-tag-content"
544
+ },
545
+ {
546
+ "include": "#content-concise-mode"
547
+ }
548
+ ],
549
+ "while": "(?=^\\1\\s+(\\S|$))"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "include": "#invalid"
555
+ }
556
+ ]
557
+ },
558
+ "content-embedded-script": {
559
+ "name": "meta.embedded.js",
560
+ "patterns": [
561
+ {
562
+ "include": "#placeholder"
563
+ },
564
+ {
565
+ "include": "source.js"
566
+ }
567
+ ]
568
+ },
569
+ "content-embedded-style": {
570
+ "name": "meta.embedded.css",
571
+ "patterns": [
572
+ {
573
+ "include": "#placeholder"
574
+ },
575
+ {
576
+ "include": "source.css"
577
+ }
578
+ ]
579
+ },
580
+ "content-embedded-style-less": {
581
+ "name": "meta.embedded.css.less",
582
+ "patterns": [
583
+ {
584
+ "include": "#placeholder"
585
+ },
586
+ {
587
+ "include": "source.css.less"
588
+ }
589
+ ]
590
+ },
591
+ "content-embedded-style-scss": {
592
+ "name": "meta.embedded.css.scss",
593
+ "patterns": [
594
+ {
595
+ "include": "#placeholder"
596
+ },
597
+ {
598
+ "include": "source.css.scss"
599
+ }
600
+ ]
601
+ },
602
+ "content-html-mode": {
603
+ "comment": "HTML mode content block.",
604
+ "patterns": [
605
+ {
606
+ "include": "#scriptlet"
607
+ },
608
+ {
609
+ "include": "#html-comments"
610
+ },
611
+ {
612
+ "include": "#tag-html"
613
+ },
614
+ {
615
+ "match": "\\\\.",
616
+ "name": "string"
617
+ },
618
+ {
619
+ "include": "#placeholder"
620
+ },
621
+ {
622
+ "match": ".+?",
623
+ "name": "string"
624
+ }
625
+ ]
626
+ },
627
+ "html-args-or-method": {
628
+ "patterns": [
629
+ {
630
+ "include": "#javascript-args"
631
+ },
632
+ {
633
+ "begin": "(?<=\\))\\s*(?=\\{)",
634
+ "comment": "Attribute method shorthand following parens",
635
+ "contentName": "source.js",
636
+ "end": "(?<=\\})",
637
+ "name": "meta.embedded.js",
638
+ "patterns": [
639
+ {
640
+ "include": "source.js"
641
+ }
642
+ ]
643
+ }
644
+ ]
645
+ },
646
+ "html-comments": {
647
+ "patterns": [
648
+ {
649
+ "begin": "\\s*(<!(--)?)",
650
+ "beginCaptures": {
651
+ "1": {
652
+ "name": "punctuation.definition.comment.marko"
653
+ }
654
+ },
655
+ "comment": "HTML comments, doctypes & cdata",
656
+ "end": "\\2>",
657
+ "endCaptures": {
658
+ "0": {
659
+ "name": "punctuation.definition.comment.marko"
660
+ }
661
+ },
662
+ "name": "comment.block.marko"
663
+ },
664
+ {
665
+ "begin": "\\s*(<html-comment>)",
666
+ "beginCaptures": {
667
+ "1": {
668
+ "name": "punctuation.definition.comment.marko"
669
+ }
670
+ },
671
+ "comment": "Preserved HTML comment tag",
672
+ "end": "</html-comment>",
673
+ "endCaptures": {
674
+ "0": {
675
+ "name": "punctuation.definition.comment.marko"
676
+ }
677
+ },
678
+ "name": "comment.block.marko"
679
+ }
680
+ ]
681
+ },
682
+ "invalid": {
683
+ "match": "[^\\s]",
684
+ "name": "invalid.illegal.character-not-allowed-here.marko"
685
+ },
686
+ "javascript-args": {
687
+ "begin": "(?=\\()",
688
+ "comment": "Javascript style arguments",
689
+ "contentName": "source.js",
690
+ "end": "(?<=\\))",
691
+ "name": "meta.embedded.js",
692
+ "patterns": [
693
+ {
694
+ "include": "source.js"
695
+ }
696
+ ]
697
+ },
698
+ "javascript-comment-line": {
699
+ "captures": {
700
+ "0": {
701
+ "patterns": [
702
+ {
703
+ "include": "source.js"
704
+ }
705
+ ]
706
+ }
707
+ },
708
+ "comment": "JavaScript // single line comment",
709
+ "contentName": "source.js",
710
+ "match": "\\s*//.*$"
711
+ },
712
+ "javascript-comment-multiline": {
713
+ "begin": "\\s*(?=/\\*)",
714
+ "comment": "JavaScript /* block comment */",
715
+ "contentName": "source.js",
716
+ "end": "(?<=\\*/)",
717
+ "patterns": [
718
+ {
719
+ "include": "source.js"
720
+ }
721
+ ]
722
+ },
723
+ "javascript-comments": {
724
+ "patterns": [
725
+ {
726
+ "include": "#javascript-comment-multiline"
727
+ },
728
+ {
729
+ "include": "#javascript-comment-line"
730
+ }
731
+ ]
732
+ },
733
+ "javascript-enclosed": {
734
+ "comment": "Matches JavaScript content and ensures enclosed blocks are matched.",
735
+ "patterns": [
736
+ {
737
+ "include": "#javascript-comments"
738
+ },
739
+ {
740
+ "include": "#javascript-args"
741
+ },
742
+ {
743
+ "begin": "(?={)",
744
+ "end": "(?<=})",
745
+ "patterns": [
746
+ {
747
+ "include": "source.js"
748
+ }
749
+ ]
750
+ },
751
+ {
752
+ "begin": "(?=\\[)",
753
+ "end": "(?<=])",
754
+ "patterns": [
755
+ {
756
+ "include": "source.js"
757
+ }
758
+ ]
759
+ },
760
+ {
761
+ "begin": "(?=\")",
762
+ "end": "(?<=\")",
763
+ "patterns": [
764
+ {
765
+ "include": "source.js"
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "begin": "(?=')",
771
+ "end": "(?<=')",
772
+ "patterns": [
773
+ {
774
+ "include": "source.js"
775
+ }
776
+ ]
777
+ },
778
+ {
779
+ "begin": "(?=`)",
780
+ "end": "(?<=`)",
781
+ "patterns": [
782
+ {
783
+ "include": "source.js"
784
+ }
785
+ ]
786
+ },
787
+ {
788
+ "begin": "/(?!<[\\]})A-Z0-9.<%]\\s*/)(?!/?>|$)",
789
+ "captures": {
790
+ "0": {
791
+ "name": "string.regexp.js"
792
+ }
793
+ },
794
+ "contentName": "source.js",
795
+ "end": "/[gimsuy]*",
796
+ "patterns": [
797
+ {
798
+ "include": "source.js#regexp"
799
+ },
800
+ {
801
+ "include": "source.js"
802
+ }
803
+ ]
804
+ },
805
+ {
806
+ "begin": "(?x)\\s*(?:\n\t\t\t\t\t\t\t\t(?:\\b(?:new|typeof|instanceof|in)\\b)| # Keyword operators\n\t\t\t\t\t\t\t\t\\&\\&|\\|\\|| # Logical operators\n\t\t\t\t\t\t\t\t[\\^|&]| # Bitwise operators\n\t\t\t\t\t\t\t\t[!=]=|[!=]==|<|<[=<]|=>| # Comparison operators (Note you cannot use * or ? here)\n\t\t\t\t\t\t\t\t[?:]| # Ternary operators\n\t\t\t\t\t\t\t\t[-+*%](?!-) # Arithmetic operators\n\t\t\t\t\t\t\t)",
807
+ "captures": {
808
+ "0": {
809
+ "patterns": [
810
+ {
811
+ "include": "source.js"
812
+ }
813
+ ]
814
+ }
815
+ },
816
+ "end": "(?=\\S)"
817
+ }
818
+ ]
819
+ },
820
+ "javascript-expression": {
821
+ "patterns": [
822
+ {
823
+ "include": "#javascript-enclosed"
824
+ },
825
+ {
826
+ "captures": {
827
+ "0": {
828
+ "patterns": [
829
+ {
830
+ "include": "source.js"
831
+ }
832
+ ]
833
+ }
834
+ },
835
+ "comment": "Match identifiers and member expressions",
836
+ "match": "[0-9a-zA-Z$_.]+"
837
+ }
838
+ ]
839
+ },
840
+ "javascript-statement": {
841
+ "patterns": [
842
+ {
843
+ "include": "#javascript-enclosed"
844
+ },
845
+ {
846
+ "include": "source.js"
847
+ }
848
+ ]
849
+ },
850
+ "open-tag-content": {
851
+ "patterns": [
852
+ {
853
+ "include": "#tag-before-attrs"
854
+ },
855
+ {
856
+ "begin": "(?= )",
857
+ "comment": "Attributes begin after the first space within the tag name",
858
+ "end": "(?=/?>)",
859
+ "patterns": [
860
+ {
861
+ "include": "#attrs"
862
+ }
863
+ ]
864
+ }
865
+ ]
866
+ },
867
+ "placeholder": {
868
+ "begin": "\\$!?{",
869
+ "beginCaptures": {
870
+ "0": {
871
+ "name": "punctuation.definition.template-expression.begin.js"
872
+ }
873
+ },
874
+ "comment": "${ } placeholder",
875
+ "contentName": "source.js",
876
+ "end": "}",
877
+ "endCaptures": {
878
+ "0": {
879
+ "name": "punctuation.definition.template-expression.end.js"
880
+ }
881
+ },
882
+ "patterns": [
883
+ {
884
+ "include": "source.js"
885
+ }
886
+ ]
887
+ },
888
+ "scriptlet": {
889
+ "begin": "^\\s*(\\$)\\s+",
890
+ "beginCaptures": {
891
+ "1": {
892
+ "name": "keyword.control.scriptlet.marko"
893
+ }
894
+ },
895
+ "comment": "An inline JavaScript scriptlet.",
896
+ "contentName": "source.js",
897
+ "end": "$",
898
+ "name": "meta.embedded.js",
899
+ "patterns": [
900
+ {
901
+ "include": "#javascript-statement"
902
+ }
903
+ ]
904
+ },
905
+ "tag-before-attrs": {
906
+ "comment": "Everything in a tag before the attributes content",
907
+ "patterns": [
908
+ {
909
+ "include": "#tag-name"
910
+ },
911
+ {
912
+ "comment": "Shorthand class or ID attribute",
913
+ "match": "[#.][a-zA-Z0-9_$][a-zA-Z0-9_$-]*",
914
+ "name": "entity.other.attribute-name.marko"
915
+ },
916
+ {
917
+ "begin": "/(?!/)",
918
+ "beginCaptures": {
919
+ "0": {
920
+ "name": "punctuation.separator.key-value.marko"
921
+ }
922
+ },
923
+ "comment": "Variable for a tag",
924
+ "contentName": "source.js",
925
+ "end": "(?=:?\\=|\\s|>|$|\\||\\(|/)",
926
+ "name": "meta.embedded.js",
927
+ "patterns": [
928
+ {
929
+ "comment": "Match identifiers",
930
+ "match": "[a-zA-Z$_][0-9a-zA-Z$_]*",
931
+ "name": "variable.other.constant.object.js"
932
+ },
933
+ {
934
+ "include": "source.js#object-binding-pattern"
935
+ },
936
+ {
937
+ "include": "source.js#array-binding-pattern"
938
+ },
939
+ {
940
+ "include": "source.js#var-single-variable"
941
+ },
942
+ {
943
+ "include": "#javascript-expression"
944
+ }
945
+ ]
946
+ },
947
+ {
948
+ "applyEndPatternLast": 1,
949
+ "begin": "\\s*(:?=)\\s*",
950
+ "beginCaptures": {
951
+ "1": {
952
+ "patterns": [
953
+ {
954
+ "include": "source.js"
955
+ }
956
+ ]
957
+ }
958
+ },
959
+ "comment": "Default attribute value",
960
+ "contentName": "source.js",
961
+ "end": "(?=.|$)",
962
+ "name": "meta.embedded.js",
963
+ "patterns": [
964
+ {
965
+ "include": "#javascript-expression"
966
+ }
967
+ ]
968
+ },
969
+ {
970
+ "begin": "\\|",
971
+ "beginCaptures": {
972
+ "0": {
973
+ "name": "punctuation.section.scope.begin.marko"
974
+ }
975
+ },
976
+ "comment": "Parameters for a tag",
977
+ "end": "\\|",
978
+ "endCaptures": {
979
+ "0": {
980
+ "name": "punctuation.section.scope.end.marko"
981
+ }
982
+ },
983
+ "patterns": [
984
+ {
985
+ "include": "source.js#function-parameters-body"
986
+ },
987
+ {
988
+ "include": "source.js"
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "include": "#html-args-or-method"
994
+ }
995
+ ]
996
+ },
997
+ "tag-html": {
998
+ "comment": "Matches an HTML tag and its contents",
999
+ "patterns": [
1000
+ {
1001
+ "begin": "\\s*(<)(?=(area|base|br|col|embed|hr|img|input|link|meta|param|source|track|wbr)\\b)",
1002
+ "beginCaptures": {
1003
+ "1": {
1004
+ "name": "punctuation.definition.tag.end.marko"
1005
+ }
1006
+ },
1007
+ "comment": "HTML void elements",
1008
+ "end": "/?>",
1009
+ "endCaptures": {
1010
+ "0": {
1011
+ "name": "punctuation.definition.tag.end.marko"
1012
+ }
1013
+ },
1014
+ "patterns": [
1015
+ {
1016
+ "include": "#open-tag-content"
1017
+ }
1018
+ ]
1019
+ },
1020
+ {
1021
+ "begin": "\\s*(<)(?=style\\.less\\b)",
1022
+ "beginCaptures": {
1023
+ "1": {
1024
+ "name": "punctuation.definition.tag.begin.marko"
1025
+ }
1026
+ },
1027
+ "comment": "HTML style tag with less",
1028
+ "end": "/>|(?<=\\>)",
1029
+ "endCaptures": {
1030
+ "0": {
1031
+ "name": "punctuation.definition.tag.end.marko"
1032
+ }
1033
+ },
1034
+ "patterns": [
1035
+ {
1036
+ "include": "#open-tag-content"
1037
+ },
1038
+ {
1039
+ "begin": ">",
1040
+ "beginCaptures": {
1041
+ "0": {
1042
+ "name": "punctuation.definition.tag.end.marko"
1043
+ }
1044
+ },
1045
+ "comment": "Style body content",
1046
+ "contentName": "source.less",
1047
+ "end": "\\s*(</)(style)?(>)",
1048
+ "endCaptures": {
1049
+ "1": {
1050
+ "name": "punctuation.definition.tag.end.marko"
1051
+ },
1052
+ "2": {
1053
+ "patterns": [
1054
+ {
1055
+ "include": "#tag-name"
1056
+ }
1057
+ ]
1058
+ },
1059
+ "3": {
1060
+ "name": "punctuation.definition.tag.end.marko"
1061
+ }
1062
+ },
1063
+ "patterns": [
1064
+ {
1065
+ "include": "#content-embedded-style-less"
1066
+ }
1067
+ ]
1068
+ }
1069
+ ]
1070
+ },
1071
+ {
1072
+ "begin": "\\s*(<)(?=style\\.scss\\b)",
1073
+ "beginCaptures": {
1074
+ "1": {
1075
+ "name": "punctuation.definition.tag.begin.marko"
1076
+ }
1077
+ },
1078
+ "comment": "HTML style tag with scss",
1079
+ "end": "/>|(?<=\\>)",
1080
+ "endCaptures": {
1081
+ "0": {
1082
+ "name": "punctuation.definition.tag.end.marko"
1083
+ }
1084
+ },
1085
+ "patterns": [
1086
+ {
1087
+ "include": "#open-tag-content"
1088
+ },
1089
+ {
1090
+ "begin": ">",
1091
+ "beginCaptures": {
1092
+ "0": {
1093
+ "name": "punctuation.definition.tag.end.marko"
1094
+ }
1095
+ },
1096
+ "comment": "Style body content",
1097
+ "contentName": "source.less",
1098
+ "end": "\\s*(</)(style)?(>)",
1099
+ "endCaptures": {
1100
+ "1": {
1101
+ "name": "punctuation.definition.tag.end.marko"
1102
+ },
1103
+ "2": {
1104
+ "patterns": [
1105
+ {
1106
+ "include": "#tag-name"
1107
+ }
1108
+ ]
1109
+ },
1110
+ "3": {
1111
+ "name": "punctuation.definition.tag.end.marko"
1112
+ }
1113
+ },
1114
+ "patterns": [
1115
+ {
1116
+ "include": "#content-embedded-style-scss"
1117
+ }
1118
+ ]
1119
+ }
1120
+ ]
1121
+ },
1122
+ {
1123
+ "begin": "\\s*(<)(?=style\\b)",
1124
+ "beginCaptures": {
1125
+ "1": {
1126
+ "name": "punctuation.definition.tag.begin.marko"
1127
+ }
1128
+ },
1129
+ "comment": "HTML style tag",
1130
+ "end": "/>|(?<=\\>)",
1131
+ "endCaptures": {
1132
+ "0": {
1133
+ "name": "punctuation.definition.tag.end.marko"
1134
+ }
1135
+ },
1136
+ "patterns": [
1137
+ {
1138
+ "include": "#open-tag-content"
1139
+ },
1140
+ {
1141
+ "begin": ">",
1142
+ "beginCaptures": {
1143
+ "0": {
1144
+ "name": "punctuation.definition.tag.end.marko"
1145
+ }
1146
+ },
1147
+ "comment": "Style body content",
1148
+ "contentName": "source.css",
1149
+ "end": "\\s*(</)(style)?(>)",
1150
+ "endCaptures": {
1151
+ "1": {
1152
+ "name": "punctuation.definition.tag.end.marko"
1153
+ },
1154
+ "2": {
1155
+ "patterns": [
1156
+ {
1157
+ "include": "#tag-name"
1158
+ }
1159
+ ]
1160
+ },
1161
+ "3": {
1162
+ "name": "punctuation.definition.tag.end.marko"
1163
+ }
1164
+ },
1165
+ "patterns": [
1166
+ {
1167
+ "include": "#content-embedded-style"
1168
+ }
1169
+ ]
1170
+ }
1171
+ ]
1172
+ },
1173
+ {
1174
+ "begin": "\\s*(<)(?=script\\b)",
1175
+ "beginCaptures": {
1176
+ "1": {
1177
+ "name": "punctuation.definition.tag.begin.marko"
1178
+ }
1179
+ },
1180
+ "comment": "HTML script tag",
1181
+ "end": "/>|(?<=\\>)",
1182
+ "endCaptures": {
1183
+ "0": {
1184
+ "name": "punctuation.definition.tag.end.marko"
1185
+ }
1186
+ },
1187
+ "patterns": [
1188
+ {
1189
+ "include": "#open-tag-content"
1190
+ },
1191
+ {
1192
+ "begin": ">",
1193
+ "beginCaptures": {
1194
+ "0": {
1195
+ "name": "punctuation.definition.tag.end.marko"
1196
+ }
1197
+ },
1198
+ "comment": "Script body content",
1199
+ "contentName": "source.js",
1200
+ "end": "\\s*(</)(script)?(>)",
1201
+ "endCaptures": {
1202
+ "1": {
1203
+ "name": "punctuation.definition.tag.end.marko"
1204
+ },
1205
+ "2": {
1206
+ "patterns": [
1207
+ {
1208
+ "include": "#tag-name"
1209
+ }
1210
+ ]
1211
+ },
1212
+ "3": {
1213
+ "name": "punctuation.definition.tag.end.marko"
1214
+ }
1215
+ },
1216
+ "patterns": [
1217
+ {
1218
+ "include": "#content-embedded-script"
1219
+ }
1220
+ ]
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "begin": "\\s*(<)(?=[a-zA-Z0-9_$@])",
1226
+ "beginCaptures": {
1227
+ "1": {
1228
+ "name": "punctuation.definition.tag.begin.marko"
1229
+ }
1230
+ },
1231
+ "comment": "HTML normal tag",
1232
+ "end": "/>|(?<=\\>)",
1233
+ "endCaptures": {
1234
+ "0": {
1235
+ "name": "punctuation.definition.tag.end.marko"
1236
+ }
1237
+ },
1238
+ "patterns": [
1239
+ {
1240
+ "include": "#open-tag-content"
1241
+ },
1242
+ {
1243
+ "begin": ">",
1244
+ "beginCaptures": {
1245
+ "0": {
1246
+ "name": "punctuation.definition.tag.end.marko"
1247
+ }
1248
+ },
1249
+ "comment": "Body content",
1250
+ "end": "\\s*(</)([a-zA-Z0-9_$:@-]+)?(.*?)(>)",
1251
+ "endCaptures": {
1252
+ "1": {
1253
+ "name": "punctuation.definition.tag.end.marko"
1254
+ },
1255
+ "2": {
1256
+ "patterns": [
1257
+ {
1258
+ "include": "#tag-name"
1259
+ }
1260
+ ]
1261
+ },
1262
+ "3": {
1263
+ "patterns": [
1264
+ {
1265
+ "include": "#invalid"
1266
+ }
1267
+ ]
1268
+ },
1269
+ "4": {
1270
+ "name": "punctuation.definition.tag.end.marko"
1271
+ }
1272
+ },
1273
+ "patterns": [
1274
+ {
1275
+ "include": "#content-html-mode"
1276
+ }
1277
+ ]
1278
+ }
1279
+ ]
1280
+ }
1281
+ ]
1282
+ },
1283
+ "tag-name": {
1284
+ "patterns": [
1285
+ {
1286
+ "begin": "\\${",
1287
+ "beginCaptures": {
1288
+ "0": {
1289
+ "name": "punctuation.definition.template-expression.begin.js"
1290
+ }
1291
+ },
1292
+ "comment": "Dynamic tag.",
1293
+ "end": "}",
1294
+ "endCaptures": {
1295
+ "0": {
1296
+ "name": "punctuation.definition.template-expression.end.js"
1297
+ }
1298
+ },
1299
+ "patterns": [
1300
+ {
1301
+ "include": "source.js"
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "captures": {
1307
+ "1": {
1308
+ "name": "entity.name.tag.marko"
1309
+ },
1310
+ "2": {
1311
+ "name": "storage.type.marko.css"
1312
+ },
1313
+ "3": {
1314
+ "patterns": [
1315
+ {
1316
+ "comment": "Core tag.",
1317
+ "match": "(attrs|return|import)(?=\\b)",
1318
+ "name": "support.type.builtin.marko"
1319
+ },
1320
+ {
1321
+ "comment": "Core tag.",
1322
+ "match": "(for|if|while|else-if|else|macro|tag|await|let|const|effect|set|get|id|lifecycle)(?=\\b)",
1323
+ "name": "support.function.marko"
1324
+ },
1325
+ {
1326
+ "comment": "Attribute tag.",
1327
+ "match": "@.+",
1328
+ "name": "entity.other.attribute-name.marko"
1329
+ },
1330
+ {
1331
+ "comment": "Native or userland tag.",
1332
+ "match": ".+",
1333
+ "name": "entity.name.tag.marko"
1334
+ }
1335
+ ]
1336
+ }
1337
+ },
1338
+ "match": "(style)\\.([a-zA-Z0-9$_-]+(?:\\.[a-zA-Z0-9$_-]+)*)|([a-zA-Z0-9_$@][a-zA-Z0-9_$@:-]*)"
1339
+ }
1340
+ ]
1341
+ }
1342
+ },
1343
+ "scopeName": "text.marko"
1344
+ }