tm-grammars 1.25.3 → 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 +527 -30
- package/README.md +38 -33
- package/grammars/apex.json +102 -16
- package/grammars/berry.json +78 -32
- package/grammars/blade.json +91 -16
- package/grammars/c3.json +1982 -0
- package/grammars/csharp.json +126 -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 +1 -5
- package/grammars/luau.json +2 -2
- package/grammars/markdown-nix.json +50 -0
- 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/nextflow.json +21 -0
- package/grammars/nix.json +8 -2
- package/grammars/openscad.json +151 -0
- package/grammars/proto.json +5 -5
- package/grammars/r.json +325 -669
- package/grammars/razor.json +134 -19
- package/grammars/solidity.json +2 -18
- package/grammars/svelte.json +13 -2
- package/grammars/tex.json +1 -1
- package/grammars/typespec.json +36 -33
- package/grammars/vue-directives.json +1 -1
- package/grammars/vue-interpolations.json +1 -1
- package/grammars/vue.json +279 -45
- package/index.js +271 -162
- 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,
|
|
@@ -399,19 +399,19 @@ export const grammars = [
|
|
|
399
399
|
aliases: [
|
|
400
400
|
'be',
|
|
401
401
|
],
|
|
402
|
-
byteSize:
|
|
402
|
+
byteSize: 2688,
|
|
403
403
|
displayName: 'Berry',
|
|
404
404
|
funding: [
|
|
405
405
|
],
|
|
406
|
-
hash: '
|
|
407
|
-
lastUpdate: '
|
|
406
|
+
hash: '7UkxWd67muLdvHpGpz7USksiggJhy3GtQgHpVnXlmx0',
|
|
407
|
+
lastUpdate: '2025-11-23T21:57:46Z',
|
|
408
408
|
license: 'MIT',
|
|
409
409
|
licenseUrl: 'https://raw.githubusercontent.com/berry-lang/berry/master/LICENSE',
|
|
410
410
|
name: 'berry',
|
|
411
411
|
scopeName: 'source.berry',
|
|
412
|
-
sha: '
|
|
413
|
-
source: 'https://github.com/berry-lang/berry/blob/
|
|
414
|
-
sourceApi: 'https://api.github.com/repos/berry-lang/berry/contents/tools/plugins/vscode/skiars.berry-1.
|
|
412
|
+
sha: '74611286b8d2d2c2ee16ea187029f2a9c4257f5f',
|
|
413
|
+
source: 'https://github.com/berry-lang/berry/blob/74611286b8d2d2c2ee16ea187029f2a9c4257f5f/tools/plugins/vscode/skiars.berry-1.2.0/syntaxes/berry.json',
|
|
414
|
+
sourceApi: 'https://api.github.com/repos/berry-lang/berry/contents/tools/plugins/vscode/skiars.berry-1.2.0/syntaxes/berry.json?ref=74611286b8d2d2c2ee16ea187029f2a9c4257f5f',
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
byteSize: 4621,
|
|
@@ -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',
|
|
@@ -787,22 +805,22 @@ export const grammars = [
|
|
|
787
805
|
'c#',
|
|
788
806
|
'cs',
|
|
789
807
|
],
|
|
790
|
-
byteSize:
|
|
808
|
+
byteSize: 84417,
|
|
791
809
|
categories: [
|
|
792
810
|
'general',
|
|
793
811
|
],
|
|
794
812
|
displayName: 'C#',
|
|
795
813
|
funding: [
|
|
796
814
|
],
|
|
797
|
-
hash: '
|
|
798
|
-
lastUpdate: '2025-
|
|
815
|
+
hash: 'J7m1A2Um6zCktaObPwZhdKAyNwNQwK9jazlY17RfQdY',
|
|
816
|
+
lastUpdate: '2025-11-07T11:31:19Z',
|
|
799
817
|
license: 'MIT',
|
|
800
818
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
801
819
|
name: 'csharp',
|
|
802
820
|
scopeName: 'source.cs',
|
|
803
|
-
sha: '
|
|
804
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
805
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/csharp/syntaxes/csharp.tmLanguage.json?ref=
|
|
821
|
+
sha: '2716852bf1179651402288d6363b5b63873bb36e',
|
|
822
|
+
source: 'https://github.com/microsoft/vscode/blob/2716852bf1179651402288d6363b5b63873bb36e/extensions/csharp/syntaxes/csharp.tmLanguage.json',
|
|
823
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/csharp/syntaxes/csharp.tmLanguage.json?ref=2716852bf1179651402288d6363b5b63873bb36e',
|
|
806
824
|
},
|
|
807
825
|
{
|
|
808
826
|
byteSize: 48053,
|
|
@@ -1177,7 +1195,7 @@ export const grammars = [
|
|
|
1177
1195
|
hash: '68SUiD2IwZiNxjl87FA_EMXyoA-ocCvZ2JE9WGnywZ8',
|
|
1178
1196
|
lastUpdate: '2025-10-16T05:22:48Z',
|
|
1179
1197
|
license: 'MIT',
|
|
1180
|
-
licenseUrl: 'https://raw.githubusercontent.com/bmalehorn/vscode-fish/
|
|
1198
|
+
licenseUrl: 'https://raw.githubusercontent.com/bmalehorn/vscode-fish/main/LICENSE',
|
|
1181
1199
|
name: 'fish',
|
|
1182
1200
|
scopeName: 'source.fish',
|
|
1183
1201
|
sha: '8288b88c46ebe1ef2876fd4275450fc80c5a176a',
|
|
@@ -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,
|
|
@@ -2707,19 +2765,19 @@ export const grammars = [
|
|
|
2707
2765
|
aliases: [
|
|
2708
2766
|
'nf',
|
|
2709
2767
|
],
|
|
2710
|
-
byteSize:
|
|
2768
|
+
byteSize: 4207,
|
|
2711
2769
|
displayName: 'Nextflow',
|
|
2712
2770
|
funding: [
|
|
2713
2771
|
],
|
|
2714
|
-
hash: '
|
|
2715
|
-
lastUpdate: '2025-
|
|
2772
|
+
hash: 'dIl9b467F9tUIovXx2AfndUrOo3zniv96pOWnzymxA4',
|
|
2773
|
+
lastUpdate: '2025-07-13T20:28:49Z',
|
|
2716
2774
|
license: 'MIT',
|
|
2717
2775
|
licenseUrl: 'https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/main/LICENSE.md',
|
|
2718
2776
|
name: 'nextflow',
|
|
2719
2777
|
scopeName: 'source.nextflow',
|
|
2720
|
-
sha: '
|
|
2721
|
-
source: 'https://github.com/nextflow-io/vscode-language-nextflow/blob/
|
|
2722
|
-
sourceApi: 'https://api.github.com/repos/nextflow-io/vscode-language-nextflow/contents/syntaxes/nextflow.tmLanguage.json?ref=
|
|
2778
|
+
sha: '720a2bd501837ca815acf4a225d9f3ba71a2adb0',
|
|
2779
|
+
source: 'https://github.com/nextflow-io/vscode-language-nextflow/blob/720a2bd501837ca815acf4a225d9f3ba71a2adb0/syntaxes/nextflow.tmLanguage.json',
|
|
2780
|
+
sourceApi: 'https://api.github.com/repos/nextflow-io/vscode-language-nextflow/contents/syntaxes/nextflow.tmLanguage.json?ref=720a2bd501837ca815acf4a225d9f3ba71a2adb0',
|
|
2723
2781
|
},
|
|
2724
2782
|
{
|
|
2725
2783
|
byteSize: 34690,
|
|
@@ -2767,8 +2825,11 @@ export const grammars = [
|
|
|
2767
2825
|
sourceApi: 'https://api.github.com/repos/pragmagic/vscode-nim/contents/syntaxes/nim.json?ref=0272a0544ddf147fde98f8a8f2b624b7dcb19eb3',
|
|
2768
2826
|
},
|
|
2769
2827
|
{
|
|
2770
|
-
byteSize:
|
|
2828
|
+
byteSize: 14199,
|
|
2771
2829
|
displayName: 'Nix',
|
|
2830
|
+
embedded: [
|
|
2831
|
+
'markdown-nix',
|
|
2832
|
+
],
|
|
2772
2833
|
funding: [
|
|
2773
2834
|
{
|
|
2774
2835
|
handle: '@nix-community',
|
|
@@ -2781,15 +2842,15 @@ export const grammars = [
|
|
|
2781
2842
|
url: 'https://opencollective.com/nix-community',
|
|
2782
2843
|
},
|
|
2783
2844
|
],
|
|
2784
|
-
hash: '
|
|
2785
|
-
lastUpdate: '2025-
|
|
2845
|
+
hash: 'dJYvctjW7hHTZssPgFIB9tPkP8qqZ7I2mlrcDTLyRAg',
|
|
2846
|
+
lastUpdate: '2025-11-08T10:22:14Z',
|
|
2786
2847
|
license: 'MIT',
|
|
2787
2848
|
licenseUrl: 'https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE',
|
|
2788
2849
|
name: 'nix',
|
|
2789
2850
|
scopeName: 'source.nix',
|
|
2790
|
-
sha: '
|
|
2791
|
-
source: 'https://github.com/nix-community/vscode-nix-ide/blob/
|
|
2792
|
-
sourceApi: 'https://api.github.com/repos/nix-community/vscode-nix-ide/contents/
|
|
2851
|
+
sha: 'effbf3494a43250a537834805b305793994b9ca8',
|
|
2852
|
+
source: 'https://github.com/nix-community/vscode-nix-ide/blob/effbf3494a43250a537834805b305793994b9ca8/dist/nix.tmLanguage.json',
|
|
2853
|
+
sourceApi: 'https://api.github.com/repos/nix-community/vscode-nix-ide/contents/dist/nix.tmLanguage.json?ref=effbf3494a43250a537834805b305793994b9ca8',
|
|
2793
2854
|
},
|
|
2794
2855
|
{
|
|
2795
2856
|
aliases: [
|
|
@@ -2866,6 +2927,27 @@ export const grammars = [
|
|
|
2866
2927
|
source: 'https://github.com/reasonml-editor/vscode-reasonml/blob/14af625ec50ed9968b957b4d6336c5338d81af45/syntaxes/ocaml.json',
|
|
2867
2928
|
sourceApi: 'https://api.github.com/repos/reasonml-editor/vscode-reasonml/contents/syntaxes/ocaml.json?ref=14af625ec50ed9968b957b4d6336c5338d81af45',
|
|
2868
2929
|
},
|
|
2930
|
+
{
|
|
2931
|
+
aliases: [
|
|
2932
|
+
'scad',
|
|
2933
|
+
],
|
|
2934
|
+
byteSize: 2637,
|
|
2935
|
+
categories: [
|
|
2936
|
+
'dsl',
|
|
2937
|
+
],
|
|
2938
|
+
displayName: 'OpenSCAD',
|
|
2939
|
+
funding: [
|
|
2940
|
+
],
|
|
2941
|
+
hash: 'juKVb0uQFvXICuId-VedskQEspI25G9Ph7vB0L93e9I',
|
|
2942
|
+
lastUpdate: '2017-06-24T16:48:11Z',
|
|
2943
|
+
license: 'MIT',
|
|
2944
|
+
licenseUrl: 'https://raw.githubusercontent.com/tbuser/openscad.tmbundle/master/LICENSE',
|
|
2945
|
+
name: 'openscad',
|
|
2946
|
+
scopeName: 'source.scad',
|
|
2947
|
+
sha: '5962175ed355c2d58dc1991801c229809363e999',
|
|
2948
|
+
source: 'https://github.com/tbuser/openscad.tmbundle/blob/5962175ed355c2d58dc1991801c229809363e999/Syntaxes/OpenSCAD.tmLanguage',
|
|
2949
|
+
sourceApi: 'https://api.github.com/repos/tbuser/openscad.tmbundle/contents/Syntaxes/OpenSCAD.tmLanguage?ref=5962175ed355c2d58dc1991801c229809363e999',
|
|
2950
|
+
},
|
|
2869
2951
|
{
|
|
2870
2952
|
byteSize: 3982,
|
|
2871
2953
|
categories: [
|
|
@@ -3114,19 +3196,19 @@ export const grammars = [
|
|
|
3114
3196
|
aliases: [
|
|
3115
3197
|
'protobuf',
|
|
3116
3198
|
],
|
|
3117
|
-
byteSize:
|
|
3199
|
+
byteSize: 6255,
|
|
3118
3200
|
displayName: 'Protocol Buffer 3',
|
|
3119
3201
|
funding: [
|
|
3120
3202
|
],
|
|
3121
|
-
hash: '
|
|
3122
|
-
lastUpdate: '
|
|
3203
|
+
hash: 'T5NZPOCqwGdgPHq8b1xb5jyA5F_OSXjo5631nN5r57w',
|
|
3204
|
+
lastUpdate: '2025-12-09T11:22:54Z',
|
|
3123
3205
|
license: 'MIT',
|
|
3124
3206
|
licenseUrl: 'https://raw.githubusercontent.com/zxh0/vscode-proto3/master/LICENSE.txt',
|
|
3125
3207
|
name: 'proto',
|
|
3126
3208
|
scopeName: 'source.proto',
|
|
3127
|
-
sha: '
|
|
3128
|
-
source: 'https://github.com/zxh0/vscode-proto3/blob/
|
|
3129
|
-
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',
|
|
3130
3212
|
},
|
|
3131
3213
|
{
|
|
3132
3214
|
aliases: [
|
|
@@ -3273,22 +3355,22 @@ export const grammars = [
|
|
|
3273
3355
|
sourceApi: 'https://api.github.com/repos/seanwu1105/vscode-qt-for-python/contents/syntaxes/qss.tmLanguage.json?ref=f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d',
|
|
3274
3356
|
},
|
|
3275
3357
|
{
|
|
3276
|
-
byteSize:
|
|
3358
|
+
byteSize: 6206,
|
|
3277
3359
|
categories: [
|
|
3278
3360
|
'data',
|
|
3279
3361
|
],
|
|
3280
3362
|
displayName: 'R',
|
|
3281
3363
|
funding: [
|
|
3282
3364
|
],
|
|
3283
|
-
hash: '
|
|
3284
|
-
lastUpdate: '2025-
|
|
3365
|
+
hash: 'vnN8sgV2rShZdek2CKLdCoR4rE8iyQ7yEq14qnE0O5s',
|
|
3366
|
+
lastUpdate: '2025-11-19T17:02:47Z',
|
|
3285
3367
|
license: 'MIT',
|
|
3286
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
3368
|
+
licenseUrl: 'https://raw.githubusercontent.com/posit-dev/positron/refs/heads/main/extensions/positron-r/syntaxes/LICENSE.md',
|
|
3287
3369
|
name: 'r',
|
|
3288
3370
|
scopeName: 'source.r',
|
|
3289
|
-
sha: '
|
|
3290
|
-
source: 'https://github.com/
|
|
3291
|
-
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',
|
|
3292
3374
|
},
|
|
3293
3375
|
{
|
|
3294
3376
|
byteSize: 89526,
|
|
@@ -3335,7 +3417,7 @@ export const grammars = [
|
|
|
3335
3417
|
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/perl/syntaxes/perl6.tmLanguage.json?ref=8fdf170a0850c1cc027382f31650aaf300d3ae2a',
|
|
3336
3418
|
},
|
|
3337
3419
|
{
|
|
3338
|
-
byteSize:
|
|
3420
|
+
byteSize: 26784,
|
|
3339
3421
|
displayName: 'ASP.NET Razor',
|
|
3340
3422
|
embedded: [
|
|
3341
3423
|
'html',
|
|
@@ -3343,15 +3425,15 @@ export const grammars = [
|
|
|
3343
3425
|
],
|
|
3344
3426
|
funding: [
|
|
3345
3427
|
],
|
|
3346
|
-
hash: '
|
|
3347
|
-
lastUpdate: '2025-
|
|
3428
|
+
hash: 'YRwnLmTpyvw37vgj49-JW5QxB4TwUvHZIlqJd18LMPc',
|
|
3429
|
+
lastUpdate: '2025-12-19T05:22:47Z',
|
|
3348
3430
|
license: 'MIT',
|
|
3349
3431
|
licenseUrl: 'https://raw.githubusercontent.com/dotnet/razor/main/LICENSE.txt',
|
|
3350
3432
|
name: 'razor',
|
|
3351
3433
|
scopeName: 'text.aspnetcorerazor',
|
|
3352
|
-
sha: '
|
|
3353
|
-
source: 'https://github.com/dotnet/razor/blob/
|
|
3354
|
-
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',
|
|
3355
3437
|
},
|
|
3356
3438
|
{
|
|
3357
3439
|
byteSize: 2239,
|
|
@@ -3631,10 +3713,10 @@ export const grammars = [
|
|
|
3631
3713
|
displayName: '1C (Query)',
|
|
3632
3714
|
funding: [
|
|
3633
3715
|
],
|
|
3634
|
-
hash: '
|
|
3716
|
+
hash: '3CQjl62Q-dIP-KeC2M0fmXibGqb36Ez5h0wj6r-mOGM',
|
|
3635
3717
|
lastUpdate: '2024-11-05T21:37:20Z',
|
|
3636
3718
|
license: 'MIT',
|
|
3637
|
-
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',
|
|
3638
3720
|
name: 'sdbl',
|
|
3639
3721
|
scopeName: 'source.sdbl',
|
|
3640
3722
|
sha: 'c60d42089e5139942ff5b1db3a0a3ca8dd094ce6',
|
|
@@ -3729,19 +3811,19 @@ export const grammars = [
|
|
|
3729
3811
|
sourceApi: 'https://api.github.com/repos/leocamello/vscode-smalltalk/contents/syntaxes/smalltalk.tmLanguage.json?ref=15ff58e2236127f682a33da12e931d74e0d17979',
|
|
3730
3812
|
},
|
|
3731
3813
|
{
|
|
3732
|
-
byteSize:
|
|
3814
|
+
byteSize: 15412,
|
|
3733
3815
|
displayName: 'Solidity',
|
|
3734
3816
|
funding: [
|
|
3735
3817
|
],
|
|
3736
|
-
hash: '
|
|
3737
|
-
lastUpdate: '2025-
|
|
3818
|
+
hash: 'DtIUWkST4xQAWXbpqIpGwEMSOAQcPXDvj4ABuWTAMVs',
|
|
3819
|
+
lastUpdate: '2025-11-04T17:04:51Z',
|
|
3738
3820
|
license: 'MIT',
|
|
3739
3821
|
licenseUrl: 'https://raw.githubusercontent.com/juanfranblanco/vscode-solidity/master/License.txt',
|
|
3740
3822
|
name: 'solidity',
|
|
3741
3823
|
scopeName: 'source.solidity',
|
|
3742
|
-
sha: '
|
|
3743
|
-
source: 'https://github.com/juanfranblanco/vscode-solidity/blob/
|
|
3744
|
-
sourceApi: 'https://api.github.com/repos/juanfranblanco/vscode-solidity/contents/syntaxes/solidity.json?ref=
|
|
3824
|
+
sha: '4c71312a6cfa3ddd7124e8dcad129705fa9d35d0',
|
|
3825
|
+
source: 'https://github.com/juanfranblanco/vscode-solidity/blob/4c71312a6cfa3ddd7124e8dcad129705fa9d35d0/syntaxes/solidity.json',
|
|
3826
|
+
sourceApi: 'https://api.github.com/repos/juanfranblanco/vscode-solidity/contents/syntaxes/solidity.json?ref=4c71312a6cfa3ddd7124e8dcad129705fa9d35d0',
|
|
3745
3827
|
},
|
|
3746
3828
|
{
|
|
3747
3829
|
aliases: [
|
|
@@ -3874,7 +3956,7 @@ export const grammars = [
|
|
|
3874
3956
|
sourceApi: 'https://api.github.com/repos/d4rkr00t/language-stylus/contents/syntaxes/stylus.json?ref=198a851f385aee857332f3ce5dd981ff67720ead',
|
|
3875
3957
|
},
|
|
3876
3958
|
{
|
|
3877
|
-
byteSize:
|
|
3959
|
+
byteSize: 17434,
|
|
3878
3960
|
categories: [
|
|
3879
3961
|
'web',
|
|
3880
3962
|
],
|
|
@@ -3899,15 +3981,15 @@ export const grammars = [
|
|
|
3899
3981
|
url: 'https://opencollective.com/svelte',
|
|
3900
3982
|
},
|
|
3901
3983
|
],
|
|
3902
|
-
hash: '
|
|
3903
|
-
lastUpdate: '2025-
|
|
3984
|
+
hash: 'a10k1mosWQ2VJcBN_7EJbn0KhnjHT-8YhyJtqKOeY38',
|
|
3985
|
+
lastUpdate: '2025-12-20T05:48:15Z',
|
|
3904
3986
|
license: 'MIT',
|
|
3905
3987
|
licenseUrl: 'https://raw.githubusercontent.com/sveltejs/language-tools/master/LICENSE',
|
|
3906
3988
|
name: 'svelte',
|
|
3907
3989
|
scopeName: 'source.svelte',
|
|
3908
|
-
sha: '
|
|
3909
|
-
source: 'https://github.com/sveltejs/language-tools/blob/
|
|
3910
|
-
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',
|
|
3911
3993
|
},
|
|
3912
3994
|
{
|
|
3913
3995
|
byteSize: 83662,
|
|
@@ -4065,7 +4147,7 @@ export const grammars = [
|
|
|
4065
4147
|
sourceApi: 'https://api.github.com/repos/hashicorp/syntax/contents/syntaxes/terraform.tmGrammar.json?ref=cc2b4d4fe389f14b8a13937f4e0d7b2811b57588',
|
|
4066
4148
|
},
|
|
4067
4149
|
{
|
|
4068
|
-
byteSize:
|
|
4150
|
+
byteSize: 9327,
|
|
4069
4151
|
categories: [
|
|
4070
4152
|
'markup',
|
|
4071
4153
|
],
|
|
@@ -4075,15 +4157,15 @@ export const grammars = [
|
|
|
4075
4157
|
],
|
|
4076
4158
|
funding: [
|
|
4077
4159
|
],
|
|
4078
|
-
hash: '
|
|
4079
|
-
lastUpdate: '2025-
|
|
4160
|
+
hash: 'Kn5BOHTNHEic6vkAOxZdFdGk6G-_TpDmliQkRfXBBy8',
|
|
4161
|
+
lastUpdate: '2025-11-07T11:31:19Z',
|
|
4080
4162
|
license: 'MIT',
|
|
4081
4163
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
4082
4164
|
name: 'tex',
|
|
4083
4165
|
scopeName: 'text.tex',
|
|
4084
|
-
sha: '
|
|
4085
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
4086
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/latex/syntaxes/TeX.tmLanguage.json?ref=
|
|
4166
|
+
sha: '2716852bf1179651402288d6363b5b63873bb36e',
|
|
4167
|
+
source: 'https://github.com/microsoft/vscode/blob/2716852bf1179651402288d6363b5b63873bb36e/extensions/latex/syntaxes/TeX.tmLanguage.json',
|
|
4168
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/latex/syntaxes/TeX.tmLanguage.json?ref=2716852bf1179651402288d6363b5b63873bb36e',
|
|
4087
4169
|
},
|
|
4088
4170
|
{
|
|
4089
4171
|
byteSize: 6126,
|
|
@@ -4227,19 +4309,19 @@ export const grammars = [
|
|
|
4227
4309
|
aliases: [
|
|
4228
4310
|
'tsp',
|
|
4229
4311
|
],
|
|
4230
|
-
byteSize:
|
|
4312
|
+
byteSize: 23113,
|
|
4231
4313
|
displayName: 'TypeSpec',
|
|
4232
4314
|
funding: [
|
|
4233
4315
|
],
|
|
4234
|
-
hash: '
|
|
4235
|
-
lastUpdate: '2025-
|
|
4316
|
+
hash: 'pb7DzDEP2tnhNd0zOSyqK9jQVS1KdayEdnLbCbJx0IM',
|
|
4317
|
+
lastUpdate: '2025-11-06T20:39:50Z',
|
|
4236
4318
|
license: 'MIT',
|
|
4237
4319
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE',
|
|
4238
4320
|
name: 'typespec',
|
|
4239
4321
|
scopeName: 'source.tsp',
|
|
4240
|
-
sha: '
|
|
4241
|
-
source: 'https://github.com/microsoft/typespec/blob/
|
|
4242
|
-
sourceApi: 'https://api.github.com/repos/microsoft/typespec/contents/grammars/typespec.json?ref=
|
|
4322
|
+
sha: '2894420921882652a568ed22d5e245b26781b398',
|
|
4323
|
+
source: 'https://github.com/microsoft/typespec/blob/2894420921882652a568ed22d5e245b26781b398/grammars/typespec.json',
|
|
4324
|
+
sourceApi: 'https://api.github.com/repos/microsoft/typespec/contents/grammars/typespec.json?ref=2894420921882652a568ed22d5e245b26781b398',
|
|
4243
4325
|
},
|
|
4244
4326
|
{
|
|
4245
4327
|
aliases: [
|
|
@@ -4365,7 +4447,7 @@ export const grammars = [
|
|
|
4365
4447
|
sourceApi: 'https://api.github.com/repos/dunstontc/viml/contents/syntaxes/viml.tmLanguage.json?ref=8762570fc7d6f1009a3c93efd2a337330d88b88e',
|
|
4366
4448
|
},
|
|
4367
4449
|
{
|
|
4368
|
-
byteSize:
|
|
4450
|
+
byteSize: 20716,
|
|
4369
4451
|
categories: [
|
|
4370
4452
|
'web',
|
|
4371
4453
|
],
|
|
@@ -4389,8 +4471,8 @@ export const grammars = [
|
|
|
4389
4471
|
'yaml',
|
|
4390
4472
|
'toml',
|
|
4391
4473
|
'graphql',
|
|
4392
|
-
'html-derivative',
|
|
4393
4474
|
'html',
|
|
4475
|
+
'html-derivative',
|
|
4394
4476
|
'markdown-vue',
|
|
4395
4477
|
'vue-directives',
|
|
4396
4478
|
'vue-interpolations',
|
|
@@ -4403,15 +4485,15 @@ export const grammars = [
|
|
|
4403
4485
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
4404
4486
|
},
|
|
4405
4487
|
],
|
|
4406
|
-
hash: '
|
|
4407
|
-
lastUpdate: '2025-
|
|
4488
|
+
hash: 'ImcZ2bttFyxsy3jG5ZJe6K-rDw81UZBFWBNCGU6RIAw',
|
|
4489
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
4408
4490
|
license: 'MIT',
|
|
4409
4491
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
4410
4492
|
name: 'vue',
|
|
4411
|
-
scopeName: '
|
|
4412
|
-
sha: '
|
|
4413
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
4414
|
-
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',
|
|
4415
4497
|
},
|
|
4416
4498
|
{
|
|
4417
4499
|
byteSize: 8233,
|
|
@@ -4420,7 +4502,6 @@ export const grammars = [
|
|
|
4420
4502
|
],
|
|
4421
4503
|
displayName: 'Vue HTML',
|
|
4422
4504
|
embedded: [
|
|
4423
|
-
'vue',
|
|
4424
4505
|
'javascript',
|
|
4425
4506
|
],
|
|
4426
4507
|
funding: [
|
|
@@ -4457,7 +4538,6 @@ export const grammars = [
|
|
|
4457
4538
|
'less',
|
|
4458
4539
|
'stylus',
|
|
4459
4540
|
'postcss',
|
|
4460
|
-
'vue',
|
|
4461
4541
|
'javascript',
|
|
4462
4542
|
],
|
|
4463
4543
|
funding: [
|
|
@@ -4751,9 +4831,8 @@ export const grammars = [
|
|
|
4751
4831
|
displayName: 'Zig',
|
|
4752
4832
|
funding: [
|
|
4753
4833
|
{
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
url: 'https://github.com/sponsors/ziglang',
|
|
4834
|
+
name: 'ziglang.org',
|
|
4835
|
+
url: 'https://ziglang.org/zsf',
|
|
4757
4836
|
},
|
|
4758
4837
|
],
|
|
4759
4838
|
hash: 'aisnyg_jQlaNk-4VsmHWabgAcnIi1kTmRcOoPN-rHiU',
|
|
@@ -5115,7 +5194,37 @@ export const injections = [
|
|
|
5115
5194
|
sourceApi: 'https://api.github.com/repos/samuelcolvin/jinjahtml-vscode/contents/syntaxes/jinja-html.tmLanguage.json?ref=64ad369cd167bba2e614944db6d925b7dc6483b4',
|
|
5116
5195
|
},
|
|
5117
5196
|
{
|
|
5118
|
-
byteSize:
|
|
5197
|
+
byteSize: 762,
|
|
5198
|
+
embeddedIn: [
|
|
5199
|
+
'nix',
|
|
5200
|
+
],
|
|
5201
|
+
funding: [
|
|
5202
|
+
{
|
|
5203
|
+
handle: '@nix-community',
|
|
5204
|
+
name: 'GitHub Sponsors',
|
|
5205
|
+
url: 'https://github.com/sponsors/nix-community',
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
handle: 'nix-community',
|
|
5209
|
+
name: 'Open Collective',
|
|
5210
|
+
url: 'https://opencollective.com/nix-community',
|
|
5211
|
+
},
|
|
5212
|
+
],
|
|
5213
|
+
hash: 'DMlADX6qy6bA28KDzggjqBPECFdf0NGLer3B-6YXu04',
|
|
5214
|
+
injectTo: [
|
|
5215
|
+
'text.html.markdown',
|
|
5216
|
+
],
|
|
5217
|
+
lastUpdate: '2025-11-08T15:24:23Z',
|
|
5218
|
+
license: 'MIT',
|
|
5219
|
+
licenseUrl: 'https://raw.githubusercontent.com/nix-community/vscode-nix-ide/main/LICENSE',
|
|
5220
|
+
name: 'markdown-nix',
|
|
5221
|
+
scopeName: 'markdown.nix.codeblock',
|
|
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',
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
byteSize: 682,
|
|
5119
5228
|
embeddedIn: [
|
|
5120
5229
|
'vue',
|
|
5121
5230
|
],
|
|
@@ -5126,21 +5235,21 @@ export const injections = [
|
|
|
5126
5235
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5127
5236
|
},
|
|
5128
5237
|
],
|
|
5129
|
-
hash: '
|
|
5238
|
+
hash: 'Fe_VwAH2LESi0HZKFQdigAMuvoe5hXDK3p302_Wnrlg',
|
|
5130
5239
|
injectTo: [
|
|
5131
5240
|
'text.html.markdown',
|
|
5132
5241
|
],
|
|
5133
|
-
lastUpdate: '2025-
|
|
5242
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
5134
5243
|
license: 'MIT',
|
|
5135
5244
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5136
5245
|
name: 'markdown-vue',
|
|
5137
5246
|
scopeName: 'markdown.vue.codeblock',
|
|
5138
|
-
sha: '
|
|
5139
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5140
|
-
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',
|
|
5141
5250
|
},
|
|
5142
5251
|
{
|
|
5143
|
-
byteSize:
|
|
5252
|
+
byteSize: 369,
|
|
5144
5253
|
embeddedIn: [
|
|
5145
5254
|
'vue',
|
|
5146
5255
|
],
|
|
@@ -5151,24 +5260,24 @@ export const injections = [
|
|
|
5151
5260
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5152
5261
|
},
|
|
5153
5262
|
],
|
|
5154
|
-
hash: '
|
|
5263
|
+
hash: 'VnssseX6WBS_c6KwspPJjYVIe-Rf0-zSjgyKRJHrtHQ',
|
|
5155
5264
|
injectTo: [
|
|
5156
5265
|
'source.vue',
|
|
5157
5266
|
'text.html.markdown',
|
|
5158
5267
|
'text.html.derivative',
|
|
5159
5268
|
'text.pug',
|
|
5160
5269
|
],
|
|
5161
|
-
lastUpdate: '
|
|
5270
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
5162
5271
|
license: 'MIT',
|
|
5163
5272
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5164
5273
|
name: 'vue-directives',
|
|
5165
5274
|
scopeName: 'vue.directives',
|
|
5166
|
-
sha: '
|
|
5167
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5168
|
-
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',
|
|
5169
5278
|
},
|
|
5170
5279
|
{
|
|
5171
|
-
byteSize:
|
|
5280
|
+
byteSize: 352,
|
|
5172
5281
|
embeddedIn: [
|
|
5173
5282
|
'vue',
|
|
5174
5283
|
],
|
|
@@ -5179,21 +5288,21 @@ export const injections = [
|
|
|
5179
5288
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5180
5289
|
},
|
|
5181
5290
|
],
|
|
5182
|
-
hash: '
|
|
5291
|
+
hash: 'XsSfavXs-YoownEsjI14c-uLT5CkyJSt8fn1zTboCEM',
|
|
5183
5292
|
injectTo: [
|
|
5184
5293
|
'source.vue',
|
|
5185
5294
|
'text.html.markdown',
|
|
5186
5295
|
'text.html.derivative',
|
|
5187
5296
|
'text.pug',
|
|
5188
5297
|
],
|
|
5189
|
-
lastUpdate: '2025-
|
|
5298
|
+
lastUpdate: '2025-12-12T14:04:46Z',
|
|
5190
5299
|
license: 'MIT',
|
|
5191
5300
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5192
5301
|
name: 'vue-interpolations',
|
|
5193
5302
|
scopeName: 'vue.interpolations',
|
|
5194
|
-
sha: '
|
|
5195
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5196
|
-
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',
|
|
5197
5306
|
},
|
|
5198
5307
|
{
|
|
5199
5308
|
byteSize: 792,
|