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/README.md +1 -1
- package/grammars/system-verilog.json +1005 -649
- package/index.js +4 -4
- package/package.json +1 -1
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:
|
|
2465
|
+
byteSize: 25195,
|
|
2466
2466
|
displayName: 'SystemVerilog',
|
|
2467
|
-
lastUpdate: '
|
|
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: '
|
|
2473
|
-
source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/
|
|
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