tm-grammars 1.15.2 → 1.15.3
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 +5 -5
- package/grammars/fsharp.json +1 -1
- package/grammars/julia.json +1 -1
- package/grammars/latex.json +104 -33
- package/grammars/less.json +453 -132
- package/grammars/shellscript.json +1 -1
- package/index.js +19 -19
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -887,13 +887,13 @@ export const grammars = [
|
|
|
887
887
|
embedded: [
|
|
888
888
|
'markdown',
|
|
889
889
|
],
|
|
890
|
-
lastUpdate: '2024-
|
|
890
|
+
lastUpdate: '2024-07-29T09:33:03Z',
|
|
891
891
|
license: 'MIT',
|
|
892
892
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
893
893
|
name: 'fsharp',
|
|
894
894
|
scopeName: 'source.fsharp',
|
|
895
|
-
sha: '
|
|
896
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
895
|
+
sha: '9473445f7d3dcb5c579f42ece8b6c18c43c63ed3',
|
|
896
|
+
source: 'https://github.com/microsoft/vscode/blob/9473445f7d3dcb5c579f42ece8b6c18c43c63ed3/extensions/fsharp/syntaxes/fsharp.tmLanguage.json',
|
|
897
897
|
},
|
|
898
898
|
{
|
|
899
899
|
byteSize: 5014,
|
|
@@ -1541,7 +1541,7 @@ export const grammars = [
|
|
|
1541
1541
|
aliases: [
|
|
1542
1542
|
'jl',
|
|
1543
1543
|
],
|
|
1544
|
-
byteSize:
|
|
1544
|
+
byteSize: 33611,
|
|
1545
1545
|
categories: [
|
|
1546
1546
|
'web',
|
|
1547
1547
|
'data',
|
|
@@ -1554,13 +1554,13 @@ export const grammars = [
|
|
|
1554
1554
|
'r',
|
|
1555
1555
|
'sql',
|
|
1556
1556
|
],
|
|
1557
|
-
lastUpdate: '2024-
|
|
1557
|
+
lastUpdate: '2024-07-29T09:33:03Z',
|
|
1558
1558
|
license: 'MIT',
|
|
1559
1559
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1560
1560
|
name: 'julia',
|
|
1561
1561
|
scopeName: 'source.julia',
|
|
1562
|
-
sha: '
|
|
1563
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1562
|
+
sha: '9473445f7d3dcb5c579f42ece8b6c18c43c63ed3',
|
|
1563
|
+
source: 'https://github.com/microsoft/vscode/blob/9473445f7d3dcb5c579f42ece8b6c18c43c63ed3/extensions/julia/syntaxes/julia.tmLanguage.json',
|
|
1564
1564
|
},
|
|
1565
1565
|
{
|
|
1566
1566
|
aliases: [
|
|
@@ -1593,7 +1593,7 @@ export const grammars = [
|
|
|
1593
1593
|
source: 'https://github.com/rosshamish/kuskus/blob/6e6deead4af243432902869e1767df8a612cffe1/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
|
|
1594
1594
|
},
|
|
1595
1595
|
{
|
|
1596
|
-
byteSize:
|
|
1596
|
+
byteSize: 56067,
|
|
1597
1597
|
categories: [
|
|
1598
1598
|
'markup',
|
|
1599
1599
|
],
|
|
@@ -1617,13 +1617,13 @@ export const grammars = [
|
|
|
1617
1617
|
'yaml',
|
|
1618
1618
|
'scala',
|
|
1619
1619
|
],
|
|
1620
|
-
lastUpdate: '2024-
|
|
1620
|
+
lastUpdate: '2024-07-29T09:33:03Z',
|
|
1621
1621
|
license: 'MIT',
|
|
1622
1622
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1623
1623
|
name: 'latex',
|
|
1624
1624
|
scopeName: 'text.tex.latex',
|
|
1625
|
-
sha: '
|
|
1626
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1625
|
+
sha: '9473445f7d3dcb5c579f42ece8b6c18c43c63ed3',
|
|
1626
|
+
source: 'https://github.com/microsoft/vscode/blob/9473445f7d3dcb5c579f42ece8b6c18c43c63ed3/extensions/latex/syntaxes/LaTeX.tmLanguage.json',
|
|
1627
1627
|
},
|
|
1628
1628
|
{
|
|
1629
1629
|
aliases: [
|
|
@@ -1643,18 +1643,18 @@ export const grammars = [
|
|
|
1643
1643
|
source: 'https://github.com/leanprover/vscode-lean4/blob/2255bc20c9d28d868d04fb91428652a95cc87a92/vscode-lean4/syntaxes/lean4.json',
|
|
1644
1644
|
},
|
|
1645
1645
|
{
|
|
1646
|
-
byteSize:
|
|
1646
|
+
byteSize: 90787,
|
|
1647
1647
|
categories: [
|
|
1648
1648
|
'web',
|
|
1649
1649
|
],
|
|
1650
1650
|
displayName: 'Less',
|
|
1651
|
-
lastUpdate: '2024-07-
|
|
1651
|
+
lastUpdate: '2024-07-29T09:33:03Z',
|
|
1652
1652
|
license: 'MIT',
|
|
1653
1653
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
1654
1654
|
name: 'less',
|
|
1655
1655
|
scopeName: 'source.css.less',
|
|
1656
|
-
sha: '
|
|
1657
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
1656
|
+
sha: '9473445f7d3dcb5c579f42ece8b6c18c43c63ed3',
|
|
1657
|
+
source: 'https://github.com/microsoft/vscode/blob/9473445f7d3dcb5c579f42ece8b6c18c43c63ed3/extensions/less/syntaxes/less.tmLanguage.json',
|
|
1658
1658
|
},
|
|
1659
1659
|
{
|
|
1660
1660
|
byteSize: 15680,
|
|
@@ -2635,18 +2635,18 @@ export const grammars = [
|
|
|
2635
2635
|
'shell',
|
|
2636
2636
|
'zsh',
|
|
2637
2637
|
],
|
|
2638
|
-
byteSize:
|
|
2638
|
+
byteSize: 41004,
|
|
2639
2639
|
categories: [
|
|
2640
2640
|
'scripting',
|
|
2641
2641
|
],
|
|
2642
2642
|
displayName: 'Shell',
|
|
2643
|
-
lastUpdate: '2024-
|
|
2643
|
+
lastUpdate: '2024-07-29T09:33:03Z',
|
|
2644
2644
|
license: 'MIT',
|
|
2645
2645
|
licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
|
|
2646
2646
|
name: 'shellscript',
|
|
2647
2647
|
scopeName: 'source.shell',
|
|
2648
|
-
sha: '
|
|
2649
|
-
source: 'https://github.com/microsoft/vscode/blob/
|
|
2648
|
+
sha: '9473445f7d3dcb5c579f42ece8b6c18c43c63ed3',
|
|
2649
|
+
source: 'https://github.com/microsoft/vscode/blob/9473445f7d3dcb5c579f42ece8b6c18c43c63ed3/extensions/shellscript/syntaxes/shell-unix-bash.tmLanguage.json',
|
|
2650
2650
|
},
|
|
2651
2651
|
{
|
|
2652
2652
|
aliases: [
|