tm-grammars 1.12.0 → 1.12.1
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/angular-template-blocks.json +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -236,7 +236,7 @@ Injections are grammars that are embedded in other grammars. They are used to ag
|
|
|
236
236
|
| `angular-inline-style` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/f0422f5f571f79a904510944452f06fb36beff22/syntaxes/inline-styles.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `scss` | 1.17 kB |
|
|
237
237
|
| `angular-inline-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/c3f3172a70b1a2bfdca3bdee85df9271cb0895cf/syntaxes/inline-template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-html` `angular-template` | 956.00 B |
|
|
238
238
|
| `angular-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/28739e438742bee69faceda5fd15445682451397/syntaxes/template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` | 471.00 B |
|
|
239
|
-
| `angular-template-blocks` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/
|
|
239
|
+
| `angular-template-blocks` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/dceedb686d45f19a65a50398be3dbce2526e7d11/syntaxes/template-blocks.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` `angular-template` | 1.18 kB |
|
|
240
240
|
| `cpp-macro` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `glsl` `sql` | 230.05 kB |
|
|
241
241
|
| `jinja-html` | | [samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/blob/64ad369cd167bba2e614944db6d925b7dc6483b4/syntaxes/jinja-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE) | `html` | 470.00 B |
|
|
242
242
|
| `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/markdown-vue.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 670.00 B |
|
package/index.js
CHANGED
|
@@ -3402,7 +3402,7 @@ export const injections = [
|
|
|
3402
3402
|
source: 'https://github.com/angular/vscode-ng-language-service/blob/28739e438742bee69faceda5fd15445682451397/syntaxes/template.json',
|
|
3403
3403
|
},
|
|
3404
3404
|
{
|
|
3405
|
-
byteSize:
|
|
3405
|
+
byteSize: 1212,
|
|
3406
3406
|
embedded: [
|
|
3407
3407
|
'angular-expression',
|
|
3408
3408
|
'angular-template',
|
|
@@ -3416,13 +3416,13 @@ export const injections = [
|
|
|
3416
3416
|
'text.html.derivative.ng',
|
|
3417
3417
|
'source.ts.ng',
|
|
3418
3418
|
],
|
|
3419
|
-
lastUpdate: '
|
|
3419
|
+
lastUpdate: '2024-05-17T17:00:54Z',
|
|
3420
3420
|
license: 'MIT',
|
|
3421
3421
|
licenseUrl: 'https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE',
|
|
3422
3422
|
name: 'angular-template-blocks',
|
|
3423
3423
|
scopeName: 'template.blocks.ng',
|
|
3424
|
-
sha: '
|
|
3425
|
-
source: 'https://github.com/angular/vscode-ng-language-service/blob/
|
|
3424
|
+
sha: 'dceedb686d45f19a65a50398be3dbce2526e7d11',
|
|
3425
|
+
source: 'https://github.com/angular/vscode-ng-language-service/blob/dceedb686d45f19a65a50398be3dbce2526e7d11/syntaxes/template-blocks.json',
|
|
3426
3426
|
},
|
|
3427
3427
|
{
|
|
3428
3428
|
byteSize: 235569,
|