tm-grammars 1.13.4 → 1.13.6

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
@@ -3330,18 +3330,18 @@ export const grammars = [
3330
3330
  aliases: [
3331
3331
  'yml',
3332
3332
  ],
3333
- byteSize: 371,
3333
+ byteSize: 29230,
3334
3334
  categories: [
3335
3335
  'data',
3336
3336
  ],
3337
- displayName: 'YAML Ain\'t Markup Language',
3338
- lastUpdate: '2024-07-03T10:13:46Z',
3337
+ displayName: 'YAML',
3338
+ lastUpdate: '2024-07-05T01:17:03Z',
3339
3339
  license: 'MIT',
3340
- licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
3340
+ licenseUrl: 'https://raw.githubusercontent.com/RedCMD/YAML-Syntax-Highlighter/main/LICENSE',
3341
3341
  name: 'yaml',
3342
- scopeName: 'source.yaml',
3343
- sha: '9255a27d883c812feae2473d7af428267c875030',
3344
- source: 'https://github.com/microsoft/vscode/blob/9255a27d883c812feae2473d7af428267c875030/extensions/yaml/syntaxes/yaml.tmLanguage.json',
3342
+ scopeName: 'source.yaml.1.2',
3343
+ sha: '60e2e6e24c63d5a703cb04577678a2e416edd956',
3344
+ source: 'https://github.com/RedCMD/YAML-Syntax-Highlighter/blob/60e2e6e24c63d5a703cb04577678a2e416edd956/syntaxes/yaml-1.2.tmLanguage.json',
3345
3345
  },
3346
3346
  {
3347
3347
  byteSize: 4173,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.13.4",
4
+ "version": "1.13.6",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",