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/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(await|resume|suspend|async|nosuspend)\\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(usingnamespace|test|and|or)\\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
- | 'markup'
4
- | 'general'
5
- | 'scripting'
6
- | 'data'
7
- | 'dsl'
8
- | 'utility'
9
- | 'config'
10
- | 'lisp'
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: 'yC0uteSxftlz0SkmV1QWc4O8YEYKK_z9Jkm7uKKcM4A',
245
- lastUpdate: '2025-04-06T16:02:02Z',
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: 'd9b169e4c367a605eba9039b40440330b11aa775',
251
- source: 'https://github.com/asciidoctor/asciidoctor-vscode/blob/d9b169e4c367a605eba9039b40440330b11aa775/syntaxes/Asciidoctor.json',
252
- sourceApi: 'https://api.github.com/repos/asciidoctor/asciidoctor-vscode/contents/syntaxes/Asciidoctor.json?ref=d9b169e4c367a605eba9039b40440330b11aa775',
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: 36508,
1116
+ byteSize: 36492,
1117
1117
  displayName: 'Erlang',
1118
+ embedded: [
1119
+ 'markdown',
1120
+ ],
1118
1121
  funding: [
1119
1122
  ],
1120
- hash: 'oHouv8LT1FlEh39LYc_RlJPvnLFp8rw0EZh-LmZqAZo',
1121
- lastUpdate: '2025-04-23T12:34:14Z',
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: '6115175e7e574f69637eaee3db7731915c6f03aa',
1127
- source: 'https://github.com/erlang-ls/grammar/blob/6115175e7e574f69637eaee3db7731915c6f03aa/Erlang.plist',
1128
- sourceApi: 'https://api.github.com/repos/erlang-ls/grammar/contents/Erlang.plist?ref=6115175e7e574f69637eaee3db7731915c6f03aa',
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: 18247,
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: 'C_YJPTJfva14j7AhQ0pJLbiwX1uL1H0hZsnaYumnsTg',
1287
- lastUpdate: '2025-04-26T20:00:15Z',
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: '911a34fda4d4ffacb04dc7fa4737347ac95ddb40',
1293
- source: 'https://github.com/godotengine/godot-vscode-plugin/blob/911a34fda4d4ffacb04dc7fa4737347ac95ddb40/syntaxes/GDScript.tmLanguage.json',
1294
- sourceApi: 'https://api.github.com/repos/godotengine/godot-vscode-plugin/contents/syntaxes/GDScript.tmLanguage.json?ref=911a34fda4d4ffacb04dc7fa4737347ac95ddb40',
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: 42922,
1485
+ byteSize: 44475,
1483
1486
  categories: [
1484
1487
  'general',
1485
1488
  ],
1486
1489
  displayName: 'Go',
1487
1490
  funding: [
1488
1491
  ],
1489
- hash: 'J0n54TuV-DKt344UglKfo-xeSh-J59PfLujbCH6hYug',
1490
- lastUpdate: '2025-05-22T08:27:50Z',
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: '2a17434963b1f2f383e37050c59fa5cd9edcc331',
1496
- source: 'https://github.com/microsoft/vscode/blob/2a17434963b1f2f383e37050c59fa5cd9edcc331/extensions/go/syntaxes/go.tmLanguage.json',
1497
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/go/syntaxes/go.tmLanguage.json?ref=2a17434963b1f2f383e37050c59fa5cd9edcc331',
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: 34325,
1650
+ byteSize: 34333,
1648
1651
  categories: [
1649
1652
  'general',
1650
1653
  ],
1651
1654
  displayName: 'Haxe',
1652
1655
  funding: [
1653
1656
  ],
1654
- hash: 'ZoDVReE0Qv4n3FnoACb8-c7BVU0LF_65LDNWK20cSIU',
1655
- lastUpdate: '2025-04-14T23:57:23Z',
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: '7f326b233cf60a1ff1ccee98744da820f7c1c2e0',
1661
- source: 'https://github.com/vshaxe/haxe-TmLanguage/blob/7f326b233cf60a1ff1ccee98744da820f7c1c2e0/haxe.YAML-tmLanguage',
1662
- sourceApi: 'https://api.github.com/repos/vshaxe/haxe-TmLanguage/contents/haxe.YAML-tmLanguage?ref=7f326b233cf60a1ff1ccee98744da820f7c1c2e0',
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: 28932,
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: 'aB_mtu2loWjMjR8oX2WG58b-cjX8UAHy14Y05kAlzkc',
2100
- lastUpdate: '2025-05-02T13:29:24Z',
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: '0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4',
2106
- source: 'https://github.com/microsoft/vscode/blob/0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4/extensions/julia/syntaxes/julia.tmLanguage.json',
2107
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/julia/syntaxes/julia.tmLanguage.json?ref=0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4',
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: 3839,
2191
+ byteSize: 3812,
2189
2192
  categories: [
2190
2193
  'general',
2191
2194
  ],
2192
2195
  displayName: 'Lean 4',
2193
2196
  funding: [
2194
2197
  ],
2195
- hash: 'cKkHgeEf9Qy3it5oOWbTfm5CS3z0F7NiEapi61fQJHE',
2196
- lastUpdate: '2024-04-19T14:33:46Z',
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: '2255bc20c9d28d868d04fb91428652a95cc87a92',
2202
- source: 'https://github.com/leanprover/vscode-lean4/blob/2255bc20c9d28d868d04fb91428652a95cc87a92/vscode-lean4/syntaxes/lean4.json',
2203
- sourceApi: 'https://api.github.com/repos/leanprover/vscode-lean4/contents/vscode-lean4/syntaxes/lean4.json?ref=2255bc20c9d28d868d04fb91428652a95cc87a92',
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: 53093,
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: 'cGCUtsGg_b4H29ujDU5qUoy9_T7BBjDlWGom_FxjMTA',
2419
- lastUpdate: '2024-07-08T18:33:21Z',
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: '1cd7cf5decbe06cb42efdb03c44d19e4f9b2ba58',
2425
- source: 'https://github.com/microsoft/vscode/blob/1cd7cf5decbe06cb42efdb03c44d19e4f9b2ba58/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json',
2426
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json?ref=1cd7cf5decbe06cb42efdb03c44d19e4f9b2ba58',
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: 16149,
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
- 'javascript',
2442
+ 'typescript',
2440
2443
  ],
2441
2444
  funding: [
2442
2445
  ],
2443
- hash: 'Nj7T7NDhnvoDGm8ryfQBsKa3QTLSHa5qEfkwif69iQM',
2444
- lastUpdate: '2023-03-24T17:23:39Z',
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/marko-tmbundle/master/LICENSE',
2449
+ licenseUrl: 'https://raw.githubusercontent.com/marko-js/language-server/main/LICENSE',
2447
2450
  name: 'marko',
2448
2451
  scopeName: 'text.marko',
2449
- sha: 'dd3a0c39e656bedd276d3bcbdea92a2d627755c7',
2450
- source: 'https://github.com/marko-js/marko-tmbundle/blob/dd3a0c39e656bedd276d3bcbdea92a2d627755c7/Syntaxes/marko.tmLanguage',
2451
- sourceApi: 'https://api.github.com/repos/marko-js/marko-tmbundle/contents/Syntaxes/marko.tmLanguage?ref=dd3a0c39e656bedd276d3bcbdea92a2d627755c7',
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: 26637,
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: 21697,
3092
+ byteSize: 22745,
3090
3093
  displayName: 'PureScript',
3091
3094
  funding: [
3092
3095
  ],
3093
- hash: 'LNhY2u12fXmMKLJU5g4gFx4FNryU4UT6pvoyF_2qcEQ',
3094
- lastUpdate: '2025-03-07T08:17:45Z',
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: '52a2ab241ee6f9b5f8b91a02d9227654357965ee',
3100
- source: 'https://github.com/nwolverson/vscode-language-purescript/blob/52a2ab241ee6f9b5f8b91a02d9227654357965ee/syntaxes/purescript.json',
3101
- sourceApi: 'https://api.github.com/repos/nwolverson/vscode-language-purescript/contents/syntaxes/purescript.json?ref=52a2ab241ee6f9b5f8b91a02d9227654357965ee',
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: 51954,
3185
+ byteSize: 51992,
3183
3186
  categories: [
3184
3187
  'data',
3185
3188
  ],
3186
3189
  displayName: 'R',
3187
3190
  funding: [
3188
3191
  ],
3189
- hash: 'AAd2Vg7DnvcVg46BpcfWZjaqRz5qQn9G1KIHOL897lE',
3190
- lastUpdate: '2025-05-15T10:04:36Z',
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: '43996d742238554ea84e501a1bd1d289553e5365',
3196
- source: 'https://github.com/microsoft/vscode/blob/43996d742238554ea84e501a1bd1d289553e5365/extensions/r/syntaxes/r.tmLanguage.json',
3197
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/r/syntaxes/r.tmLanguage.json?ref=43996d742238554ea84e501a1bd1d289553e5365',
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: 22872,
3683
+ byteSize: 22867,
3681
3684
  categories: [
3682
3685
  'dsl',
3683
3686
  ],
3684
3687
  displayName: 'SQL',
3685
3688
  funding: [
3686
3689
  ],
3687
- hash: '7l8Vwy4WmHUCiUQwZrtcjpjinHeUCUmxmFxfHhnkKZ8',
3688
- lastUpdate: '2025-05-02T13:29:24Z',
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: '0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4',
3694
- source: 'https://github.com/microsoft/vscode/blob/0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4/extensions/sql/syntaxes/sql.tmLanguage.json',
3695
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/sql/syntaxes/sql.tmLanguage.json?ref=0ac234bbd0b6dd67efa40d1b593f9808f9dfdaf4',
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: 83229,
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: 'dBsZHPG49TUEZuXklYZNJ-Ij8D6dqUiLpOcS-Q3qE4g',
3809
- lastUpdate: '2025-01-18T23:17:43Z',
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: 'b8d2889b4af1d8bad41578317a6adade642555a3',
3815
- source: 'https://github.com/jtbandes/swift-tmlanguage/blob/b8d2889b4af1d8bad41578317a6adade642555a3/Swift.tmLanguage.yaml',
3816
- sourceApi: 'https://api.github.com/repos/jtbandes/swift-tmlanguage/contents/Swift.tmLanguage.yaml?ref=b8d2889b4af1d8bad41578317a6adade642555a3',
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: 9201,
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: 'Y5ZU6BTLorSinHZmf19U95bX0VZusgT6fg_-JtScnG8',
3957
- lastUpdate: '2025-04-02T13:41:58Z',
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: '9a2c94d213696a4453b6d9988b003d98e7646e75',
3963
- source: 'https://github.com/microsoft/vscode/blob/9a2c94d213696a4453b6d9988b003d98e7646e75/extensions/latex/syntaxes/TeX.tmLanguage.json',
3964
- sourceApi: 'https://api.github.com/repos/microsoft/vscode/contents/extensions/latex/syntaxes/TeX.tmLanguage.json?ref=9a2c94d213696a4453b6d9988b003d98e7646e75',
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: 17502,
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: 'KHfEDoogCSYyexyR3IjXNHrvqyAJvnehsvIumJgQqqw',
4283
- lastUpdate: '2025-06-02T14:48:23Z',
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: 'd94c100f416f5dbe9adfbdb24305537ee9cc326e',
4289
- source: 'https://github.com/vuejs/language-tools/blob/d94c100f416f5dbe9adfbdb24305537ee9cc326e/extensions/vscode/syntaxes/vue.tmLanguage.json',
4290
- sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue.tmLanguage.json?ref=d94c100f416f5dbe9adfbdb24305537ee9cc326e',
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: 5080,
4626
+ byteSize: 5053,
4597
4627
  categories: [
4598
4628
  'general',
4599
4629
  ],
4600
4630
  displayName: 'Zig',
4601
4631
  funding: [
4602
4632
  ],
4603
- hash: 'MYBEhnUcMbs7yuQe35hVUAo-imdK-h-io-5N73Y8cuk',
4604
- lastUpdate: '2024-07-03T07:57:24Z',
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: '4874aafc7cc3e59ffc155d34eb98c81c0ca4ffcd',
4610
- source: 'https://github.com/ziglang/vscode-zig/blob/4874aafc7cc3e59ffc155d34eb98c81c0ca4ffcd/syntaxes/zig.tmLanguage.json',
4611
- sourceApi: 'https://api.github.com/repos/ziglang/vscode-zig/contents/syntaxes/zig.tmLanguage.json?ref=4874aafc7cc3e59ffc155d34eb98c81c0ca4ffcd',
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: '6Vh7U-PsUrX-jvaOsOdoCQUWZZHmCSluZ3HHym1PDOY',
5003
+ hash: 'lDEfjiOc6tXqb5Zu8J90l9YyoXeLgOQXSpxRfylvSuQ',
4974
5004
  injectTo: [
4975
5005
  'text.html.markdown',
4976
5006
  ],
4977
- lastUpdate: '2024-07-20T08:14:06Z',
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: 'e23ff4d13001ffe78d893bb707d839ead29e0e40',
4983
- source: 'https://github.com/vuejs/language-tools/blob/e23ff4d13001ffe78d893bb707d839ead29e0e40/extensions/vscode/syntaxes/markdown-vue.json',
4984
- sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/markdown-vue.json?ref=e23ff4d13001ffe78d893bb707d839ead29e0e40',
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: 'PFtNnp1Hcim_t0GEPZ7YBnhEn7O2LPreOLlIi9_KJ4k',
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: '2023-10-23T14:34:03Z',
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: 'ce5623e52a31c99797052727a817d422266f210d',
5039
- source: 'https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-interpolations.json',
5040
- sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-interpolations.json?ref=ce5623e52a31c99797052727a817d422266f210d',
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: 'NcPL8DaCRMu25QT0V55Rdy5EZ0no3qGb8CWlnX7N7jc',
5087
+ hash: 'Stm0I6vg_732YIjt5Hi6aMZ9htIm_TqjsAv8fdxr67w',
5058
5088
  injectTo: [
5059
5089
  'source.vue',
5060
5090
  ],
5061
- lastUpdate: '2023-10-23T14:34:03Z',
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: 'ce5623e52a31c99797052727a817d422266f210d',
5067
- source: 'https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json',
5068
- sourceApi: 'https://api.github.com/repos/vuejs/language-tools/contents/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json?ref=ce5623e52a31c99797052727a817d422266f210d',
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
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.23.26",
4
+ "version": "1.24.1",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",