tm-grammars 1.13.8 → 1.13.9
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 +2 -2
- package/grammars/angular-inline-template.json +1 -4
- package/grammars/mdx.json +850 -238
- package/index.js +8 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1847,7 +1847,7 @@ export const grammars = [
|
|
|
1847
1847
|
source: 'https://github.com/nuxtlabs/vscode-mdc/blob/6294dbce9706f538a521e7dccce9609e928dc3be/syntaxes/mdc.tmLanguage.json',
|
|
1848
1848
|
},
|
|
1849
1849
|
{
|
|
1850
|
-
byteSize:
|
|
1850
|
+
byteSize: 132856,
|
|
1851
1851
|
categories: [
|
|
1852
1852
|
'web',
|
|
1853
1853
|
'markup',
|
|
@@ -1897,13 +1897,13 @@ export const grammars = [
|
|
|
1897
1897
|
'swift',
|
|
1898
1898
|
'typescript',
|
|
1899
1899
|
],
|
|
1900
|
-
lastUpdate: '2024-
|
|
1900
|
+
lastUpdate: '2024-07-09T10:22:22Z',
|
|
1901
1901
|
license: 'MIT',
|
|
1902
1902
|
licenseUrl: 'https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license',
|
|
1903
1903
|
name: 'mdx',
|
|
1904
1904
|
scopeName: 'source.mdx',
|
|
1905
|
-
sha: '
|
|
1906
|
-
source: 'https://github.com/wooorm/markdown-tm-language/blob/
|
|
1905
|
+
sha: '3f11836d11ca5ed41431ecd53dca7710c2c823ce',
|
|
1906
|
+
source: 'https://github.com/wooorm/markdown-tm-language/blob/3f11836d11ca5ed41431ecd53dca7710c2c823ce/source.mdx.tmLanguage',
|
|
1907
1907
|
},
|
|
1908
1908
|
{
|
|
1909
1909
|
byteSize: 28661,
|
|
@@ -3403,7 +3403,7 @@ export const injections = [
|
|
|
3403
3403
|
source: 'https://github.com/angular/vscode-ng-language-service/blob/f0422f5f571f79a904510944452f06fb36beff22/syntaxes/inline-styles.json',
|
|
3404
3404
|
},
|
|
3405
3405
|
{
|
|
3406
|
-
byteSize:
|
|
3406
|
+
byteSize: 1033,
|
|
3407
3407
|
embedded: [
|
|
3408
3408
|
'angular-html',
|
|
3409
3409
|
'angular-template',
|
|
@@ -3415,13 +3415,13 @@ export const injections = [
|
|
|
3415
3415
|
injectTo: [
|
|
3416
3416
|
'source.ts.ng',
|
|
3417
3417
|
],
|
|
3418
|
-
lastUpdate: '2024-07-
|
|
3418
|
+
lastUpdate: '2024-07-09T18:10:35Z',
|
|
3419
3419
|
license: 'MIT',
|
|
3420
3420
|
licenseUrl: 'https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE',
|
|
3421
3421
|
name: 'angular-inline-template',
|
|
3422
3422
|
scopeName: 'inline-template.ng',
|
|
3423
|
-
sha: '
|
|
3424
|
-
source: 'https://github.com/angular/vscode-ng-language-service/blob/
|
|
3423
|
+
sha: 'f4a258cf7e3a4290fbcf36506e7b65743ec6599f',
|
|
3424
|
+
source: 'https://github.com/angular/vscode-ng-language-service/blob/f4a258cf7e3a4290fbcf36506e7b65743ec6599f/syntaxes/inline-template.json',
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
3427
3427
|
byteSize: 471,
|