tm-grammars 1.23.26 → 1.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +30 -3
- package/README.md +21 -20
- package/grammars/erlang.json +2 -3
- package/grammars/gdscript.json +4 -4
- package/grammars/go.json +188 -72
- package/grammars/haxe.json +4 -4
- package/grammars/julia.json +1 -1
- package/grammars/lean.json +0 -3
- package/grammars/markdown.json +1 -1
- package/grammars/marko.json +788 -333
- package/grammars/mermaid.json +23 -9
- package/grammars/purescript.json +71 -18
- package/grammars/r.json +3 -0
- package/grammars/sql.json +2 -2
- package/grammars/swift.json +46 -6
- package/grammars/tex.json +2 -2
- package/grammars/vue-vine.json +6413 -0
- package/grammars/vue.json +1 -1
- package/grammars/zig.json +2 -2
- package/index.d.ts +10 -10
- package/index.js +143 -113
- package/package.json +1 -1
package/grammars/vue.json
CHANGED
|
@@ -1027,7 +1027,7 @@
|
|
|
1027
1027
|
]
|
|
1028
1028
|
},
|
|
1029
1029
|
"vue-directives-control": {
|
|
1030
|
-
"begin": "(?:(v-for)|(v-(?:if|else-if|else)))(
|
|
1030
|
+
"begin": "(?:(v-for)|(v-(?:if|else-if|else)))(?=[)/=>\\s])",
|
|
1031
1031
|
"beginCaptures": {
|
|
1032
1032
|
"1": {
|
|
1033
1033
|
"name": "keyword.control.loop.vue"
|
package/grammars/zig.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"name": "keyword.control.flow.zig"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
"match": "\\b(
|
|
94
|
+
"match": "\\b(resume|suspend|nosuspend)\\b",
|
|
95
95
|
"name": "keyword.control.async.zig"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"name": "keyword.constant.bool.zig"
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
|
-
"match": "\\b(
|
|
114
|
+
"match": "\\b(test|and|or)\\b",
|
|
115
115
|
"name": "keyword.default.zig"
|
|
116
116
|
},
|
|
117
117
|
{
|
package/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export type GrammarCategory
|
|
2
|
-
| 'web'
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
export type GrammarCategory
|
|
2
|
+
= | 'web'
|
|
3
|
+
| 'markup'
|
|
4
|
+
| 'general'
|
|
5
|
+
| 'scripting'
|
|
6
|
+
| 'data'
|
|
7
|
+
| 'dsl'
|
|
8
|
+
| 'utility'
|
|
9
|
+
| 'config'
|
|
10
|
+
| 'lisp'
|
|
11
11
|
|
|
12
12
|
export interface FundingLink {
|
|
13
13
|
name: string
|
package/index.js
CHANGED
|
@@ -241,15 +241,15 @@ export const grammars = [
|
|
|
241
241
|
],
|
|
242
242
|
funding: [
|
|
243
243
|
],
|
|
244
|
-
hash: '
|
|
245
|
-
lastUpdate: '2025-
|
|
244
|
+
hash: 'VkDXNQyP_tCrb7lDku7pIBEgAouJMexo3fRsoKKmygw',
|
|
245
|
+
lastUpdate: '2025-07-14T18:55:18Z',
|
|
246
246
|
license: 'NOASSERTION',
|
|
247
247
|
licenseUrl: 'https://raw.githubusercontent.com/asciidoctor/asciidoctor-vscode/master/LICENSE',
|
|
248
248
|
name: 'asciidoc',
|
|
249
249
|
scopeName: 'text.asciidoc',
|
|
250
|
-
sha: '
|
|
251
|
-
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/
|
|
252
|
-
sourceApi: 'https://api.github.com/repos/asciidoctor/asciidoctor-vscode/contents/syntaxes/Asciidoctor.json?ref=
|
|
250
|
+
sha: '1a6fcfa53e199360926491f91a54bdf6542622ac',
|
|
251
|
+
source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/1a6fcfa53e199360926491f91a54bdf6542622ac/syntaxes/Asciidoctor.json',
|
|
252
|
+
sourceApi: 'https://api.github.com/repos/asciidoctor/asciidoctor-vscode/contents/syntaxes/Asciidoctor.json?ref=1a6fcfa53e199360926491f91a54bdf6542622ac',
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
byteSize: 39351,
|
|
@@ -1113,19 +1113,22 @@ export const grammars = [
|
|
|
1113
1113
|
aliases: [
|
|
1114
1114
|
'erl',
|
|
1115
1115
|
],
|
|
1116
|
-
byteSize:
|
|
1116
|
+
byteSize: 36492,
|
|
1117
1117
|
displayName: 'Erlang',
|
|
1118
|
+
embedded: [
|
|
1119
|
+
'markdown',
|
|
1120
|
+
],
|
|
1118
1121
|
funding: [
|
|
1119
1122
|
],
|
|
1120
|
-
hash: '
|
|
1121
|
-
lastUpdate: '2025-
|
|
1123
|
+
hash: 'ltGYkJtWlthHPduAqAwfnXD6oq3NdY40VhdjEBA2INc',
|
|
1124
|
+
lastUpdate: '2025-05-23T11:08:08Z',
|
|
1122
1125
|
license: 'Apache-2.0',
|
|
1123
1126
|
licenseUrl: 'https://raw.githubusercontent.com/erlang-ls/grammar/main/LICENSE',
|
|
1124
1127
|
name: 'erlang',
|
|
1125
1128
|
scopeName: 'source.erlang',
|
|
1126
|
-
sha: '
|
|
1127
|
-
source: 'https://github.com/erlang-ls/grammar/blob/
|
|
1128
|
-
sourceApi: 'https://api.github.com/repos/erlang-ls/grammar/contents/Erlang.plist?ref=
|
|
1129
|
+
sha: 'fe898becd3004bcb4947ab50d6b6b830fbfb9228',
|
|
1130
|
+
source: 'https://github.com/erlang-ls/grammar/blob/fe898becd3004bcb4947ab50d6b6b830fbfb9228/Erlang.plist',
|
|
1131
|
+
sourceApi: 'https://api.github.com/repos/erlang-ls/grammar/contents/Erlang.plist?ref=fe898becd3004bcb4947ab50d6b6b830fbfb9228',
|
|
1129
1132
|
},
|
|
1130
1133
|
{
|
|
1131
1134
|
byteSize: 4634,
|
|
@@ -1275,7 +1278,7 @@ export const grammars = [
|
|
|
1275
1278
|
sourceApi: 'https://api.github.com/repos/godotengine/godot-vscode-plugin/contents/syntaxes/GDResource.tmLanguage.json?ref=e7e2d0439dea0fb3a568378554c81e0a17348a84',
|
|
1276
1279
|
},
|
|
1277
1280
|
{
|
|
1278
|
-
byteSize:
|
|
1281
|
+
byteSize: 18399,
|
|
1279
1282
|
displayName: 'GDScript',
|
|
1280
1283
|
funding: [
|
|
1281
1284
|
{
|
|
@@ -1283,15 +1286,15 @@ export const grammars = [
|
|
|
1283
1286
|
url: 'https://fund.godotengine.org/',
|
|
1284
1287
|
},
|
|
1285
1288
|
],
|
|
1286
|
-
hash: '
|
|
1287
|
-
lastUpdate: '2025-
|
|
1289
|
+
hash: 'cwjeE3SEHVu-azaP1WQK3Z7NH_bTyMtQZ-HnzioNOMM',
|
|
1290
|
+
lastUpdate: '2025-06-29T17:29:35Z',
|
|
1288
1291
|
license: 'MIT',
|
|
1289
1292
|
licenseUrl: 'https://raw.githubusercontent.com/godotengine/godot-vscode-plugin/master/LICENSE',
|
|
1290
1293
|
name: 'gdscript',
|
|
1291
1294
|
scopeName: 'source.gdscript',
|
|
1292
|
-
sha: '
|
|
1293
|
-
source: 'https://github.com/godotengine/godot-vscode-plugin/blob/
|
|
1294
|
-
sourceApi: 'https://api.github.com/repos/godotengine/godot-vscode-plugin/contents/syntaxes/GDScript.tmLanguage.json?ref=
|
|
1295
|
+
sha: '45db62bfa312b820548ef7d12be18e8caf4214c1',
|
|
1296
|
+
source: 'https://github.com/godotengine/godot-vscode-plugin/blob/45db62bfa312b820548ef7d12be18e8caf4214c1/syntaxes/GDScript.tmLanguage.json',
|
|
1297
|
+
sourceApi: 'https://api.github.com/repos/godotengine/godot-vscode-plugin/contents/syntaxes/GDScript.tmLanguage.json?ref=45db62bfa312b820548ef7d12be18e8caf4214c1',
|
|
1295
1298
|
},
|
|
1296
1299
|
{
|
|
1297
1300
|
byteSize: 6048,
|
|
@@ -1479,22 +1482,22 @@ export const grammars = [
|
|
|
1479
1482
|
sourceApi: 'https://api.github.com/repos/MarioSchwalbe/vscode-gnuplot/contents/syntaxes/gnuplot.tmLanguage?ref=c62c1a61c9b6b4658b43d76c397dc2ad43523b6a',
|
|
1480
1483
|
},
|
|
1481
1484
|
{
|
|
1482
|
-
byteSize:
|
|
1485
|
+
byteSize: 44475,
|
|
1483
1486
|
categories: [
|
|
1484
1487
|
'general',
|
|
1485
1488
|
],
|
|
1486
1489
|
displayName: 'Go',
|
|
1487
1490
|
funding: [
|
|
1488
1491
|
],
|
|
1489
|
-
hash: '
|
|
1490
|
-
lastUpdate: '2025-
|
|
1492
|
+
hash: 'DV1enQ46qYdOeh9z8JElZHbTsQBraXWEeCnowH-KlJM',
|
|
1493
|
+
lastUpdate: '2025-07-08T10:59:18Z',
|
|
1491
1494
|
license: 'MIT',
|
|
1492
1495
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1493
1496
|
name: 'go',
|
|
1494
1497
|
scopeName: 'source.go',
|
|
1495
|
-
sha: '
|
|
1496
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1497
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/go/syntaxes/go.tmLanguage.json?ref=
|
|
1498
|
+
sha: 'f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
1499
|
+
source: 'https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/go/syntaxes/go.tmLanguage.json',
|
|
1500
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/go/syntaxes/go.tmLanguage.json?ref=f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
1498
1501
|
},
|
|
1499
1502
|
{
|
|
1500
1503
|
aliases: [
|
|
@@ -1644,22 +1647,22 @@ export const grammars = [
|
|
|
1644
1647
|
sourceApi: 'https://api.github.com/repos/octref/language-haskell/contents/syntaxes/haskell.json?ref=ae87982aac2bf5cf6334c067e49c5ec8fc08b871',
|
|
1645
1648
|
},
|
|
1646
1649
|
{
|
|
1647
|
-
byteSize:
|
|
1650
|
+
byteSize: 34333,
|
|
1648
1651
|
categories: [
|
|
1649
1652
|
'general',
|
|
1650
1653
|
],
|
|
1651
1654
|
displayName: 'Haxe',
|
|
1652
1655
|
funding: [
|
|
1653
1656
|
],
|
|
1654
|
-
hash: '
|
|
1655
|
-
lastUpdate: '2025-
|
|
1657
|
+
hash: 'aB-5qQJHo-TykMD4PvdnfJVq9Un2D9eirVguJkjqr4c',
|
|
1658
|
+
lastUpdate: '2025-06-20T19:08:21Z',
|
|
1656
1659
|
license: 'MIT',
|
|
1657
1660
|
licenseUrl: 'https://raw.githubusercontent.com/vshaxe/haxe-TmLanguage/master/LICENSE.md',
|
|
1658
1661
|
name: 'haxe',
|
|
1659
1662
|
scopeName: 'source.hx',
|
|
1660
|
-
sha: '
|
|
1661
|
-
source: 'https://github.com/vshaxe/haxe-TmLanguage/blob/
|
|
1662
|
-
sourceApi: 'https://api.github.com/repos/vshaxe/haxe-TmLanguage/contents/haxe.YAML-tmLanguage?ref=
|
|
1663
|
+
sha: '67b4ee73be516277095b03056f183ffe8a6dd1ac',
|
|
1664
|
+
source: 'https://github.com/vshaxe/haxe-TmLanguage/blob/67b4ee73be516277095b03056f183ffe8a6dd1ac/haxe.YAML-tmLanguage',
|
|
1665
|
+
sourceApi: 'https://api.github.com/repos/vshaxe/haxe-TmLanguage/contents/haxe.YAML-tmLanguage?ref=67b4ee73be516277095b03056f183ffe8a6dd1ac',
|
|
1663
1666
|
},
|
|
1664
1667
|
{
|
|
1665
1668
|
byteSize: 9714,
|
|
@@ -2081,7 +2084,7 @@ export const grammars = [
|
|
|
2081
2084
|
aliases: [
|
|
2082
2085
|
'jl',
|
|
2083
2086
|
],
|
|
2084
|
-
byteSize:
|
|
2087
|
+
byteSize: 28926,
|
|
2085
2088
|
categories: [
|
|
2086
2089
|
'web',
|
|
2087
2090
|
'data',
|
|
@@ -2096,15 +2099,15 @@ export const grammars = [
|
|
|
2096
2099
|
],
|
|
2097
2100
|
funding: [
|
|
2098
2101
|
],
|
|
2099
|
-
hash: '
|
|
2100
|
-
lastUpdate: '2025-
|
|
2102
|
+
hash: '6jSdmL6c5ZYTLF-xyRSCFEXfSlWR4AHcqlk1g_8DvJM',
|
|
2103
|
+
lastUpdate: '2025-07-08T10:59:18Z',
|
|
2101
2104
|
license: 'MIT',
|
|
2102
2105
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
2103
2106
|
name: 'julia',
|
|
2104
2107
|
scopeName: 'source.julia',
|
|
2105
|
-
sha: '
|
|
2106
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
2107
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/julia/syntaxes/julia.tmLanguage.json?ref=
|
|
2108
|
+
sha: 'f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
2109
|
+
source: 'https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/julia/syntaxes/julia.tmLanguage.json',
|
|
2110
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/julia/syntaxes/julia.tmLanguage.json?ref=f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
2108
2111
|
},
|
|
2109
2112
|
{
|
|
2110
2113
|
aliases: [
|
|
@@ -2185,22 +2188,22 @@ export const grammars = [
|
|
|
2185
2188
|
aliases: [
|
|
2186
2189
|
'lean4',
|
|
2187
2190
|
],
|
|
2188
|
-
byteSize:
|
|
2191
|
+
byteSize: 3812,
|
|
2189
2192
|
categories: [
|
|
2190
2193
|
'general',
|
|
2191
2194
|
],
|
|
2192
2195
|
displayName: 'Lean 4',
|
|
2193
2196
|
funding: [
|
|
2194
2197
|
],
|
|
2195
|
-
hash: '
|
|
2196
|
-
lastUpdate: '
|
|
2198
|
+
hash: 'SnWD9GhPJlnzbk6TOGpTaOOff3GusHGksvA8Ix6BKhg',
|
|
2199
|
+
lastUpdate: '2025-06-09T10:00:33Z',
|
|
2197
2200
|
license: 'Apache-2.0',
|
|
2198
2201
|
licenseUrl: 'https://raw.githubusercontent.com/leanprover/vscode-lean4/master/LICENSE',
|
|
2199
2202
|
name: 'lean',
|
|
2200
2203
|
scopeName: 'source.lean4',
|
|
2201
|
-
sha: '
|
|
2202
|
-
source: 'https://github.com/leanprover/vscode-lean4/blob/
|
|
2203
|
-
sourceApi: 'https://api.github.com/repos/leanprover/vscode-lean4/contents/vscode-lean4/syntaxes/lean4.json?ref=
|
|
2204
|
+
sha: 'b8fc2226dc1b76c29ddb63829a4d6adadadec9cd',
|
|
2205
|
+
source: 'https://github.com/leanprover/vscode-lean4/blob/b8fc2226dc1b76c29ddb63829a4d6adadadec9cd/vscode-lean4/syntaxes/lean4.json',
|
|
2206
|
+
sourceApi: 'https://api.github.com/repos/leanprover/vscode-lean4/contents/vscode-lean4/syntaxes/lean4.json?ref=b8fc2226dc1b76c29ddb63829a4d6adadadec9cd',
|
|
2204
2207
|
},
|
|
2205
2208
|
{
|
|
2206
2209
|
byteSize: 94797,
|
|
@@ -2351,7 +2354,7 @@ export const grammars = [
|
|
|
2351
2354
|
aliases: [
|
|
2352
2355
|
'md',
|
|
2353
2356
|
],
|
|
2354
|
-
byteSize:
|
|
2357
|
+
byteSize: 53124,
|
|
2355
2358
|
categories: [
|
|
2356
2359
|
'web',
|
|
2357
2360
|
'markup',
|
|
@@ -2415,18 +2418,18 @@ export const grammars = [
|
|
|
2415
2418
|
],
|
|
2416
2419
|
funding: [
|
|
2417
2420
|
],
|
|
2418
|
-
hash: '
|
|
2419
|
-
lastUpdate: '
|
|
2421
|
+
hash: 'FEnBJVaZlGJ5JD3tCqxozrKhaDW23SDAJSLjabUC1IU',
|
|
2422
|
+
lastUpdate: '2025-07-08T10:59:18Z',
|
|
2420
2423
|
license: 'MIT',
|
|
2421
2424
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
2422
2425
|
name: 'markdown',
|
|
2423
2426
|
scopeName: 'text.html.markdown',
|
|
2424
|
-
sha: '
|
|
2425
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
2426
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json?ref=
|
|
2427
|
+
sha: 'f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
2428
|
+
source: 'https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json',
|
|
2429
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json?ref=f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
2427
2430
|
},
|
|
2428
2431
|
{
|
|
2429
|
-
byteSize:
|
|
2432
|
+
byteSize: 24425,
|
|
2430
2433
|
categories: [
|
|
2431
2434
|
'web',
|
|
2432
2435
|
'markup',
|
|
@@ -2436,19 +2439,19 @@ export const grammars = [
|
|
|
2436
2439
|
'css',
|
|
2437
2440
|
'less',
|
|
2438
2441
|
'scss',
|
|
2439
|
-
'
|
|
2442
|
+
'typescript',
|
|
2440
2443
|
],
|
|
2441
2444
|
funding: [
|
|
2442
2445
|
],
|
|
2443
|
-
hash: '
|
|
2444
|
-
lastUpdate: '
|
|
2446
|
+
hash: '4Uz8VX1_qfTabbliZRzAh_Hp2U8k-xbqXAzsk5TcvTM',
|
|
2447
|
+
lastUpdate: '2025-07-11T16:40:23Z',
|
|
2445
2448
|
license: 'MIT',
|
|
2446
|
-
licenseUrl: 'https://raw.githubusercontent.com/marko-js/
|
|
2449
|
+
licenseUrl: 'https://raw.githubusercontent.com/marko-js/language-server/main/LICENSE',
|
|
2447
2450
|
name: 'marko',
|
|
2448
2451
|
scopeName: 'text.marko',
|
|
2449
|
-
sha: '
|
|
2450
|
-
source: 'https://github.com/marko-js/
|
|
2451
|
-
sourceApi: 'https://api.github.com/repos/marko-js/
|
|
2452
|
+
sha: 'ab7e60facddd1fc598e6f0dea3888ed0693605f6',
|
|
2453
|
+
source: 'https://github.com/marko-js/language-server/blob/ab7e60facddd1fc598e6f0dea3888ed0693605f6/packages/vscode/syntaxes/marko.tmLanguage.json',
|
|
2454
|
+
sourceApi: 'https://api.github.com/repos/marko-js/language-server/contents/packages/vscode/syntaxes/marko.tmLanguage.json?ref=ab7e60facddd1fc598e6f0dea3888ed0693605f6',
|
|
2452
2455
|
},
|
|
2453
2456
|
{
|
|
2454
2457
|
byteSize: 15279,
|
|
@@ -2554,7 +2557,7 @@ export const grammars = [
|
|
|
2554
2557
|
aliases: [
|
|
2555
2558
|
'mmd',
|
|
2556
2559
|
],
|
|
2557
|
-
byteSize:
|
|
2560
|
+
byteSize: 26853,
|
|
2558
2561
|
displayName: 'Mermaid',
|
|
2559
2562
|
funding: [
|
|
2560
2563
|
],
|
|
@@ -3086,19 +3089,19 @@ export const grammars = [
|
|
|
3086
3089
|
sourceApi: 'https://api.github.com/repos/octref/puppet-vscode/contents/syntaxes/puppet.tmLanguage?ref=42e02ef6c02aefb0dcf03f8367fdc106d7213a6c',
|
|
3087
3090
|
},
|
|
3088
3091
|
{
|
|
3089
|
-
byteSize:
|
|
3092
|
+
byteSize: 22745,
|
|
3090
3093
|
displayName: 'PureScript',
|
|
3091
3094
|
funding: [
|
|
3092
3095
|
],
|
|
3093
|
-
hash: '
|
|
3094
|
-
lastUpdate: '2025-
|
|
3096
|
+
hash: 'tBryqPq1UdNNW-Yj3lY_I0Tvd5nAFWsPk_mZC6utxKw',
|
|
3097
|
+
lastUpdate: '2025-07-20T22:00:32Z',
|
|
3095
3098
|
license: 'NOASSERTION',
|
|
3096
3099
|
licenseUrl: 'https://raw.githubusercontent.com/nwolverson/vscode-language-purescript/master/LICENSE.md',
|
|
3097
3100
|
name: 'purescript',
|
|
3098
3101
|
scopeName: 'source.purescript',
|
|
3099
|
-
sha: '
|
|
3100
|
-
source: 'https://github.com/nwolverson/vscode-language-purescript/blob/
|
|
3101
|
-
sourceApi: 'https://api.github.com/repos/nwolverson/vscode-language-purescript/contents/syntaxes/purescript.json?ref=
|
|
3102
|
+
sha: 'b7641936190d6d8eb346660284dab3a5d1cc636f',
|
|
3103
|
+
source: 'https://github.com/nwolverson/vscode-language-purescript/blob/b7641936190d6d8eb346660284dab3a5d1cc636f/syntaxes/purescript.json',
|
|
3104
|
+
sourceApi: 'https://api.github.com/repos/nwolverson/vscode-language-purescript/contents/syntaxes/purescript.json?ref=b7641936190d6d8eb346660284dab3a5d1cc636f',
|
|
3102
3105
|
},
|
|
3103
3106
|
{
|
|
3104
3107
|
aliases: [
|
|
@@ -3179,22 +3182,22 @@ export const grammars = [
|
|
|
3179
3182
|
sourceApi: 'https://api.github.com/repos/seanwu1105/vscode-qt-for-python/contents/syntaxes/qss.tmLanguage.json?ref=f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d',
|
|
3180
3183
|
},
|
|
3181
3184
|
{
|
|
3182
|
-
byteSize:
|
|
3185
|
+
byteSize: 51992,
|
|
3183
3186
|
categories: [
|
|
3184
3187
|
'data',
|
|
3185
3188
|
],
|
|
3186
3189
|
displayName: 'R',
|
|
3187
3190
|
funding: [
|
|
3188
3191
|
],
|
|
3189
|
-
hash: '
|
|
3190
|
-
lastUpdate: '2025-
|
|
3192
|
+
hash: 'NqA16jOnd7PqJko07yW0ZpQXM5-KvFatmnXt0o1uAqE',
|
|
3193
|
+
lastUpdate: '2025-07-08T10:59:18Z',
|
|
3191
3194
|
license: 'MIT',
|
|
3192
3195
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
3193
3196
|
name: 'r',
|
|
3194
3197
|
scopeName: 'source.r',
|
|
3195
|
-
sha: '
|
|
3196
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
3197
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/r/syntaxes/r.tmLanguage.json?ref=
|
|
3198
|
+
sha: 'f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
3199
|
+
source: 'https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/r/syntaxes/r.tmLanguage.json',
|
|
3200
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/r/syntaxes/r.tmLanguage.json?ref=f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
3198
3201
|
},
|
|
3199
3202
|
{
|
|
3200
3203
|
byteSize: 89526,
|
|
@@ -3677,22 +3680,22 @@ export const grammars = [
|
|
|
3677
3680
|
sourceApi: 'https://api.github.com/repos/arcsector/vscode-splunk-search-syntax/contents/syntaxes/splunk_search.tmLanguage?ref=b1f68ff035950e6a98e0db4af1a338cb1c3c1858',
|
|
3678
3681
|
},
|
|
3679
3682
|
{
|
|
3680
|
-
byteSize:
|
|
3683
|
+
byteSize: 22867,
|
|
3681
3684
|
categories: [
|
|
3682
3685
|
'dsl',
|
|
3683
3686
|
],
|
|
3684
3687
|
displayName: 'SQL',
|
|
3685
3688
|
funding: [
|
|
3686
3689
|
],
|
|
3687
|
-
hash: '
|
|
3688
|
-
lastUpdate: '2025-
|
|
3690
|
+
hash: 'jYnmFfpN9OHPxjR9VqQAF50rNoyMnmGfZAl5z17Y7qs',
|
|
3691
|
+
lastUpdate: '2025-07-08T10:59:18Z',
|
|
3689
3692
|
license: 'MIT',
|
|
3690
3693
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
3691
3694
|
name: 'sql',
|
|
3692
3695
|
scopeName: 'source.sql',
|
|
3693
|
-
sha: '
|
|
3694
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
3695
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/sql/syntaxes/sql.tmLanguage.json?ref=
|
|
3696
|
+
sha: 'f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
3697
|
+
source: 'https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/sql/syntaxes/sql.tmLanguage.json',
|
|
3698
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/sql/syntaxes/sql.tmLanguage.json?ref=f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
3696
3699
|
},
|
|
3697
3700
|
{
|
|
3698
3701
|
byteSize: 3509,
|
|
@@ -3788,7 +3791,7 @@ export const grammars = [
|
|
|
3788
3791
|
sourceApi: 'https://api.github.com/repos/sveltejs/language-tools/contents/packages/svelte-vscode/syntaxes/svelte.tmLanguage.src.yaml?ref=d12a9ae276c9f4c6a62964bbdca074424cbab123',
|
|
3789
3792
|
},
|
|
3790
3793
|
{
|
|
3791
|
-
byteSize:
|
|
3794
|
+
byteSize: 83501,
|
|
3792
3795
|
categories: [
|
|
3793
3796
|
'general',
|
|
3794
3797
|
],
|
|
@@ -3805,15 +3808,15 @@ export const grammars = [
|
|
|
3805
3808
|
url: 'https://ko-fi.com/jtbandes',
|
|
3806
3809
|
},
|
|
3807
3810
|
],
|
|
3808
|
-
hash: '
|
|
3809
|
-
lastUpdate: '2025-
|
|
3811
|
+
hash: 'W_dR_NsxzH7zpN5nQdr3wqZ4IZqttFnj5fMJpWubpQg',
|
|
3812
|
+
lastUpdate: '2025-07-27T19:48:35Z',
|
|
3810
3813
|
license: 'MIT',
|
|
3811
3814
|
licenseUrl: 'https://raw.githubusercontent.com/jtbandes/swift-tmlanguage/main/LICENSE.md',
|
|
3812
3815
|
name: 'swift',
|
|
3813
3816
|
scopeName: 'source.swift',
|
|
3814
|
-
sha: '
|
|
3815
|
-
source: 'https://github.com/jtbandes/swift-tmlanguage/blob/
|
|
3816
|
-
sourceApi: 'https://api.github.com/repos/jtbandes/swift-tmlanguage/contents/Swift.tmLanguage.yaml?ref=
|
|
3817
|
+
sha: '0897d8939a82ddcf6533e9f318e5942b1265416b',
|
|
3818
|
+
source: 'https://github.com/jtbandes/swift-tmlanguage/blob/0897d8939a82ddcf6533e9f318e5942b1265416b/Swift.tmLanguage.yaml',
|
|
3819
|
+
sourceApi: 'https://api.github.com/repos/jtbandes/swift-tmlanguage/contents/Swift.tmLanguage.yaml?ref=0897d8939a82ddcf6533e9f318e5942b1265416b',
|
|
3817
3820
|
},
|
|
3818
3821
|
{
|
|
3819
3822
|
byteSize: 24776,
|
|
@@ -3943,7 +3946,7 @@ export const grammars = [
|
|
|
3943
3946
|
sourceApi: 'https://api.github.com/repos/hashicorp/syntax/contents/syntaxes/terraform.tmGrammar.json?ref=cc2b4d4fe389f14b8a13937f4e0d7b2811b57588',
|
|
3944
3947
|
},
|
|
3945
3948
|
{
|
|
3946
|
-
byteSize:
|
|
3949
|
+
byteSize: 9207,
|
|
3947
3950
|
categories: [
|
|
3948
3951
|
'markup',
|
|
3949
3952
|
],
|
|
@@ -3953,15 +3956,15 @@ export const grammars = [
|
|
|
3953
3956
|
],
|
|
3954
3957
|
funding: [
|
|
3955
3958
|
],
|
|
3956
|
-
hash: '
|
|
3957
|
-
lastUpdate: '2025-
|
|
3959
|
+
hash: 'tWgGhkkaucczpz1PGBzsxX5y8hKhohRETirKICYFphY',
|
|
3960
|
+
lastUpdate: '2025-07-08T10:59:18Z',
|
|
3958
3961
|
license: 'MIT',
|
|
3959
3962
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
3960
3963
|
name: 'tex',
|
|
3961
3964
|
scopeName: 'text.tex',
|
|
3962
|
-
sha: '
|
|
3963
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
3964
|
-
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/latex/syntaxes/TeX.tmLanguage.json?ref=
|
|
3965
|
+
sha: 'f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
3966
|
+
source: 'https://github.com/microsoft/vscode/blob/f8bb386a48f799f890d00f217a90f615c9b3866c/extensions/latex/syntaxes/TeX.tmLanguage.json',
|
|
3967
|
+
sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/latex/syntaxes/TeX.tmLanguage.json?ref=f8bb386a48f799f890d00f217a90f615c9b3866c',
|
|
3965
3968
|
},
|
|
3966
3969
|
{
|
|
3967
3970
|
byteSize: 6126,
|
|
@@ -4241,7 +4244,7 @@ export const grammars = [
|
|
|
4241
4244
|
sourceApi: 'https://api.github.com/repos/dunstontc/viml/contents/syntaxes/viml.tmLanguage.json?ref=8762570fc7d6f1009a3c93efd2a337330d88b88e',
|
|
4242
4245
|
},
|
|
4243
4246
|
{
|
|
4244
|
-
byteSize:
|
|
4247
|
+
byteSize: 17510,
|
|
4245
4248
|
categories: [
|
|
4246
4249
|
'web',
|
|
4247
4250
|
],
|
|
@@ -4279,15 +4282,15 @@ export const grammars = [
|
|
|
4279
4282
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
4280
4283
|
},
|
|
4281
4284
|
],
|
|
4282
|
-
hash: '
|
|
4283
|
-
lastUpdate: '2025-
|
|
4285
|
+
hash: '2Z-TPX-JA4l4HuOObiDBSDUXP0NvwFUL37uIZVC8yGA',
|
|
4286
|
+
lastUpdate: '2025-07-03T05:07:17Z',
|
|
4284
4287
|
license: 'MIT',
|
|
4285
4288
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
4286
4289
|
name: 'vue',
|
|
4287
4290
|
scopeName: 'source.vue',
|
|
4288
|
-
sha: '
|
|
4289
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
4290
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue.tmLanguage.json?ref=
|
|
4291
|
+
sha: '68d98dc57f8486c2946ae28dc86bf8e91d45da4d',
|
|
4292
|
+
source: 'https://github.com/vuejs/language-tools/blob/68d98dc57f8486c2946ae28dc86bf8e91d45da4d/extensions/vscode/syntaxes/vue.tmLanguage.json',
|
|
4293
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue.tmLanguage.json?ref=68d98dc57f8486c2946ae28dc86bf8e91d45da4d',
|
|
4291
4294
|
},
|
|
4292
4295
|
{
|
|
4293
4296
|
byteSize: 8233,
|
|
@@ -4321,6 +4324,33 @@ export const grammars = [
|
|
|
4321
4324
|
source: 'https://github.com/vuejs/vetur/blob/53ee52746b1f26f44391c3764bc7bd06d4ddaa46/syntaxes/vue-html.tmLanguage.json',
|
|
4322
4325
|
sourceApi: 'https://api.github.com/repos/vuejs/vetur/contents/syntaxes/vue-html.tmLanguage.json?ref=53ee52746b1f26f44391c3764bc7bd06d4ddaa46',
|
|
4323
4326
|
},
|
|
4327
|
+
{
|
|
4328
|
+
byteSize: 173528,
|
|
4329
|
+
categories: [
|
|
4330
|
+
'web',
|
|
4331
|
+
],
|
|
4332
|
+
displayName: 'Vue Vine',
|
|
4333
|
+
embedded: [
|
|
4334
|
+
'css',
|
|
4335
|
+
'scss',
|
|
4336
|
+
'less',
|
|
4337
|
+
'stylus',
|
|
4338
|
+
'postcss',
|
|
4339
|
+
'vue',
|
|
4340
|
+
'javascript',
|
|
4341
|
+
],
|
|
4342
|
+
funding: [
|
|
4343
|
+
],
|
|
4344
|
+
hash: 'U1HP16zN4l73ecsb2V0lU8nzBGeUa3XejHxnSYvJrrg',
|
|
4345
|
+
lastUpdate: '2025-06-04T11:52:37Z',
|
|
4346
|
+
license: 'MIT',
|
|
4347
|
+
licenseUrl: 'https://raw.githubusercontent.com/vue-vine/assets/main/LICENSE',
|
|
4348
|
+
name: 'vue-vine',
|
|
4349
|
+
scopeName: 'source.vue-vine',
|
|
4350
|
+
sha: '2921493f703bfcf64aed5644f275e7e65f2e0a48',
|
|
4351
|
+
source: 'https://github.com/vue-vine/assets/blob/2921493f703bfcf64aed5644f275e7e65f2e0a48/grammars/vue-vine.tmLanguage.json',
|
|
4352
|
+
sourceApi: 'https://api.github.com/repos/vue-vine/assets/contents/grammars/vue-vine.tmLanguage.json?ref=2921493f703bfcf64aed5644f275e7e65f2e0a48',
|
|
4353
|
+
},
|
|
4324
4354
|
{
|
|
4325
4355
|
aliases: [
|
|
4326
4356
|
'vy',
|
|
@@ -4593,22 +4623,22 @@ export const grammars = [
|
|
|
4593
4623
|
sourceApi: 'https://api.github.com/repos/CraftTweaker/ZenScript-tmLanguage/contents/zenscript.tmLanguage.json?ref=5a7bcb775a6fb37470e56f904e70d8b8b9e6b047',
|
|
4594
4624
|
},
|
|
4595
4625
|
{
|
|
4596
|
-
byteSize:
|
|
4626
|
+
byteSize: 5053,
|
|
4597
4627
|
categories: [
|
|
4598
4628
|
'general',
|
|
4599
4629
|
],
|
|
4600
4630
|
displayName: 'Zig',
|
|
4601
4631
|
funding: [
|
|
4602
4632
|
],
|
|
4603
|
-
hash: '
|
|
4604
|
-
lastUpdate: '
|
|
4633
|
+
hash: 'aisnyg_jQlaNk-4VsmHWabgAcnIi1kTmRcOoPN-rHiU',
|
|
4634
|
+
lastUpdate: '2025-07-08T20:23:36Z',
|
|
4605
4635
|
license: 'MIT',
|
|
4606
4636
|
licenseUrl: 'https://raw.githubusercontent.com/ziglang/vscode-zig/master/LICENSE',
|
|
4607
4637
|
name: 'zig',
|
|
4608
4638
|
scopeName: 'source.zig',
|
|
4609
|
-
sha: '
|
|
4610
|
-
source: 'https://github.com/ziglang/vscode-zig/blob/
|
|
4611
|
-
sourceApi: 'https://api.github.com/repos/ziglang/vscode-zig/contents/syntaxes/zig.tmLanguage.json?ref=
|
|
4639
|
+
sha: '9c7bb7631f3af99331475b633aaf5b70345c6713',
|
|
4640
|
+
source: 'https://github.com/ziglang/vscode-zig/blob/9c7bb7631f3af99331475b633aaf5b70345c6713/syntaxes/zig.tmLanguage.json',
|
|
4641
|
+
sourceApi: 'https://api.github.com/repos/ziglang/vscode-zig/contents/syntaxes/zig.tmLanguage.json?ref=9c7bb7631f3af99331475b633aaf5b70345c6713',
|
|
4612
4642
|
},
|
|
4613
4643
|
]
|
|
4614
4644
|
|
|
@@ -4970,18 +5000,18 @@ export const injections = [
|
|
|
4970
5000
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
4971
5001
|
},
|
|
4972
5002
|
],
|
|
4973
|
-
hash: '
|
|
5003
|
+
hash: 'lDEfjiOc6tXqb5Zu8J90l9YyoXeLgOQXSpxRfylvSuQ',
|
|
4974
5004
|
injectTo: [
|
|
4975
5005
|
'text.html.markdown',
|
|
4976
5006
|
],
|
|
4977
|
-
lastUpdate: '
|
|
5007
|
+
lastUpdate: '2025-06-22T17:23:59Z',
|
|
4978
5008
|
license: 'MIT',
|
|
4979
5009
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
4980
5010
|
name: 'markdown-vue',
|
|
4981
5011
|
scopeName: 'markdown.vue.codeblock',
|
|
4982
|
-
sha: '
|
|
4983
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
4984
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/markdown-vue.json?ref=
|
|
5012
|
+
sha: 'e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a',
|
|
5013
|
+
source: 'https://github.com/vuejs/language-tools/blob/e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a/extensions/vscode/syntaxes/markdown-vue.json',
|
|
5014
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/markdown-vue.json?ref=e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a',
|
|
4985
5015
|
},
|
|
4986
5016
|
{
|
|
4987
5017
|
byteSize: 366,
|
|
@@ -5023,21 +5053,21 @@ export const injections = [
|
|
|
5023
5053
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5024
5054
|
},
|
|
5025
5055
|
],
|
|
5026
|
-
hash: '
|
|
5056
|
+
hash: 'AOxSxWP_quajnQ8O6u0WX2tELvd4iUXKbNN5bUn9iI8',
|
|
5027
5057
|
injectTo: [
|
|
5028
5058
|
'source.vue',
|
|
5029
5059
|
'text.html.markdown',
|
|
5030
5060
|
'text.html.derivative',
|
|
5031
5061
|
'text.pug',
|
|
5032
5062
|
],
|
|
5033
|
-
lastUpdate: '
|
|
5063
|
+
lastUpdate: '2025-06-22T17:23:59Z',
|
|
5034
5064
|
license: 'MIT',
|
|
5035
5065
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5036
5066
|
name: 'vue-interpolations',
|
|
5037
5067
|
scopeName: 'vue.interpolations',
|
|
5038
|
-
sha: '
|
|
5039
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5040
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-interpolations.json?ref=
|
|
5068
|
+
sha: 'e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a',
|
|
5069
|
+
source: 'https://github.com/vuejs/language-tools/blob/e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a/extensions/vscode/syntaxes/vue-interpolations.json',
|
|
5070
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-interpolations.json?ref=e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a',
|
|
5041
5071
|
},
|
|
5042
5072
|
{
|
|
5043
5073
|
byteSize: 792,
|
|
@@ -5054,17 +5084,17 @@ export const injections = [
|
|
|
5054
5084
|
url: 'https://github.com/sponsors/johnsoncodehk',
|
|
5055
5085
|
},
|
|
5056
5086
|
],
|
|
5057
|
-
hash: '
|
|
5087
|
+
hash: 'Stm0I6vg_732YIjt5Hi6aMZ9htIm_TqjsAv8fdxr67w',
|
|
5058
5088
|
injectTo: [
|
|
5059
5089
|
'source.vue',
|
|
5060
5090
|
],
|
|
5061
|
-
lastUpdate: '
|
|
5091
|
+
lastUpdate: '2025-06-22T17:23:59Z',
|
|
5062
5092
|
license: 'MIT',
|
|
5063
5093
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
5064
5094
|
name: 'vue-sfc-style-variable-injection',
|
|
5065
5095
|
scopeName: 'vue.sfc.style.variable.injection',
|
|
5066
|
-
sha: '
|
|
5067
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
5068
|
-
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json?ref=
|
|
5096
|
+
sha: 'e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a',
|
|
5097
|
+
source: 'https://github.com/vuejs/language-tools/blob/e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json',
|
|
5098
|
+
sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json?ref=e85556a2e4bf0d6c981bdbd95c8a0b1e85e7ae8a',
|
|
5069
5099
|
},
|
|
5070
5100
|
]
|