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/NOTICE +1 -1
- package/README.md +1 -1
- package/grammars/yaml.json +379 -1385
- package/index.js +5 -7
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3330,18 +3330,16 @@ export const grammars = [
|
|
|
3330
3330
|
aliases: [
|
|
3331
3331
|
'yml',
|
|
3332
3332
|
],
|
|
3333
|
-
byteSize:
|
|
3333
|
+
byteSize: 10966,
|
|
3334
3334
|
categories: [
|
|
3335
3335
|
'data',
|
|
3336
3336
|
],
|
|
3337
3337
|
displayName: 'YAML',
|
|
3338
|
-
lastUpdate: '
|
|
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
|
|
3343
|
-
sha: '
|
|
3344
|
-
source: 'https://github.com/
|
|
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,
|