tm-grammars 1.13.6 → 1.13.8
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 +5 -5
- package/grammars/bicep.json +1 -1
- package/grammars/less.json +149 -29
- package/grammars/markdown.json +24 -4
- package/grammars/typespec.json +3 -0
- package/grammars/yaml.json +379 -1385
- package/index.js +21 -23
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -316,15 +316,15 @@ export const grammars = [
|
|
|
316
316
|
source: 'https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/latex/syntaxes/Bibtex.tmLanguage.json',
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
|
-
byteSize:
|
|
319
|
+
byteSize: 4049,
|
|
320
320
|
displayName: 'Bicep',
|
|
321
|
-
lastUpdate: '2024-
|
|
321
|
+
lastUpdate: '2024-07-08T16:46:48Z',
|
|
322
322
|
license: 'MIT',
|
|
323
323
|
licenseUrl: 'https://raw.githubusercontent.com/Azure/bicep/main/LICENSE',
|
|
324
324
|
name: 'bicep',
|
|
325
325
|
scopeName: 'source.bicep',
|
|
326
|
-
sha: '
|
|
327
|
-
source: 'https://github.com/Azure/bicep/blob/
|
|
326
|
+
sha: 'c6267d6ef1c14783bbe80611ceaa8cc507e6951a',
|
|
327
|
+
source: 'https://github.com/Azure/bicep/blob/c6267d6ef1c14783bbe80611ceaa8cc507e6951a/src/textmate/bicep.tmlanguage',
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
byteSize: 103434,
|
|
@@ -1624,18 +1624,18 @@ export const grammars = [
|
|
|
1624
1624
|
source: 'https://github.com/microsoft/vscode/blob/ed4e6eda599f37bac9a11952403a6e63fd4f5a4d/extensions/latex/syntaxes/LaTeX.tmLanguage.json',
|
|
1625
1625
|
},
|
|
1626
1626
|
{
|
|
1627
|
-
byteSize:
|
|
1627
|
+
byteSize: 84048,
|
|
1628
1628
|
categories: [
|
|
1629
1629
|
'web',
|
|
1630
1630
|
],
|
|
1631
1631
|
displayName: 'Less',
|
|
1632
|
-
lastUpdate: '2024-
|
|
1632
|
+
lastUpdate: '2024-07-08T13:04:25Z',
|
|
1633
1633
|
license: 'MIT',
|
|
1634
1634
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1635
1635
|
name: 'less',
|
|
1636
1636
|
scopeName: 'source.css.less',
|
|
1637
|
-
sha: '
|
|
1638
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1637
|
+
sha: '2b9ebd6897fb57f2f3dc9dc04957288c50717190',
|
|
1638
|
+
source: 'https://github.com/microsoft/vscode/blob/2b9ebd6897fb57f2f3dc9dc04957288c50717190/extensions/less/syntaxes/less.tmLanguage.json',
|
|
1639
1639
|
},
|
|
1640
1640
|
{
|
|
1641
1641
|
byteSize: 15680,
|
|
@@ -1726,7 +1726,7 @@ export const grammars = [
|
|
|
1726
1726
|
aliases: [
|
|
1727
1727
|
'md',
|
|
1728
1728
|
],
|
|
1729
|
-
byteSize:
|
|
1729
|
+
byteSize: 54149,
|
|
1730
1730
|
categories: [
|
|
1731
1731
|
'web',
|
|
1732
1732
|
'markup',
|
|
@@ -1788,13 +1788,13 @@ export const grammars = [
|
|
|
1788
1788
|
'bibtex',
|
|
1789
1789
|
'html-derivative',
|
|
1790
1790
|
],
|
|
1791
|
-
lastUpdate: '2024-
|
|
1791
|
+
lastUpdate: '2024-07-08T18:33:21Z',
|
|
1792
1792
|
license: 'MIT',
|
|
1793
1793
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1794
1794
|
name: 'markdown',
|
|
1795
1795
|
scopeName: 'text.html.markdown',
|
|
1796
|
-
sha: '
|
|
1797
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1796
|
+
sha: '1cd7cf5decbe06cb42efdb03c44d19e4f9b2ba58',
|
|
1797
|
+
source: 'https://github.com/microsoft/vscode/blob/1cd7cf5decbe06cb42efdb03c44d19e4f9b2ba58/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json',
|
|
1798
1798
|
},
|
|
1799
1799
|
{
|
|
1800
1800
|
byteSize: 18747,
|
|
@@ -2993,15 +2993,15 @@ export const grammars = [
|
|
|
2993
2993
|
aliases: [
|
|
2994
2994
|
'tsp',
|
|
2995
2995
|
],
|
|
2996
|
-
byteSize:
|
|
2996
|
+
byteSize: 26831,
|
|
2997
2997
|
displayName: 'TypeSpec',
|
|
2998
|
-
lastUpdate: '2024-
|
|
2998
|
+
lastUpdate: '2024-07-08T17:27:00Z',
|
|
2999
2999
|
license: 'MIT',
|
|
3000
3000
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/typespec/main/LICENSE',
|
|
3001
3001
|
name: 'typespec',
|
|
3002
3002
|
scopeName: 'source.tsp',
|
|
3003
|
-
sha: '
|
|
3004
|
-
source: 'https://github.com/microsoft/typespec/blob/
|
|
3003
|
+
sha: '7900f29d65c9f37584100fdfbfd0f6409b7381e7',
|
|
3004
|
+
source: 'https://github.com/microsoft/typespec/blob/7900f29d65c9f37584100fdfbfd0f6409b7381e7/grammars/typespec.json',
|
|
3005
3005
|
},
|
|
3006
3006
|
{
|
|
3007
3007
|
aliases: [
|
|
@@ -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,
|