tm-grammars 1.26.0 → 1.27.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.
- package/NOTICE +474 -3
- package/README.md +28 -25
- package/grammars/apex.json +1 -1
- package/grammars/blade.json +91 -16
- package/grammars/c3.json +1982 -0
- package/grammars/fortran-fixed-form.json +37 -0
- package/grammars/fortran-free-form.json +178 -49
- package/grammars/gn.json +155 -0
- package/grammars/kusto.json +1 -1
- package/grammars/lean.json +0 -4
- package/grammars/luau.json +2 -2
- package/grammars/markdown-nix.json +2 -2
- package/grammars/markdown-vue.json +1 -1
- package/grammars/marko.json +8 -8
- package/grammars/mermaid.json +68 -4
- package/grammars/mojo.json +1 -1
- package/grammars/moonbit.json +393 -0
- package/grammars/proto.json +5 -5
- package/grammars/r.json +325 -669
- package/grammars/razor.json +134 -19
- package/grammars/svelte.json +13 -2
- package/grammars/vue-directives.json +1 -1
- package/grammars/vue-interpolations.json +1 -1
- package/grammars/vue.json +269 -29
- package/index.js +178 -122
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -122,19 +122,19 @@ export const grammars = [
|
|
|
122
122
|
sourceApi: 'https://api.github.com/repos/colinta/ApacheConf.tmLanguage/contents/ApacheConf.tmLanguage?ref=1fdb47b6fe2cea20cfedbc522bff3ff1ed656c07',
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
|
-
byteSize:
|
|
125
|
+
byteSize: 45480,
|
|
126
126
|
displayName: 'Apex',
|
|
127
127
|
funding: [
|
|
128
128
|
],
|
|
129
|
-
hash: '
|
|
130
|
-
lastUpdate: '2025-
|
|
129
|
+
hash: 'MxkhWfAKnxdQlcitrqK78Cr6erx1NuavfuhoXbI9IyU',
|
|
130
|
+
lastUpdate: '2025-12-08T15:30:25Z',
|
|
131
131
|
license: 'NOASSERTION',
|
|
132
132
|
licenseUrl: 'https://raw.githubusercontent.com/forcedotcom/apex-tmLanguage/main/LICENSE',
|
|
133
133
|
name: 'apex',
|
|
134
134
|
scopeName: 'source.apex',
|
|
135
|
-
sha: '
|
|
136
|
-
source: 'https://github.com/forcedotcom/apex-tmLanguage/blob/
|
|
137
|
-
sourceApi: 'https://api.github.com/repos/forcedotcom/apex-tmLanguage/contents/grammars/apex.tmLanguage?ref=
|
|
135
|
+
sha: 'e24575c4ebefcee2e535c781050508fb567eb19f',
|
|
136
|
+
source: 'https://github.com/forcedotcom/apex-tmLanguage/blob/e24575c4ebefcee2e535c781050508fb567eb19f/grammars/apex.tmLanguage',
|
|
137
|
+
sourceApi: 'https://api.github.com/repos/forcedotcom/apex-tmLanguage/contents/grammars/apex.tmLanguage?ref=e24575c4ebefcee2e535c781050508fb567eb19f',
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
byteSize: 23233,
|
|
@@ -447,7 +447,7 @@ export const grammars = [
|
|
|
447
447
|
sourceApi: 'https://api.github.com/repos/Azure/bicep/contents/src/textmate/bicep.tmlanguage?ref=6252abb94141fc6e774a53652404be30f1cb9000',
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
-
byteSize:
|
|
450
|
+
byteSize: 102405,
|
|
451
451
|
categories: [
|
|
452
452
|
'web',
|
|
453
453
|
'markup',
|
|
@@ -464,15 +464,15 @@ export const grammars = [
|
|
|
464
464
|
],
|
|
465
465
|
funding: [
|
|
466
466
|
],
|
|
467
|
-
hash: '
|
|
468
|
-
lastUpdate: '
|
|
467
|
+
hash: 'uNY6RFpcym6zrkxfqkQjZQJ5hpSV3UC6m8H3tq3kEck',
|
|
468
|
+
lastUpdate: '2025-12-30T09:02:29Z',
|
|
469
469
|
license: 'MIT',
|
|
470
470
|
licenseUrl: 'https://raw.githubusercontent.com/laravel/vs-code-extension/main/LICENSE.md',
|
|
471
471
|
name: 'blade',
|
|
472
472
|
scopeName: 'text.html.php.blade',
|
|
473
|
-
sha: '
|
|
474
|
-
source: 'https://github.com/laravel/vs-code-extension/blob/
|
|
475
|
-
sourceApi: 'https://api.github.com/repos/laravel/vs-code-extension/contents/syntaxes/blade.tmLanguage.json?ref=
|
|
473
|
+
sha: '80726f64975dc935d6b925d8230cdc1ea075802a',
|
|
474
|
+
source: 'https://github.com/laravel/vs-code-extension/blob/80726f64975dc935d6b925d8230cdc1ea075802a/syntaxes/blade.tmLanguage.json',
|
|
475
|
+
sourceApi: 'https://api.github.com/repos/laravel/vs-code-extension/contents/syntaxes/blade.tmLanguage.json?ref=80726f64975dc935d6b925d8230cdc1ea075802a',
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
aliases: [
|
|
@@ -489,10 +489,10 @@ export const grammars = [
|
|
|
489
489
|
],
|
|
490
490
|
funding: [
|
|
491
491
|
],
|
|
492
|
-
hash: '
|
|
492
|
+
hash: 'HXfJJtPwi_4s1LxfVaD3V4eng2u17omu1YRPVCBKps8',
|
|
493
493
|
lastUpdate: '2024-11-05T21:35:36Z',
|
|
494
494
|
license: 'MIT',
|
|
495
|
-
licenseUrl: 'https://raw.githubusercontent.com/1c-syntax/vsc-language-1c-bsl/
|
|
495
|
+
licenseUrl: 'https://raw.githubusercontent.com/1c-syntax/vsc-language-1c-bsl/refs/heads/master/LICENSE.md',
|
|
496
496
|
name: 'bsl',
|
|
497
497
|
scopeName: 'source.bsl',
|
|
498
498
|
sha: '2cde5a65a17b82b5363affadf5a620ebb0a026dc',
|
|
@@ -517,6 +517,24 @@ export const grammars = [
|
|
|
517
517
|
source: 'https://github.com/microsoft/vscode/blob/bd1abe08c38bb5deccf65610f8f3c03d2338d20d/extensions/cpp/syntaxes/c.tmLanguage.json',
|
|
518
518
|
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/cpp/syntaxes/c.tmLanguage.json?ref=bd1abe08c38bb5deccf65610f8f3c03d2338d20d',
|
|
519
519
|
},
|
|
520
|
+
{
|
|
521
|
+
byteSize: 24204,
|
|
522
|
+
categories: [
|
|
523
|
+
'general',
|
|
524
|
+
],
|
|
525
|
+
displayName: 'C3',
|
|
526
|
+
funding: [
|
|
527
|
+
],
|
|
528
|
+
hash: 'RvhbWMy5PMJjUWduGYAI9HL88rcKqO1CBgbW-QLQyfQ',
|
|
529
|
+
lastUpdate: '2025-12-01T14:19:06Z',
|
|
530
|
+
license: 'MIT',
|
|
531
|
+
licenseUrl: 'https://raw.githubusercontent.com/c3lang/vscode-c3/main/LICENSE',
|
|
532
|
+
name: 'c3',
|
|
533
|
+
scopeName: 'source.c3',
|
|
534
|
+
sha: '23e72b4e690d88d201714810313d5c6d2e1e2052',
|
|
535
|
+
source: 'https://github.com/c3lang/vscode-c3/blob/23e72b4e690d88d201714810313d5c6d2e1e2052/syntaxes/c3.tmLanguage.json',
|
|
536
|
+
sourceApi: 'https://api.github.com/repos/c3lang/vscode-c3/contents/syntaxes/c3.tmLanguage.json?ref=23e72b4e690d88d201714810313d5c6d2e1e2052',
|
|
537
|
+
},
|
|
520
538
|
{
|
|
521
539
|
aliases: [
|
|
522
540
|
'cdc',
|
|
@@ -567,7 +585,7 @@ export const grammars = [
|
|
|
567
585
|
hash: 'x-e0LcAtKvpExm7uqO0sFoqbgwmPXGlaQn2KuzxQyfw',
|
|
568
586
|
lastUpdate: '2025-10-09T17:14:05Z',
|
|
569
587
|
license: 'MIT',
|
|
570
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
588
|
+
licenseUrl: 'https://raw.githubusercontent.com/stx-labs/clarity.tmbundle/main/LICENSE',
|
|
571
589
|
name: 'clarity',
|
|
572
590
|
scopeName: 'source.clar',
|
|
573
591
|
sha: 'a187c9ccbbfeb91550f138c8d606888a902b7c98',
|
|
@@ -1208,22 +1226,22 @@ export const grammars = [
|
|
|
1208
1226
|
'for',
|
|
1209
1227
|
'f77',
|
|
1210
1228
|
],
|
|
1211
|
-
byteSize:
|
|
1229
|
+
byteSize: 1455,
|
|
1212
1230
|
displayName: 'Fortran (Fixed Form)',
|
|
1213
1231
|
embedded: [
|
|
1214
1232
|
'fortran-free-form',
|
|
1215
1233
|
],
|
|
1216
1234
|
funding: [
|
|
1217
1235
|
],
|
|
1218
|
-
hash: '
|
|
1219
|
-
lastUpdate: '
|
|
1236
|
+
hash: 'zGcH1qraYsRz2choZ3wgIKDGzJt-kjO9MlBgbq0edUA',
|
|
1237
|
+
lastUpdate: '2026-01-06T17:42:46Z',
|
|
1220
1238
|
license: 'MIT',
|
|
1221
1239
|
licenseUrl: 'https://raw.githubusercontent.com/fortran-lang/vscode-fortran-support/main/LICENSE',
|
|
1222
1240
|
name: 'fortran-fixed-form',
|
|
1223
1241
|
scopeName: 'source.fortran.fixed',
|
|
1224
|
-
sha: '
|
|
1225
|
-
source: 'https://github.com/fortran-lang/vscode-fortran-support/blob/
|
|
1226
|
-
sourceApi: 'https://api.github.com/repos/fortran-lang/vscode-fortran-support/contents/syntaxes/fortran_fixed-form.tmLanguage.json?ref=
|
|
1242
|
+
sha: '002eaa90668fd7d63cd073e8ca21b1388357ed62',
|
|
1243
|
+
source: 'https://github.com/fortran-lang/vscode-fortran-support/blob/002eaa90668fd7d63cd073e8ca21b1388357ed62/syntaxes/fortran_fixed-form.tmLanguage.json',
|
|
1244
|
+
sourceApi: 'https://api.github.com/repos/fortran-lang/vscode-fortran-support/contents/syntaxes/fortran_fixed-form.tmLanguage.json?ref=002eaa90668fd7d63cd073e8ca21b1388357ed62',
|
|
1227
1245
|
},
|
|
1228
1246
|
{
|
|
1229
1247
|
aliases: [
|
|
@@ -1233,19 +1251,19 @@ export const grammars = [
|
|
|
1233
1251
|
'f08',
|
|
1234
1252
|
'f18',
|
|
1235
1253
|
],
|
|
1236
|
-
byteSize:
|
|
1254
|
+
byteSize: 85906,
|
|
1237
1255
|
displayName: 'Fortran (Free Form)',
|
|
1238
1256
|
funding: [
|
|
1239
1257
|
],
|
|
1240
|
-
hash: '
|
|
1241
|
-
lastUpdate: '
|
|
1258
|
+
hash: '68jWyiEqWWU7cCzezyG2CL854QczGgCuK-nBkyrbOHE',
|
|
1259
|
+
lastUpdate: '2026-01-07T00:02:33Z',
|
|
1242
1260
|
license: 'MIT',
|
|
1243
1261
|
licenseUrl: 'https://raw.githubusercontent.com/fortran-lang/vscode-fortran-support/main/LICENSE',
|
|
1244
1262
|
name: 'fortran-free-form',
|
|
1245
1263
|
scopeName: 'source.fortran.free',
|
|
1246
|
-
sha: '
|
|
1247
|
-
source: 'https://github.com/fortran-lang/vscode-fortran-support/blob/
|
|
1248
|
-
sourceApi: 'https://api.github.com/repos/fortran-lang/vscode-fortran-support/contents/syntaxes/fortran_free-form.tmLanguage.json?ref=
|
|
1264
|
+
sha: 'f5fbf935d709e165922b307885a6106e32624018',
|
|
1265
|
+
source: 'https://github.com/fortran-lang/vscode-fortran-support/blob/f5fbf935d709e165922b307885a6106e32624018/syntaxes/fortran_free-form.tmLanguage.json',
|
|
1266
|
+
sourceApi: 'https://api.github.com/repos/fortran-lang/vscode-fortran-support/contents/syntaxes/fortran_free-form.tmLanguage.json?ref=f5fbf935d709e165922b307885a6106e32624018',
|
|
1249
1267
|
},
|
|
1250
1268
|
{
|
|
1251
1269
|
aliases: [
|
|
@@ -1484,6 +1502,24 @@ export const grammars = [
|
|
|
1484
1502
|
source: 'https://github.com/polym0rph/GLSL.tmbundle/blob/6998d3bbd204e26746a5ca580cda4c650b9057b1/Syntaxes/GLSL.tmLanguage',
|
|
1485
1503
|
sourceApi: 'https://api.github.com/repos/polym0rph/GLSL.tmbundle/contents/Syntaxes/GLSL.tmLanguage?ref=6998d3bbd204e26746a5ca580cda4c650b9057b1',
|
|
1486
1504
|
},
|
|
1505
|
+
{
|
|
1506
|
+
byteSize: 3859,
|
|
1507
|
+
categories: [
|
|
1508
|
+
'config',
|
|
1509
|
+
],
|
|
1510
|
+
displayName: 'GN',
|
|
1511
|
+
funding: [
|
|
1512
|
+
],
|
|
1513
|
+
hash: 'elPpWLf8n426OlVBvoAZBfnybrBGiutr-NDSzkrwkrU',
|
|
1514
|
+
lastUpdate: '2025-12-15T08:57:30Z',
|
|
1515
|
+
license: 'Apache-2.0',
|
|
1516
|
+
licenseUrl: 'https://raw.githubusercontent.com/google/gn-language-server/main/LICENSE',
|
|
1517
|
+
name: 'gn',
|
|
1518
|
+
scopeName: 'source.gn',
|
|
1519
|
+
sha: 'ee64196343a29893f4707e21a8ea7bca0bc135b1',
|
|
1520
|
+
source: 'https://github.com/google/gn-language-server/blob/ee64196343a29893f4707e21a8ea7bca0bc135b1/vscode-gn/syntaxes/gn.tmLanguage.json',
|
|
1521
|
+
sourceApi: 'https://api.github.com/repos/google/gn-language-server/contents/vscode-gn/syntaxes/gn.tmLanguage.json?ref=ee64196343a29893f4707e21a8ea7bca0bc135b1',
|
|
1522
|
+
},
|
|
1487
1523
|
{
|
|
1488
1524
|
byteSize: 14063,
|
|
1489
1525
|
displayName: 'Gnuplot',
|
|
@@ -2200,17 +2236,17 @@ export const grammars = [
|
|
|
2200
2236
|
aliases: [
|
|
2201
2237
|
'kql',
|
|
2202
2238
|
],
|
|
2203
|
-
byteSize:
|
|
2239
|
+
byteSize: 14627,
|
|
2204
2240
|
displayName: 'Kusto',
|
|
2205
2241
|
funding: [
|
|
2206
2242
|
],
|
|
2207
|
-
hash: '
|
|
2208
|
-
lastUpdate: '
|
|
2243
|
+
hash: '-pSzql14VPHbAMKbU5oE7Pl-jjVICutK4730o896oAU',
|
|
2244
|
+
lastUpdate: '2025-12-15T04:55:51Z',
|
|
2209
2245
|
name: 'kusto',
|
|
2210
2246
|
scopeName: 'source.kusto',
|
|
2211
|
-
sha: '
|
|
2212
|
-
source: 'https://github.com/rosshamish/kuskus/blob/
|
|
2213
|
-
sourceApi: 'https://api.github.com/repos/rosshamish/kuskus/contents/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json?ref=
|
|
2247
|
+
sha: 'ff48034975f387ba79258776e5d452bee43a6233',
|
|
2248
|
+
source: 'https://github.com/rosshamish/kuskus/blob/ff48034975f387ba79258776e5d452bee43a6233/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
2249
|
+
sourceApi: 'https://api.github.com/repos/rosshamish/kuskus/contents/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json?ref=ff48034975f387ba79258776e5d452bee43a6233',
|
|
2214
2250
|
},
|
|
2215
2251
|
{
|
|
2216
2252
|
byteSize: 69182,
|
|
@@ -2253,22 +2289,22 @@ export const grammars = [
|
|
|
2253
2289
|
aliases: [
|
|
2254
2290
|
'lean4',
|
|
2255
2291
|
],
|
|
2256
|
-
byteSize:
|
|
2292
|
+
byteSize: 5494,
|
|
2257
2293
|
categories: [
|
|
2258
2294
|
'general',
|
|
2259
2295
|
],
|
|
2260
2296
|
displayName: 'Lean 4',
|
|
2261
2297
|
funding: [
|
|
2262
2298
|
],
|
|
2263
|
-
hash: '
|
|
2264
|
-
lastUpdate: '2025-
|
|
2299
|
+
hash: 'WpAuHoZEvqXVpdV_45LU3H4JiKp-cjE7yEh8-3OJWLc',
|
|
2300
|
+
lastUpdate: '2025-12-17T15:47:54Z',
|
|
2265
2301
|
license: 'Apache-2.0',
|
|
2266
2302
|
licenseUrl: 'https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE',
|
|
2267
2303
|
name: 'lean',
|
|
2268
2304
|
scopeName: 'source.lean4',
|
|
2269
|
-
sha: '
|
|
2270
|
-
source: 'https://github.com/leanprover/vscode-lean4/blob/
|
|
2271
|
-
sourceApi: 'https://api.github.com/repos/leanprover/vscode-lean4/contents/vscode-lean4/syntaxes/lean4.json?ref=
|
|
2305
|
+
sha: '2ca585c47d447682452bd72f528feffd03ef4971',
|
|
2306
|
+
source: 'https://github.com/leanprover/vscode-lean4/blob/2ca585c47d447682452bd72f528feffd03ef4971/vscode-lean4/syntaxes/lean4.json',
|
|
2307
|
+
sourceApi: 'https://api.github.com/repos/leanprover/vscode-lean4/contents/vscode-lean4/syntaxes/lean4.json?ref=2ca585c47d447682452bd72f528feffd03ef4971',
|
|
2272
2308
|
},
|
|
2273
2309
|
{
|
|
2274
2310
|
byteSize: 94797,
|
|
@@ -2380,19 +2416,19 @@ export const grammars = [
|
|
|
2380
2416
|
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/lua/syntaxes/lua.tmLanguage.json?ref=5c213a1e84928c7a7d11ca5b282ca602d40c1352',
|
|
2381
2417
|
},
|
|
2382
2418
|
{
|
|
2383
|
-
byteSize:
|
|
2419
|
+
byteSize: 13420,
|
|
2384
2420
|
displayName: 'Luau',
|
|
2385
2421
|
funding: [
|
|
2386
2422
|
],
|
|
2387
|
-
hash: '
|
|
2388
|
-
lastUpdate: '
|
|
2423
|
+
hash: 'fcoc2SJIPcgfpzJHpvOdsz8oJCv1OVBZh6g_OOX-UX4',
|
|
2424
|
+
lastUpdate: '2026-01-06T21:37:04Z',
|
|
2389
2425
|
license: 'NOASSERTION',
|
|
2390
2426
|
licenseUrl: 'https://raw.githubusercontent.com/JohnnyMorganz/Luau.tmLanguage/main/LICENSE.md',
|
|
2391
2427
|
name: 'luau',
|
|
2392
2428
|
scopeName: 'source.luau',
|
|
2393
|
-
sha: '
|
|
2394
|
-
source: 'https://github.com/JohnnyMorganz/Luau.tmLanguage/blob/
|
|
2395
|
-
sourceApi: 'https://api.github.com/repos/JohnnyMorganz/Luau.tmLanguage/contents/Luau.tmLanguage?ref=
|
|
2429
|
+
sha: '1887144227f4e4444f1bf74fb978449e28e46cd4',
|
|
2430
|
+
source: 'https://github.com/JohnnyMorganz/Luau.tmLanguage/blob/1887144227f4e4444f1bf74fb978449e28e46cd4/Luau.tmLanguage',
|
|
2431
|
+
sourceApi: 'https://api.github.com/repos/JohnnyMorganz/Luau.tmLanguage/contents/Luau.tmLanguage?ref=1887144227f4e4444f1bf74fb978449e28e46cd4',
|
|
2396
2432
|
},
|
|
2397
2433
|
{
|
|
2398
2434
|
aliases: [
|
|
@@ -2497,7 +2533,7 @@ export const grammars = [
|
|
|
2497
2533
|
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json?ref=6d8ab9737d58fc5eaf07e2ae6553b38183a5de47',
|
|
2498
2534
|
},
|
|
2499
2535
|
{
|
|
2500
|
-
byteSize:
|
|
2536
|
+
byteSize: 24563,
|
|
2501
2537
|
categories: [
|
|
2502
2538
|
'web',
|
|
2503
2539
|
'markup',
|
|
@@ -2511,15 +2547,15 @@ export const grammars = [
|
|
|
2511
2547
|
],
|
|
2512
2548
|
funding: [
|
|
2513
2549
|
],
|
|
2514
|
-
hash: '
|
|
2515
|
-
lastUpdate: '2025-
|
|
2550
|
+
hash: 'HeM3kU1ljtGaxKdsSB4Rr9aZY-Jcx05ZZISr1uiJikc',
|
|
2551
|
+
lastUpdate: '2025-12-12T21:56:28Z',
|
|
2516
2552
|
license: 'MIT',
|
|
2517
2553
|
licenseUrl: 'https://raw.githubusercontent.com/marko-js/language-server/main/LICENSE',
|
|
2518
2554
|
name: 'marko',
|
|
2519
2555
|
scopeName: 'text.marko',
|
|
2520
|
-
sha: '
|
|
2521
|
-
source: 'https://github.com/marko-js/language-server/blob/
|
|
2522
|
-
sourceApi: 'https://api.github.com/repos/marko-js/language-server/contents/packages/vscode/syntaxes/marko.tmLanguage.json?ref=
|
|
2556
|
+
sha: '62fa7dde1be962c54bcf20e71ae5f77f724ab277',
|
|
2557
|
+
source: 'https://github.com/marko-js/language-server/blob/62fa7dde1be962c54bcf20e71ae5f77f724ab277/packages/vscode/syntaxes/marko.tmLanguage.json',
|
|
2558
|
+
sourceApi: 'https://api.github.com/repos/marko-js/language-server/contents/packages/vscode/syntaxes/marko.tmLanguage.json?ref=62fa7dde1be962c54bcf20e71ae5f77f724ab277',
|
|
2523
2559
|
},
|
|
2524
2560
|
{
|
|
2525
2561
|
byteSize: 15279,
|
|
@@ -2548,15 +2584,15 @@ export const grammars = [
|
|
|
2548
2584
|
],
|
|
2549
2585
|
funding: [
|
|
2550
2586
|
],
|
|
2551
|
-
hash: '
|
|
2587
|
+
hash: 'ET6VMHYCEsvNshYJjvs9uz3fZmZaCvY1bfyNbcUJ2ak',
|
|
2552
2588
|
lastUpdate: '2025-02-24T11:33:21Z',
|
|
2553
2589
|
license: 'MIT',
|
|
2554
2590
|
licenseUrl: 'https://raw.githubusercontent.com/nuxt-content/vscode-mdc/main/LICENSE',
|
|
2555
2591
|
name: 'mdc',
|
|
2556
2592
|
scopeName: 'text.markdown.mdc.standalone',
|
|
2557
2593
|
sha: '96f619ccd8df724e5bd94eb28b87e03b769a8c41',
|
|
2558
|
-
source: 'https://github.com/
|
|
2559
|
-
sourceApi: 'https://api.github.com/repos/
|
|
2594
|
+
source: 'https://github.com/nuxt-content/vscode-mdc/blob/96f619ccd8df724e5bd94eb28b87e03b769a8c41/syntaxes/mdc.standalone.tmLanguage.json',
|
|
2595
|
+
sourceApi: 'https://api.github.com/repos/nuxt-content/vscode-mdc/contents/syntaxes/mdc.standalone.tmLanguage.json?ref=96f619ccd8df724e5bd94eb28b87e03b769a8c41',
|
|
2560
2596
|
},
|
|
2561
2597
|
{
|
|
2562
2598
|
byteSize: 130777,
|
|
@@ -2625,7 +2661,7 @@ export const grammars = [
|
|
|
2625
2661
|
aliases: [
|
|
2626
2662
|
'mmd',
|
|
2627
2663
|
],
|
|
2628
|
-
byteSize:
|
|
2664
|
+
byteSize: 27756,
|
|
2629
2665
|
displayName: 'Mermaid',
|
|
2630
2666
|
funding: [
|
|
2631
2667
|
],
|
|
@@ -2656,19 +2692,41 @@ export const grammars = [
|
|
|
2656
2692
|
sourceApi: 'https://api.github.com/repos/textmate/mips.tmbundle/contents/Syntaxes/MIPS.tmLanguage?ref=eb7601016a109bf912a48a1c21988f3c4a59fb3a',
|
|
2657
2693
|
},
|
|
2658
2694
|
{
|
|
2659
|
-
byteSize:
|
|
2695
|
+
byteSize: 67524,
|
|
2660
2696
|
displayName: 'Mojo',
|
|
2661
2697
|
funding: [
|
|
2662
2698
|
],
|
|
2663
|
-
hash: '
|
|
2664
|
-
lastUpdate: '
|
|
2699
|
+
hash: 'h_XAV5rJGlX27v_1kFlnJOVIxan8syBzSvsmvpfXKA8',
|
|
2700
|
+
lastUpdate: '2025-12-08T00:33:23Z',
|
|
2665
2701
|
license: 'MIT',
|
|
2666
2702
|
licenseUrl: 'https://raw.githubusercontent.com/modular/mojo-syntax/main/LICENSE',
|
|
2667
2703
|
name: 'mojo',
|
|
2668
2704
|
scopeName: 'source.mojo',
|
|
2669
|
-
sha: '
|
|
2670
|
-
source: 'https://github.com/modularml/mojo-syntax/blob/
|
|
2671
|
-
sourceApi: 'https://api.github.com/repos/modularml/mojo-syntax/contents/syntaxes/mojo.syntax.json?ref=
|
|
2705
|
+
sha: 'bd0aaab252fbbc6d84d4e4922ec535d17fe7e832',
|
|
2706
|
+
source: 'https://github.com/modularml/mojo-syntax/blob/bd0aaab252fbbc6d84d4e4922ec535d17fe7e832/syntaxes/mojo.syntax.json',
|
|
2707
|
+
sourceApi: 'https://api.github.com/repos/modularml/mojo-syntax/contents/syntaxes/mojo.syntax.json?ref=bd0aaab252fbbc6d84d4e4922ec535d17fe7e832',
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
aliases: [
|
|
2711
|
+
'mbt',
|
|
2712
|
+
'mbti',
|
|
2713
|
+
],
|
|
2714
|
+
byteSize: 5253,
|
|
2715
|
+
categories: [
|
|
2716
|
+
'general',
|
|
2717
|
+
],
|
|
2718
|
+
displayName: 'MoonBit',
|
|
2719
|
+
funding: [
|
|
2720
|
+
],
|
|
2721
|
+
hash: 'GdNpxS43j1J7RQ97qIz_9dS4iDIGZ4E-L4JEPR5x5b0',
|
|
2722
|
+
lastUpdate: '2025-11-04T03:43:34Z',
|
|
2723
|
+
license: 'Apache-2.0',
|
|
2724
|
+
licenseUrl: 'https://raw.githubusercontent.com/moonbitlang/moonbit-tmLanguage/main/LICENSE',
|
|
2725
|
+
name: 'moonbit',
|
|
2726
|
+
scopeName: 'source.moonbit',
|
|
2727
|
+
sha: 'd9501977864ee8196d4f40551cfc4561f7499bc7',
|
|
2728
|
+
source: 'https://github.com/moonbitlang/moonbit-tmLanguage/blob/d9501977864ee8196d4f40551cfc4561f7499bc7/grammars/moonbit.tmLanguage.json',
|
|
2729
|
+
sourceApi: 'https://api.github.com/repos/moonbitlang/moonbit-tmLanguage/contents/grammars/moonbit.tmLanguage.json?ref=d9501977864ee8196d4f40551cfc4561f7499bc7',
|
|
2672
2730
|
},
|
|
2673
2731
|
{
|
|
2674
2732
|
byteSize: 16813,
|
|
@@ -3138,19 +3196,19 @@ export const grammars = [
|
|
|
3138
3196
|
aliases: [
|
|
3139
3197
|
'protobuf',
|
|
3140
3198
|
],
|
|
3141
|
-
byteSize:
|
|
3199
|
+
byteSize: 6255,
|
|
3142
3200
|
displayName: 'Protocol Buffer 3',
|
|
3143
3201
|
funding: [
|
|
3144
3202
|
],
|
|
3145
|
-
hash: '
|
|
3146
|
-
lastUpdate: '
|
|
3203
|
+
hash: 'T5NZPOCqwGdgPHq8b1xb5jyA5F_OSXjo5631nN5r57w',
|
|
3204
|
+
lastUpdate: '2025-12-09T11:22:54Z',
|
|
3147
3205
|
license: 'MIT',
|
|
3148
3206
|
licenseUrl: 'https://raw.githubusercontent.com/zxh0/vscode-proto3/master/LICENSE.txt',
|
|
3149
3207
|
name: 'proto',
|
|
3150
3208
|
scopeName: 'source.proto',
|
|
3151
|
-
sha: '
|
|
3152
|
-
source: 'https://github.com/zxh0/vscode-proto3/blob/
|
|
3153
|
-
sourceApi: 'https://api.github.com/repos/zxh0/vscode-proto3/contents/syntaxes/proto3.tmLanguage.json?ref=
|
|
3209
|
+
sha: '274be763ecae7055505354b44f4892a2669e1da8',
|
|
3210
|
+
source: 'https://github.com/zxh0/vscode-proto3/blob/274be763ecae7055505354b44f4892a2669e1da8/syntaxes/proto3.tmLanguage.json',
|
|
3211
|
+
sourceApi: 'https://api.github.com/repos/zxh0/vscode-proto3/contents/syntaxes/proto3.tmLanguage.json?ref=274be763ecae7055505354b44f4892a2669e1da8',
|
|
3154
3212
|
},
|
|
3155
3213
|
{
|
|
3156
3214
|
aliases: [
|
|
@@ -3297,22 +3355,22 @@ export const grammars = [
|
|
|
3297
3355
|
sourceApi: 'https://api.github.com/repos/seanwu1105/vscode-qt-for-python/contents/syntaxes/qss.tmLanguage.json?ref=f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d',
|
|
3298
3356
|
},
|
|
3299
3357
|
{
|
|
3300
|
-
byteSize:
|
|
3358
|
+
byteSize: 6206,
|
|
3301
3359
|
categories: [
|
|
3302
3360
|
'data',
|
|
3303
3361
|
],
|
|
3304
3362
|
displayName: 'R',
|
|
3305
3363
|
funding: [
|
|
3306
3364
|
],
|
|
3307
|
-
hash: '
|
|
3308
|
-
lastUpdate: '2025-
|
|
3365
|
+
hash: 'vnN8sgV2rShZdek2CKLdCoR4rE8iyQ7yEq14qnE0O5s',
|
|
3366
|
+
lastUpdate: '2025-11-19T17:02:47Z',
|
|
3309
3367
|
license: 'MIT',
|
|
3310
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
3368
|
+
licenseUrl: 'https://raw.githubusercontent.com/posit-dev/positron/refs/heads/main/extensions/positron-r/syntaxes/LICENSE.md',
|
|
3311
3369
|
name: 'r',
|
|
3312
3370
|
scopeName: 'source.r',
|
|
3313
|
-
sha: '
|
|
3314
|
-
source: 'https://github.com/
|
|
3315
|
-
sourceApi: 'https://api.github.com/repos/
|
|
3371
|
+
sha: '51b18f000819ada804c7469a1463a5d96dad0f73',
|
|
3372
|
+
source: 'https://github.com/posit-dev/positron/blob/51b18f000819ada804c7469a1463a5d96dad0f73/extensions/positron-r/syntaxes/r.tmGrammar.gen.json',
|
|
3373
|
+
sourceApi: 'https://api.github.com/repos/posit-dev/positron/contents/extensions/positron-r/syntaxes/r.tmGrammar.gen.json?ref=51b18f000819ada804c7469a1463a5d96dad0f73',
|
|
3316
3374
|
},
|
|
3317
3375
|
{
|
|
3318
3376
|
byteSize: 89526,
|
|
@@ -3359,7 +3417,7 @@ export const grammars = [
|
|
|
3359
3417
|
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/perl/syntaxes/perl6.tmLanguage.json?ref=8fdf170a0850c1cc027382f31650aaf300d3ae2a',
|
|
3360
3418
|
},
|
|
3361
3419
|
{
|
|
3362
|
-
byteSize:
|
|
3420
|
+
byteSize: 26784,
|
|
3363
3421
|
displayName: 'ASP.NET Razor',
|
|
3364
3422
|
embedded: [
|
|
3365
3423
|
'html',
|
|
@@ -3367,15 +3425,15 @@ export const grammars = [
|
|
|
3367
3425
|
],
|
|
3368
3426
|
funding: [
|
|
3369
3427
|
],
|
|
3370
|
-
hash: '
|
|
3371
|
-
lastUpdate: '2025-
|
|
3428
|
+
hash: 'YRwnLmTpyvw37vgj49-JW5QxB4TwUvHZIlqJd18LMPc',
|
|
3429
|
+
lastUpdate: '2025-12-19T05:22:47Z',
|
|
3372
3430
|
license: 'MIT',
|
|
3373
3431
|
licenseUrl: 'https://raw.githubusercontent.com/dotnet/razor/main/LICENSE.txt',
|
|
3374
3432
|
name: 'razor',
|
|
3375
3433
|
scopeName: 'text.aspnetcorerazor',
|
|
3376
|
-
sha: '
|
|
3377
|
-
source: 'https://github.com/dotnet/razor/blob/
|
|
3378
|
-
sourceApi: 'https://api.github.com/repos/dotnet/razor/contents/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json?ref=
|
|
3434
|
+
sha: '743f32a68c61809b22fd84e8748c3686ef1bb8b8',
|
|
3435
|
+
source: 'https://github.com/dotnet/razor/blob/743f32a68c61809b22fd84e8748c3686ef1bb8b8/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json',
|
|
3436
|
+
sourceApi: 'https://api.github.com/repos/dotnet/razor/contents/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json?ref=743f32a68c61809b22fd84e8748c3686ef1bb8b8',
|
|
3379
3437
|
},
|
|
3380
3438
|
{
|
|
3381
3439
|
byteSize: 2239,
|
|
@@ -3655,10 +3713,10 @@ export const grammars = [
|
|
|
3655
3713
|
displayName: '1C (Query)',
|
|
3656
3714
|
funding: [
|
|
3657
3715
|
],
|
|
3658
|
-
hash: '
|
|
3716
|
+
hash: '3CQjl62Q-dIP-KeC2M0fmXibGqb36Ez5h0wj6r-mOGM',
|
|
3659
3717
|
lastUpdate: '2024-11-05T21:37:20Z',
|
|
3660
3718
|
license: 'MIT',
|
|
3661
|
-
licenseUrl: 'https://raw.githubusercontent.com/1c-syntax/vsc-language-1c-bsl/
|
|
3719
|
+
licenseUrl: 'https://raw.githubusercontent.com/1c-syntax/vsc-language-1c-bsl/refs/heads/master/LICENSE.md',
|
|
3662
3720
|
name: 'sdbl',
|
|
3663
3721
|
scopeName: 'source.sdbl',
|
|
3664
3722
|
sha: 'c60d42089e5139942ff5b1db3a0a3ca8dd094ce6',
|
|
@@ -3898,7 +3956,7 @@ export const grammars = [
|
|
|
3898
3956
|
sourceApi: 'https://api.github.com/repos/d4rkr00t/language-stylus/contents/syntaxes/stylus.json?ref=198a851f385aee857332f3ce5dd981ff67720ead',
|
|
3899
3957
|
},
|
|
3900
3958
|
{
|
|
3901
|
-
byteSize:
|
|
3959
|
+
byteSize: 17434,
|
|
3902
3960
|
categories: [
|
|
3903
3961
|
'web',
|
|
3904
3962
|
],
|
|
@@ -3923,15 +3981,15 @@ export const grammars = [
|
|
|
3923
3981
|
url: 'https://opencollective.com/svelte',
|
|
3924
3982
|
},
|
|
3925
3983
|
],
|
|
3926
|
-
hash: '
|
|
3927
|
-
lastUpdate: '2025-
|
|
3984
|
+
hash: 'a10k1mosWQ2VJcBN_7EJbn0KhnjHT-8YhyJtqKOeY38',
|
|
3985
|
+
lastUpdate: '2025-12-20T05:48:15Z',
|
|
3928
3986
|
license: 'MIT',
|
|
3929
3987
|
licenseUrl: 'https://raw.githubusercontent.com/sveltejs/language-tools/master/LICENSE',
|
|
3930
3988
|
name: 'svelte',
|
|
3931
3989
|
scopeName: 'source.svelte',
|
|
3932
|
-
sha: '
|
|
3933
|
-
source: 'https://github.com/sveltejs/language-tools/blob/
|
|
3934
|
-
sourceApi: 'https://api.github.com/repos/sveltejs/language-tools/contents/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml?ref=
|
|
3990
|
+
sha: '96e8ca884711bc5acaf1fda45ed7f95b38a75b4a',
|
|
3991
|
+
source: 'https://github.com/sveltejs/language-tools/blob/96e8ca884711bc5acaf1fda45ed7f95b38a75b4a/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml',
|
|
3992
|
+
sourceApi: 'https://api.github.com/repos/sveltejs/language-tools/contents/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml?ref=96e8ca884711bc5acaf1fda45ed7f95b38a75b4a',
|
|
3935
3993
|
},
|
|
3936
3994
|
{
|
|
3937
3995
|
byteSize: 83662,
|
|
@@ -4389,7 +4447,7 @@ export const grammars = [
|
|
|
4389
4447
|
sourceApi: 'https://api.github.com/repos/dunstontc/viml/contents/syntaxes/viml.tmLanguage.json?ref=8762570fc7d6f1009a3c93efd2a337330d88b88e',
|
|
4390
4448
|
},
|
|
4391
4449
|
{
|
|
4392
|
-
byteSize:
|
|
4450
|
+
byteSize: 20716,
|
|
4393
4451
|
categories: [
|
|
4394
4452
|
'web',
|
|
4395
4453
|
],
|
|
@@ -4413,8 +4471,8 @@ export const grammars = [
|
|
|
4413
4471
|
'yaml',
|
|
4414
4472
|
'toml',
|
|
4415
4473
|
'graphql',
|
|
4416
|
-
'html-derivative',
|
|
4417
4474
|
'html',
|
|
4475
|
+
'html-derivative',
|
|
4418
4476
|
'markdown-vue',
|
|
4419
4477
|
'vue-directives',
|
|
4420
4478
|
'vue-interpolations',
|
|
@@ -4427,15 +4485,15 @@ export const grammars = [
|
|
|
4427
4485
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
4428
4486
|
},
|
|
4429
4487
|
],
|
|
4430
|
-
hash: '
|
|
4431
|
-
lastUpdate: '2025-
|
|
4488
|
+
hash: 'ImcZ2bttFyxsy3jG5ZJe6K-rDw81UZBFWBNCGU6RIAw',
|
|
4489
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
4432
4490
|
license: 'MIT',
|
|
4433
4491
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
4434
4492
|
name: 'vue',
|
|
4435
|
-
scopeName: '
|
|
4436
|
-
sha: '
|
|
4437
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
4438
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue.tmLanguage.json?ref=
|
|
4493
|
+
scopeName: 'text.html.vue',
|
|
4494
|
+
sha: '784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
4495
|
+
source: 'https://github.com/vuejs/language-tools/blob/784dd56026e07f1dadb9ef2498418eccbb3dee29/extensions/vscode/syntaxes/vue.tmLanguage.json',
|
|
4496
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue.tmLanguage.json?ref=784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
4439
4497
|
},
|
|
4440
4498
|
{
|
|
4441
4499
|
byteSize: 8233,
|
|
@@ -4444,7 +4502,6 @@ export const grammars = [
|
|
|
4444
4502
|
],
|
|
4445
4503
|
displayName: 'Vue HTML',
|
|
4446
4504
|
embedded: [
|
|
4447
|
-
'vue',
|
|
4448
4505
|
'javascript',
|
|
4449
4506
|
],
|
|
4450
4507
|
funding: [
|
|
@@ -4481,7 +4538,6 @@ export const grammars = [
|
|
|
4481
4538
|
'less',
|
|
4482
4539
|
'stylus',
|
|
4483
4540
|
'postcss',
|
|
4484
|
-
'vue',
|
|
4485
4541
|
'javascript',
|
|
4486
4542
|
],
|
|
4487
4543
|
funding: [
|
|
@@ -5138,7 +5194,7 @@ export const injections = [
|
|
|
5138
5194
|
sourceApi: 'https://api.github.com/repos/samuelcolvin/jinjahtml-vscode/contents/syntaxes/jinja-html.tmLanguage.json?ref=64ad369cd167bba2e614944db6d925b7dc6483b4',
|
|
5139
5195
|
},
|
|
5140
5196
|
{
|
|
5141
|
-
byteSize:
|
|
5197
|
+
byteSize: 762,
|
|
5142
5198
|
embeddedIn: [
|
|
5143
5199
|
'nix',
|
|
5144
5200
|
],
|
|
@@ -5154,21 +5210,21 @@ export const injections = [
|
|
|
5154
5210
|
url: 'https://opencollective.com/nix-community',
|
|
5155
5211
|
},
|
|
5156
5212
|
],
|
|
5157
|
-
hash: '
|
|
5213
|
+
hash: 'DMlADX6qy6bA28KDzggjqBPECFdf0NGLer3B-6YXu04',
|
|
5158
5214
|
injectTo: [
|
|
5159
5215
|
'text.html.markdown',
|
|
5160
5216
|
],
|
|
5161
|
-
lastUpdate: '2025-11-
|
|
5217
|
+
lastUpdate: '2025-11-08T15:24:23Z',
|
|
5162
5218
|
license: 'MIT',
|
|
5163
5219
|
licenseUrl: 'https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE',
|
|
5164
5220
|
name: 'markdown-nix',
|
|
5165
5221
|
scopeName: 'markdown.nix.codeblock',
|
|
5166
|
-
sha: '
|
|
5167
|
-
source: 'https://github.com/nix-community/vscode-nix-ide/blob/
|
|
5168
|
-
sourceApi: 'https://api.github.com/repos/nix-community/vscode-nix-ide/contents/dist/injection.json?ref=
|
|
5222
|
+
sha: 'e2aff510787a01beb97c6227adbb96e38a60fac4',
|
|
5223
|
+
source: 'https://github.com/nix-community/vscode-nix-ide/blob/e2aff510787a01beb97c6227adbb96e38a60fac4/dist/injection.json',
|
|
5224
|
+
sourceApi: 'https://api.github.com/repos/nix-community/vscode-nix-ide/contents/dist/injection.json?ref=e2aff510787a01beb97c6227adbb96e38a60fac4',
|
|
5169
5225
|
},
|
|
5170
5226
|
{
|
|
5171
|
-
byteSize:
|
|
5227
|
+
byteSize: 682,
|
|
5172
5228
|
embeddedIn: [
|
|
5173
5229
|
'vue',
|
|
5174
5230
|
],
|
|
@@ -5179,21 +5235,21 @@ export const injections = [
|
|
|
5179
5235
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5180
5236
|
},
|
|
5181
5237
|
],
|
|
5182
|
-
hash: '
|
|
5238
|
+
hash: 'Fe_VwAH2LESi0HZKFQdigAMuvoe5hXDK3p302_Wnrlg',
|
|
5183
5239
|
injectTo: [
|
|
5184
5240
|
'text.html.markdown',
|
|
5185
5241
|
],
|
|
5186
|
-
lastUpdate: '2025-
|
|
5242
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
5187
5243
|
license: 'MIT',
|
|
5188
5244
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5189
5245
|
name: 'markdown-vue',
|
|
5190
5246
|
scopeName: 'markdown.vue.codeblock',
|
|
5191
|
-
sha: '
|
|
5192
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5193
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/markdown-vue.json?ref=
|
|
5247
|
+
sha: '784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
5248
|
+
source: 'https://github.com/vuejs/language-tools/blob/784dd56026e07f1dadb9ef2498418eccbb3dee29/extensions/vscode/syntaxes/markdown-vue.json',
|
|
5249
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/markdown-vue.json?ref=784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
5194
5250
|
},
|
|
5195
5251
|
{
|
|
5196
|
-
byteSize:
|
|
5252
|
+
byteSize: 369,
|
|
5197
5253
|
embeddedIn: [
|
|
5198
5254
|
'vue',
|
|
5199
5255
|
],
|
|
@@ -5204,24 +5260,24 @@ export const injections = [
|
|
|
5204
5260
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5205
5261
|
},
|
|
5206
5262
|
],
|
|
5207
|
-
hash: '
|
|
5263
|
+
hash: 'VnssseX6WBS_c6KwspPJjYVIe-Rf0-zSjgyKRJHrtHQ',
|
|
5208
5264
|
injectTo: [
|
|
5209
5265
|
'source.vue',
|
|
5210
5266
|
'text.html.markdown',
|
|
5211
5267
|
'text.html.derivative',
|
|
5212
5268
|
'text.pug',
|
|
5213
5269
|
],
|
|
5214
|
-
lastUpdate: '
|
|
5270
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
5215
5271
|
license: 'MIT',
|
|
5216
5272
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5217
5273
|
name: 'vue-directives',
|
|
5218
5274
|
scopeName: 'vue.directives',
|
|
5219
|
-
sha: '
|
|
5220
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5221
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-directives.json?ref=
|
|
5275
|
+
sha: '784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
5276
|
+
source: 'https://github.com/vuejs/language-tools/blob/784dd56026e07f1dadb9ef2498418eccbb3dee29/extensions/vscode/syntaxes/vue-directives.json',
|
|
5277
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-directives.json?ref=784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
5222
5278
|
},
|
|
5223
5279
|
{
|
|
5224
|
-
byteSize:
|
|
5280
|
+
byteSize: 352,
|
|
5225
5281
|
embeddedIn: [
|
|
5226
5282
|
'vue',
|
|
5227
5283
|
],
|
|
@@ -5232,21 +5288,21 @@ export const injections = [
|
|
|
5232
5288
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5233
5289
|
},
|
|
5234
5290
|
],
|
|
5235
|
-
hash: '
|
|
5291
|
+
hash: 'XsSfavXs-YoownEsjI14c-uLT5CkyJSt8fn1zTboCEM',
|
|
5236
5292
|
injectTo: [
|
|
5237
5293
|
'source.vue',
|
|
5238
5294
|
'text.html.markdown',
|
|
5239
5295
|
'text.html.derivative',
|
|
5240
5296
|
'text.pug',
|
|
5241
5297
|
],
|
|
5242
|
-
lastUpdate: '2025-
|
|
5298
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
5243
5299
|
license: 'MIT',
|
|
5244
5300
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5245
5301
|
name: 'vue-interpolations',
|
|
5246
5302
|
scopeName: 'vue.interpolations',
|
|
5247
|
-
sha: '
|
|
5248
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5249
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-interpolations.json?ref=
|
|
5303
|
+
sha: '784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
5304
|
+
source: 'https://github.com/vuejs/language-tools/blob/784dd56026e07f1dadb9ef2498418eccbb3dee29/extensions/vscode/syntaxes/vue-interpolations.json',
|
|
5305
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-interpolations.json?ref=784dd56026e07f1dadb9ef2498418eccbb3dee29',
|
|
5250
5306
|
},
|
|
5251
5307
|
{
|
|
5252
5308
|
byteSize: 792,
|