tm-grammars 1.25.0 → 1.25.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/README.md +1 -1
- package/grammars/v.json +1 -3
- package/index.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -224,7 +224,7 @@ import { grammars } from 'tm-grammars'
|
|
|
224
224
|
| `typescript` | `ts` `cts` `mts` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/210541906e5a96ab39f9c753f921b1bd35f4138b/extensions/typescript-basics/syntaxes/TypeScript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 160.03 kB |
|
|
225
225
|
| `typespec` | `tsp` | [microsoft/typespec](https://github.com/microsoft/typespec/blob/b4b7705c61f186590c6a6d086a131cd71ee4c48c/grammars/typespec.json) | [MIT](https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE) | | | 22.22 kB |
|
|
226
226
|
| `typst` | `typ` | [nvarner/typst-lsp](https://github.com/nvarner/typst-lsp/blob/6972d4b9c2cbcb0551e203067f09ec84ca8f9df3/editors/vscode/typst.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nvarner/typst-lsp/master/LICENSE-MIT.txt) | | | 7.83 kB |
|
|
227
|
-
| `v` | | [vlang/vscode-vlang](https://github.com/vlang/vscode-vlang/blob/
|
|
227
|
+
| `v` | | [vlang/vscode-vlang](https://github.com/vlang/vscode-vlang/blob/dd675d51adac26ca3154938de18eaaecbbcbffd9/syntaxes/v.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE) | | | 12.43 kB |
|
|
228
228
|
| `vala` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/vala.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | | 3.12 kB |
|
|
229
229
|
| `vb` | `cmd` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/vb/syntaxes/asp-vb-net.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | | 5.70 kB |
|
|
230
230
|
| `verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/26cc4a3ec01b12aea5b8ffb7edeee3373eb71d77/syntaxes/verilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | [buymeacoffee.com](https://www.buymeacoffee.com/mshr.h) | | 5.60 kB |
|
package/grammars/v.json
CHANGED
package/index.js
CHANGED
|
@@ -4260,19 +4260,19 @@ export const grammars = [
|
|
|
4260
4260
|
sourceApi: 'https://api.github.com/repos/nvarner/typst-lsp/contents/editors/vscode/typst.tmLanguage.json?ref=6972d4b9c2cbcb0551e203067f09ec84ca8f9df3',
|
|
4261
4261
|
},
|
|
4262
4262
|
{
|
|
4263
|
-
byteSize:
|
|
4263
|
+
byteSize: 12730,
|
|
4264
4264
|
displayName: 'V',
|
|
4265
4265
|
funding: [
|
|
4266
4266
|
],
|
|
4267
|
-
hash: '
|
|
4268
|
-
lastUpdate: '
|
|
4267
|
+
hash: 'dZDSrfC42X6dLrbd_phVVq3-dk9FI0thmjM95xblEvA',
|
|
4268
|
+
lastUpdate: '2025-10-25T23:09:16Z',
|
|
4269
4269
|
license: 'MIT',
|
|
4270
4270
|
licenseUrl: 'https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE',
|
|
4271
4271
|
name: 'v',
|
|
4272
4272
|
scopeName: 'source.v',
|
|
4273
|
-
sha: '
|
|
4274
|
-
source: 'https://github.com/vlang/vscode-vlang/blob/
|
|
4275
|
-
sourceApi: 'https://api.github.com/repos/vlang/vscode-vlang/contents/syntaxes/v.tmLanguage.json?ref=
|
|
4273
|
+
sha: 'dd675d51adac26ca3154938de18eaaecbbcbffd9',
|
|
4274
|
+
source: 'https://github.com/vlang/vscode-vlang/blob/dd675d51adac26ca3154938de18eaaecbbcbffd9/syntaxes/v.tmLanguage.json',
|
|
4275
|
+
sourceApi: 'https://api.github.com/repos/vlang/vscode-vlang/contents/syntaxes/v.tmLanguage.json?ref=dd675d51adac26ca3154938de18eaaecbbcbffd9',
|
|
4276
4276
|
},
|
|
4277
4277
|
{
|
|
4278
4278
|
byteSize: 3194,
|