tm-grammars 1.6.7 → 1.6.8

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/index.js CHANGED
@@ -2462,15 +2462,15 @@ export const grammars = [
2462
2462
  source: 'https://github.com/microsoft/vscode/blob/b7fcbef3e2ebf668d428201c5c5d90a41346ada2/extensions/swift/syntaxes/swift.tmLanguage.json',
2463
2463
  },
2464
2464
  {
2465
- byteSize: 18918,
2465
+ byteSize: 25195,
2466
2466
  displayName: 'SystemVerilog',
2467
- lastUpdate: '2022-12-23T13:58:32Z',
2467
+ lastUpdate: '2024-04-19T11:09:15Z',
2468
2468
  license: 'MIT',
2469
2469
  licenseUrl: 'https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE',
2470
2470
  name: 'system-verilog',
2471
2471
  scopeName: 'source.systemverilog',
2472
- sha: 'dca87637e8789563ec5315794fdc5ef8ce498264',
2473
- source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/dca87637e8789563ec5315794fdc5ef8ce498264/syntaxes/systemverilog.tmLanguage.json',
2472
+ sha: '8d7c8f5f3232f63d43830143afc034318832291e',
2473
+ source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/8d7c8f5f3232f63d43830143afc034318832291e/syntaxes/systemverilog.tmLanguage.json',
2474
2474
  },
2475
2475
  {
2476
2476
  byteSize: 3282,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.6.7",
4
+ "version": "1.6.8",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",