tm-grammars 1.13.8 → 1.13.9

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
@@ -1847,7 +1847,7 @@ export const grammars = [
1847
1847
  source: 'https://github.com/nuxtlabs/vscode-mdc/blob/6294dbce9706f538a521e7dccce9609e928dc3be/syntaxes/mdc.tmLanguage.json',
1848
1848
  },
1849
1849
  {
1850
- byteSize: 123658,
1850
+ byteSize: 132856,
1851
1851
  categories: [
1852
1852
  'web',
1853
1853
  'markup',
@@ -1897,13 +1897,13 @@ export const grammars = [
1897
1897
  'swift',
1898
1898
  'typescript',
1899
1899
  ],
1900
- lastUpdate: '2024-01-11T16:40:19Z',
1900
+ lastUpdate: '2024-07-09T10:22:22Z',
1901
1901
  license: 'MIT',
1902
1902
  licenseUrl: 'https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license',
1903
1903
  name: 'mdx',
1904
1904
  scopeName: 'source.mdx',
1905
- sha: '371d61df9ddc3850e12aabe61b602d02e259e8a4',
1906
- source: 'https://github.com/wooorm/markdown-tm-language/blob/371d61df9ddc3850e12aabe61b602d02e259e8a4/source.mdx.tmLanguage',
1905
+ sha: '3f11836d11ca5ed41431ecd53dca7710c2c823ce',
1906
+ source: 'https://github.com/wooorm/markdown-tm-language/blob/3f11836d11ca5ed41431ecd53dca7710c2c823ce/source.mdx.tmLanguage',
1907
1907
  },
1908
1908
  {
1909
1909
  byteSize: 28661,
@@ -3403,7 +3403,7 @@ export const injections = [
3403
3403
  source: 'https://github.com/angular/vscode-ng-language-service/blob/f0422f5f571f79a904510944452f06fb36beff22/syntaxes/inline-styles.json',
3404
3404
  },
3405
3405
  {
3406
- byteSize: 1049,
3406
+ byteSize: 1033,
3407
3407
  embedded: [
3408
3408
  'angular-html',
3409
3409
  'angular-template',
@@ -3415,13 +3415,13 @@ export const injections = [
3415
3415
  injectTo: [
3416
3416
  'source.ts.ng',
3417
3417
  ],
3418
- lastUpdate: '2024-07-02T16:10:13Z',
3418
+ lastUpdate: '2024-07-09T18:10:35Z',
3419
3419
  license: 'MIT',
3420
3420
  licenseUrl: 'https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE',
3421
3421
  name: 'angular-inline-template',
3422
3422
  scopeName: 'inline-template.ng',
3423
- sha: '888875fef753416c464d1433f05caf8d53c9dd10',
3424
- source: 'https://github.com/angular/vscode-ng-language-service/blob/888875fef753416c464d1433f05caf8d53c9dd10/syntaxes/inline-template.json',
3423
+ sha: 'f4a258cf7e3a4290fbcf36506e7b65743ec6599f',
3424
+ source: 'https://github.com/angular/vscode-ng-language-service/blob/f4a258cf7e3a4290fbcf36506e7b65743ec6599f/syntaxes/inline-template.json',
3425
3425
  },
3426
3426
  {
3427
3427
  byteSize: 471,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.13.8",
4
+ "version": "1.13.9",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",