tm-grammars 1.13.6 → 1.13.7

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,16 @@ export const grammars = [
3330
3330
  aliases: [
3331
3331
  'yml',
3332
3332
  ],
3333
- byteSize: 29230,
3333
+ byteSize: 10966,
3334
3334
  categories: [
3335
3335
  'data',
3336
3336
  ],
3337
3337
  displayName: 'YAML',
3338
- lastUpdate: '2024-07-05T01:17:03Z',
3339
- license: 'MIT',
3340
- licenseUrl: 'https://raw.githubusercontent.com/RedCMD/YAML-Syntax-Highlighter/main/LICENSE',
3338
+ lastUpdate: '2017-08-24T17:48:19Z',
3341
3339
  name: 'yaml',
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',
3340
+ scopeName: 'source.yaml',
3341
+ sha: 'e54ceae3b719506dba7e481a77cea4a8b576ae46',
3342
+ source: 'https://github.com/textmate/yaml.tmbundle/blob/e54ceae3b719506dba7e481a77cea4a8b576ae46/Syntaxes/YAML.tmLanguage',
3345
3343
  },
3346
3344
  {
3347
3345
  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.6",
4
+ "version": "1.13.7",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",