tm-grammars 1.13.12 → 1.13.14

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 CHANGED
@@ -240,10 +240,10 @@ Injections are grammars that are embedded in other grammars. They are used to ag
240
240
  | `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 |
241
241
  | `angular-inline-template` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/a18c61752e65ddcbeb31217f47f29fa38fe26c42/syntaxes/inline-template.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-html` `angular-template` | 970.00 B |
242
242
  | `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 |
243
- | `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 |
243
+ | `angular-template-blocks` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/b424eaa01e3cb5600bfe65ce7232a72c7d452d19/syntaxes/template-blocks.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` `angular-template` | 1.18 kB |
244
244
  | `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) | `regexp` `glsl` `sql` | 230.05 kB |
245
245
  | `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 |
246
- | `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 |
246
+ | `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/e23ff4d13001ffe78d893bb707d839ead29e0e40/extensions/vscode/syntaxes/markdown-vue.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 684.00 B |
247
247
  | `vue-directives` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/d5ab9edcf4a18d9c25c143a37cc3ec95229fc6b1/extensions/vscode/syntaxes/vue-directives.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 366.00 B |
248
248
  | `vue-interpolations` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-interpolations.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 349.00 B |
249
249
  | `vue-sfc-style-variable-injection` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `javascript` | 791.00 B |
@@ -26,8 +26,8 @@
26
26
  "name": "keyword.control.block.kind.ng"
27
27
  }
28
28
  },
29
- "contentName": "control.block.ng",
30
29
  "end": "(?<=\\})",
30
+ "name": "control.block.ng",
31
31
  "patterns": [
32
32
  {
33
33
  "include": "#blockExpression"
@@ -22,7 +22,9 @@
22
22
  "name": "fenced_code.block.language.markdown"
23
23
  },
24
24
  "5": {
25
- "name": "fenced_code.block.language.attributes.markdown"
25
+ "name": "fenced_code.block.language.attributes.markdown",
26
+ "patterns": [
27
+ ]
26
28
  }
27
29
  },
28
30
  "end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$",
package/index.js CHANGED
@@ -3462,7 +3462,7 @@ export const injections = [
3462
3462
  source: 'https://github.com/angular/vscode-ng-language-service/blob/28739e438742bee69faceda5fd15445682451397/syntaxes/template.json',
3463
3463
  },
3464
3464
  {
3465
- byteSize: 1212,
3465
+ byteSize: 1205,
3466
3466
  embedded: [
3467
3467
  'angular-expression',
3468
3468
  'angular-template',
@@ -3476,13 +3476,13 @@ export const injections = [
3476
3476
  'text.html.derivative.ng',
3477
3477
  'source.ts.ng',
3478
3478
  ],
3479
- lastUpdate: '2024-05-17T17:00:54Z',
3479
+ lastUpdate: '2024-07-19T01:10:54Z',
3480
3480
  license: 'MIT',
3481
3481
  licenseUrl: 'https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE',
3482
3482
  name: 'angular-template-blocks',
3483
3483
  scopeName: 'template.blocks.ng',
3484
- sha: 'dceedb686d45f19a65a50398be3dbce2526e7d11',
3485
- source: 'https://github.com/angular/vscode-ng-language-service/blob/dceedb686d45f19a65a50398be3dbce2526e7d11/syntaxes/template-blocks.json',
3484
+ sha: 'b424eaa01e3cb5600bfe65ce7232a72c7d452d19',
3485
+ source: 'https://github.com/angular/vscode-ng-language-service/blob/b424eaa01e3cb5600bfe65ce7232a72c7d452d19/syntaxes/template-blocks.json',
3486
3486
  },
3487
3487
  {
3488
3488
  byteSize: 235569,
@@ -3521,20 +3521,20 @@ export const injections = [
3521
3521
  source: 'https://github.com/samuelcolvin/jinjahtml-vscode/blob/64ad369cd167bba2e614944db6d925b7dc6483b4/syntaxes/jinja-html.tmLanguage.json',
3522
3522
  },
3523
3523
  {
3524
- byteSize: 670,
3524
+ byteSize: 684,
3525
3525
  embeddedIn: [
3526
3526
  'vue',
3527
3527
  ],
3528
3528
  injectTo: [
3529
3529
  'text.html.markdown',
3530
3530
  ],
3531
- lastUpdate: '2023-10-23T14:34:03Z',
3531
+ lastUpdate: '2024-07-20T08:14:06Z',
3532
3532
  license: 'MIT',
3533
3533
  licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
3534
3534
  name: 'markdown-vue',
3535
3535
  scopeName: 'markdown.vue.codeblock',
3536
- sha: 'ce5623e52a31c99797052727a817d422266f210d',
3537
- source: 'https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/markdown-vue.json',
3536
+ sha: 'e23ff4d13001ffe78d893bb707d839ead29e0e40',
3537
+ source: 'https://github.com/vuejs/language-tools/blob/e23ff4d13001ffe78d893bb707d839ead29e0e40/extensions/vscode/syntaxes/markdown-vue.json',
3538
3538
  },
3539
3539
  {
3540
3540
  byteSize: 366,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.13.12",
4
+ "version": "1.13.14",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",