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/README.md +1 -1
- package/grammars/yaml.json +1623 -6
- package/index.js +7 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3330,18 +3330,18 @@ export const grammars = [
|
|
|
3330
3330
|
aliases: [
|
|
3331
3331
|
'yml',
|
|
3332
3332
|
],
|
|
3333
|
-
byteSize:
|
|
3333
|
+
byteSize: 29230,
|
|
3334
3334
|
categories: [
|
|
3335
3335
|
'data',
|
|
3336
3336
|
],
|
|
3337
|
-
displayName: 'YAML
|
|
3338
|
-
lastUpdate: '2024-07-
|
|
3337
|
+
displayName: 'YAML',
|
|
3338
|
+
lastUpdate: '2024-07-05T01:17:03Z',
|
|
3339
3339
|
license: 'MIT',
|
|
3340
|
-
licenseUrl: 'https://raw.githubusercontent.com/
|
|
3340
|
+
licenseUrl: 'https://raw.githubusercontent.com/RedCMD/YAML-Syntax-Highlighter/main/LICENSE',
|
|
3341
3341
|
name: 'yaml',
|
|
3342
|
-
scopeName: 'source.yaml',
|
|
3343
|
-
sha: '
|
|
3344
|
-
source: 'https://github.com/
|
|
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,
|